-
Notifications
You must be signed in to change notification settings - Fork 6
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
Incompatible with using Revise #13
Comments
A bit unclear if #31 fixed this |
I'm not sure if I have the same error: here a way to reproduce it (Julia 1.10 on Apple Silicon). Create a file
In a fresh Julia session:
Now uncomment the "y-line" in
|
I guess the problem is with the macro re-evaluation e.g. this works using ProtoStructs
eval(@macroexpand @proto struct Foo
x :: Int
y :: Int
end)
|
@timholy excuse me to ping you like this, but do you happen to know which assumption I am violating here? |
using ProtoStucts when Revise is loaded errors on method deletion.
Can't reproduce yet. More info needed.
The text was updated successfully, but these errors were encountered: