Closed volodya-lombrozo closed 13 hours ago
@yegor256 @maxonfjvipon Take a look, please. It's a blocker.
@volodya-lombrozo probably you used an old version of XSD. Are you sure you don't have your own copy of it and uses just eo-parser
package with the XSD inside?
@yegor256 It seems to have helped. Thank you! I had a duplicate of XMIR.xsd
in my resources, and removing it solved the problem.
I'm trying to update
eo-parser
library in thejeo-maven-plugin
to0.42.0
version and got the following exception:For the XMIR (excerpt):
This XMIR was received after the following modifications:
XMIR
XMIR
toPHI
PHI
back toXMIR
(unphi
)XMIR
, convert it to EOnew Xmir.Default(this.canonical).toEO()
, then parse it againnew EoSyntax(this.name, new InputOf(eoprog)).parsed();
And on the (4) step I get the exception, I showed above.
Expected behaviour: when we transform XMIR to EO and back it shouldn't produce errors.