-
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
empty bytes are represented incorrectly in XMIR #933
Comments
@yegor256 I see, ok, will fix it. |
Here is the explanation what is what: objectionary/eo#3545 (comment) |
@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 13min). |
@yegor256 Could you check the new version, please? There are no |
@volodya-lombrozo thanks! |
I see this in XMIR:
This is not a valid way to represent empty bytes. Instead, we should do this:
We'll add a lint for this soon: objectionary/lints#77
The text was updated successfully, but these errors were encountered: