You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In
.xmir
files, for example ingo.xmir
that stays in theeo-runtime/target/eo/8-transpile/org/eolang/
directory, there is this object:Obviously, the
@original-name
is set wrong. Should be:go.to.token.jump
, while it hasjust
jump
.When this is fixed, let's fix
Dataized
too: it must not log errors iforg.eolang.go.to.token.jump
is encapsulated in the instance ofEOerror.ExError
that is caught.The text was updated successfully, but these errors were encountered: