-
Notifications
You must be signed in to change notification settings - Fork 133
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
No viable alternative at input after eo:0.43.0:xmir-to-phi
#3535
Comments
@yegor256 Could you take a look please? |
@volodya-lombrozo I believe, it's a duplicate of #3534 |
@yegor256 I don't know. It's impossible to say anything from the error output. But I would suggest to keep both issues, at least for now. |
@volodya-lombrozo the problem is that you are generating bytes in XMIR in |
@volodya-lombrozo try to format bytes differently, with a dash between them, not space. This is what 0.43.0 expects |
@volodya-lombrozo empty bytes must look like |
@yegor256 @maxonfjvipon Please note that the exception was thrown after the |
It's kinda blocker. |
@volodya-lombrozo we are planning to make XSD stronger, in #3534 |
@yegor256 It would be awesome, I'm waiting for it |
I tried to upgrade
eo-maven-plugin
up to the0.43.0
version and got a bunch of errors, the main is:How to reproduce:
jeo-maven-plugin:disassemble
intoxmir
xmir
tophi
by usingeo-maven-plugin:0.43.0:xmir-to-phi
phi
back toxmir
by usingeo-maven-plugin:0.43.0:phi-to-xmir
On the (3) step I get the exception.
Expected behaviour: all the transformation work without errors. Moreover,
xmir-to-phi
andphi-to-xmir
shouldn't alter the originalxmir
.Also I attach all the files that might be helpful:
App.xmir.disassemble.txt
App.phi.txt
App.xmir.unphi.txt
The text was updated successfully, but these errors were encountered: