-
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(#946): Fix All the xmir
Warnings
#962
Conversation
…and simplify defects detection logic
This PR is blocked by many other issues. |
…and add one more puzzle
# Conflicts: # src/main/java/org/eolang/jeo/representation/xmir/JcabiXmlNode.java
Blocked by objectionary/eo#3812 |
@rultor merge |
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here. |
@volodya-lombrozo Oops, I failed. You can see the full log here (spent 6min). |
@rultor merge |
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here. |
@volodya-lombrozo Oops, I failed. You can see the full log here (spent 6min). |
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here. |
@volodya-lombrozo Oops, I failed. You can see the full log here (spent 6min). |
@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 8min). |
@rultor release, tag is |
@volodya-lombrozo OK, I will release it now. Please check the progress here. |
@volodya-lombrozo Done! FYI, the full log is here (took me 10min). |
@volodya-lombrozo Great work on your contribution! 🎉 You've earned +4 points: +4 base, +6 for 132 hits-of-code, -16 for missing code review, and +9 bonus. Keep up the momentum! Your current balance is +6. Looking forward to your next submission! |
In this PR I fix some the warnings related to disassembled
xmir
.Related to: #946.