Skip to content
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

@original-name doesn't include parent objects #3728

Open
yegor256 opened this issue Dec 22, 2024 · 0 comments
Open

@original-name doesn't include parent objects #3728

yegor256 opened this issue Dec 22, 2024 · 0 comments

Comments

@yegor256
Copy link
Member

yegor256 commented Dec 22, 2024

In .xmir files, for example in go.xmir that stays in the eo-runtime/target/eo/8-transpile/org/eolang/ directory, there is this object:

<class ancestors="3"
             java-name="EOorg.EOeolang.EOgo$EOto$EOtoken$EOjump"
             line="75"
             loc="Φ.org.eolang.go$to$token$jump"
             name="go$to$token$jump"
             original-name="jump"
             package="org.eolang"
             parent="go$to$token"
             pos="6">

Obviously, the @original-name is set wrong. Should be: go.to.token.jump, while it has
just jump.

When this is fixed, let's fix Dataized too: it must not log errors if org.eolang.go.to.token.jump is encapsulated in the instance of EOerror.ExError that is caught.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant