Skip to content

Commit

Permalink
fix(objectionary#2729): todo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 28, 2023
1 parent 32f0157 commit 1329c24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eo-parser/src/test/java/org/eolang/parser/XMIRTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ final class XMIRTest {
* Convert EO to xmir and back and compare.
* @param src EO source.
* @throws Exception If fails.
* @todo #2399:30min "idiomatic.eo" is not converted successfully. After introducing new grammar
* ({@see Program.g4}) example with name "idiomatic.eo" is not converted successfully in the
* test, so it was moved from {@see org.eolang.parser.xmir-samples} to
* {@see org.eolang.parser.xmir-samples-wrong}. Need to figure what's the problem and move it
* back to the origin folder.
* @todo #2729:30min Xmir samples are not converted successfully. Since we have data only in
* bytes and after changing 'xmir-to-eo.xsl' many test are not passed anymore. The reason is
* next: if we have an integer in EO, it's converted to bytes in xmir, then it's converted to
* bytes in EO. Here we loose information about an integer while program still works the same.
* Need to either resolve such loosing or just rewrite the test
*/
@ParameterizedTest
@ClasspathSource(value = "org/eolang/parser/xmir-samples/", glob = "**.eo")
Expand Down

0 comments on commit 1329c24

Please sign in to comment.