-
Notifications
You must be signed in to change notification settings - Fork 146
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
Fix XMIR to EO data conversion #2770
Conversation
@maxonfjvipon could you check this one, please? |
16f6a3d
to
733cfa5
Compare
@maxonfjvipon I have fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@c71n93 good one, just one comment from my side
@@ -142,17 +142,10 @@ SOFTWARE. | |||
<xsl:text>"""</xsl:text> | |||
</xsl:when> | |||
<xsl:when test="@base='bool'"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@c71n93 let's combine bool
, int
and float
under one when
condition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxonfjvipon done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@c71n93 LGTM! Thanks
@yegor256 could you check this one, please? |
new EoSyntax( | ||
"test", new InputOf(source) | ||
).parsed() | ||
return new Xsline(new TrClasspath<>( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxonfjvipon I'm curious, how does this line pass Qulice check? There is obviously an error. Maybe we have Qulice turned off for this module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yegor256 @maxonfjvipon I have fixed the indentation, could you check, please?
@rultor merge |
Closes #2750
PR-Codex overview
Detailed summary