Skip to content
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

Merged
merged 31 commits into from
Dec 26, 2024

Conversation

volodya-lombrozo
Copy link
Member

@volodya-lombrozo volodya-lombrozo commented Dec 6, 2024

Upgrade eo version up to 0.49.2. Additionally, in this PR I:

  1. removed abstract objects.
  2. removed redundant aliases The first part of the alias is invalid jeo.seq.of2 lints#127 (comment)
  3. removed name usage from most of the objects (where it was possible)
  4. Added objectionary/lints dependency to check generated XMIR testing of generated XMIR is not using our "lints" #938
  5. Upgrade jcabi-xml to the 0.32.0 version

Related to #939.

@volodya-lombrozo
Copy link
Member Author

Blocked by objectionary/eo#3547

@volodya-lombrozo
Copy link
Member Author

Blocked by objectionary/lints#127

@volodya-lombrozo volodya-lombrozo changed the title feat(#939): Upgrade eo up to the 0.46.0 version feat(#939): Upgrade eo up to the 0.48.2 version Dec 15, 2024
@volodya-lombrozo volodya-lombrozo changed the title feat(#939): Upgrade eo up to the 0.48.2 version feat(#939): Upgrade eo up to the 0.49.2 version Dec 20, 2024
@@ -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();
Copy link
Member

@maxonfjvipon maxonfjvipon Dec 25, 2024

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()

Copy link
Member Author

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.

@volodya-lombrozo
Copy link
Member Author

@rultor merge

@rultor
Copy link
Contributor

rultor commented Dec 26, 2024

@rultor merge

@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here.

@rultor rultor merged commit 3a2cfec into objectionary:master Dec 26, 2024
8 checks passed
@rultor
Copy link
Contributor

rultor commented Dec 26, 2024

@rultor merge

@volodya-lombrozo Done! FYI, the full log is here (took me 13min).

@volodya-lombrozo volodya-lombrozo changed the title feat(#939): Upgrade eo up to the 0.49.2 version feat(#939): Upgrade eo up to the 0.49.4 version Dec 26, 2024
@0crat
Copy link

0crat commented Dec 26, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants