-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#939): Upgrade eo
up to the 0.49.4
version
#942
Conversation
Blocked by objectionary/eo#3547 |
Blocked by objectionary/lints#127 |
eo
up to the 0.46.0
versioneo
up to the 0.48.2
version
eo
up to the 0.48.2
versioneo
up to the 0.49.2
version
@@ -150,7 +150,7 @@ public String name() { | |||
public Bytecode toBytecode() { | |||
final Node xmir = this.xml.value(); | |||
try { | |||
new StrictXML(new XMLDocument(new XMLDocument(xmir).toString())).validate(); | |||
new StrictXmir(new XMLDocument(new XMLDocument(xmir).toString())).inner(); | |||
return new XmlProgram(xmir).bytecode().bytecode(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@volodya-lombrozo you can do here just
return new XmlProgram(new StrictXmir(new XMLDocument(xmir)).inner()).bytecode().bytecode()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxonfjvipon I can't remove extra new XMLDocument
. It's one more bug in jcabi-xml
. You can try to remove it and you will see that unit tests fail.
@rultor merge |
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here. |
@volodya-lombrozo Done! FYI, the full log is here (took me 13min). |
eo
up to the 0.49.2
versioneo
up to the 0.49.4
version
@volodya-lombrozo Thanks for the contribution! You've earned +4 points for this: +4 as a basis; -8 for too many hits-of-code (573 >= 200); -16 for the lack of code review; +24 to give you at least something. Please, keep them coming. Your running balance is +4. |
Upgrade
eo
version up to0.49.2
. Additionally, in this PR I:abstract
objects.jeo.seq.of2
lints#127 (comment)objectionary/lints
dependency to check generatedXMIR
testing of generated XMIR is not using our "lints" #938jcabi-xml
to the0.32.0
versionRelated to #939.