Skip to content

Commit

Permalink
pre false
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 31, 2025
1 parent 1d191ce commit 4ebc4a6
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ merge:
script: |
mvn clean install -Pqulice --errors -Dstyle.color=never
release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ There are `.eo` files in [`src/test/eo/org/eolang/dejump`](https://github.com/ob

2. At `process-test-sources` phase, `eo-maven-plugin` process generated `.eo` files from `target/eo-after` directory and runs them as junit-tests.

All generated `.eo` junit-tests are deployed to [gh-pages](https://github.com/objectionary/dejump/tree/gh-pages).
All generated `.eo` junit-tests are deployed to [gh-pages](https://github.com/objectionary/dejump/tree/gh-pages).
2 changes: 1 addition & 1 deletion paper/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ @article{baldoni2018survey
pages = {1--39},
year = {2018},
publisher = {ACM New York, NY, USA}
}
}
2 changes: 1 addition & 1 deletion paper/sections/related.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
\Citet{ganapathi2008shim} introduced optimization method for SHIM IR;
\Citet{ceccato2008goto} suggested how to eliminate GOTO during migration of legacy code to Java.

However, to our knowledge, there is still no method available, which enables automatic elimination of jump objects in programs written in such an object-flow languages.
However, to our knowledge, there is still no method available, which enables automatic elimination of jump objects in programs written in such an object-flow languages.
2 changes: 1 addition & 1 deletion paper/sections/restrictions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
g.forward TRUE
\end{ffcode}

Thus, we can guarantee transformations of \ff{forward} and \ff{backward} objects only if these objects encapsulate objects whose logic is known to us and these \ff{forward} and \ff{backward} objects are inside the \ff{goto} object.
Thus, we can guarantee transformations of \ff{forward} and \ff{backward} objects only if these objects encapsulate objects whose logic is known to us and these \ff{forward} and \ff{backward} objects are inside the \ff{goto} object.
2 changes: 1 addition & 1 deletion src/test/eo/org/eolang/dejump/catch-error-in-goto.eo
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
eq.
e
"The 1th argument of 'int.div' is invalid: division by zero is infinity"
nop
nop
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ after: |
if.
TRUE
g.backward
TRUE
TRUE
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ after: |
if.
TRUE
g.backward
TRUE
TRUE
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ after: |
seq
TRUE
flag.write 1
TRUE
TRUE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ after: |
seq
228
flag.write 1
TRUE
TRUE
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ after: |
seq
229
flag.write 2
TRUE
TRUE
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ after: |
QQ.io.stdout "EVER!\n"
TRUE
TRUE
QQ.io.stdout "Finally!!!\n"
QQ.io.stdout "Finally!!!\n"
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ after: |
QQ.io.stdout "X % 2 == 0!\n"
TRUE
TRUE
QQ.io.stdout "Finally!\n"
QQ.io.stdout "Finally!\n"
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ after: |
flag.eq 1
seq
QQ.io.stdout "Check\n"
TRUE
TRUE
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ after: |
if.
flag.eq 2
1337
g_
g_
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ after: |
if.
flag.eq 2
1337
g_
g_
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ after: |
if.
flag.eq 2
1337
g_
g_
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ after: |
flag.eq 2
FALSE
g_
memory -1 > flag
memory -1 > flag
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ after: |
seq > @
flag.write 1
QQ.io.stdout "Check\n"
memory 0 > flag
memory 0 > flag

0 comments on commit 4ebc4a6

Please sign in to comment.