test(#3807): Add disabled test for XMIR bytes with anonymous abstract object#4031
Conversation
…mous abstract object
🚀 Performance Analysis
|
|
@maxonfjvipon Is this what we want to achieve in the end? |
|
@volodya-lombrozo not really. <o base="Q.org.eolang.bytes">
<o>00-...-00</o>
</o>For numbers and strings: <o base="Q.org.eolang.string">
<o base="Q.org.eolang.bytes">
<o>00-...-00</o>
</o>
</o> |
|
@volodya-lombrozo but maybe yes, you're right about It should be: <o base="Q.org.eolang.bytes" name="app">
<o base="Q.org.eolang.bytes">
<o>2A-</o>
</o>
</o>In general we should add extra object between |
|
@maxonfjvipon I've moved the test from Java to eo packs. Now they look a bit prettier. Also I've added tests for |
maxonfjvipon
left a comment
There was a problem hiding this comment.
@volodya-lombrozo LGTM! Thanks
|
@yegor256 Could you merge that changes, please? |
|
@volodya-lombrozo once we "resolve" all conversations above, GitHub will merge this one automatically |
|
@yegor256 It's a bit risky to merge after all the conversations are resolved because I can resolve them myself. |
This pull request introduces a new test case in
EoSyntaxTestto verify the correct compilation of bytes to XMIR with an anonymous abstract object. The test is currently disabled due to an existing issue with the XMIR format, which is missing an anonymous abstract object for bytes.Related to #3807