-
Notifications
You must be signed in to change notification settings - Fork 142
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
UnphiMojo must optimize XMIR files too #2729
Comments
@maxonfjvipon please, help with this one, it's pretty urgent, it blocks objectionary/eo-phi-normalizer#3 |
@maxonfjvipon I believe, we should introduce a new unit test, which will take some |
@yegor256 in most cases they will be different:
XMIR: <o name='main'>
<o name='x'/>
<o name='y' base='x' ref='...'/>
</o> phi:
unphi: <o name='main'>
<o name='x'/>
<o base='$'/>
<o name='y' base='x' method=''/>
</o> |
@maxonfjvipon OK, let's make this test:
|
@rultor release, tag is |
At the moment, the result XMIR's coming out of
UnphiMojo
containmethod
attributes. Let's make sure they don't.The text was updated successfully, but these errors were encountered: