-
Notifications
You must be signed in to change notification settings - Fork 53
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
macro annotations used in the same compilation run lead to confusion #13
Comments
This is similar to a bigger problem that is about macro annotations not expanding if paradise is not enabled, which is fixed in 2.11.0, where macro annotations are automatically annotated with upd. Well, sort of fixed, because |
Marking this as critical, because a lot of people encounter this and making their life easier would be very welcome. I hope I get time to address this problem in 2.2.x. |
I was very surprised to find that mod filtering is actually unnecessary. It turns out we can remove it and everything works out magically. But then I rememberd that filtering was only necessary because of a hack that we had in place when we didn't have the converter working. Now, when we have a converter, the hack for a hack can go away.
They just won't expand, without any sort of a warning or error message
The text was updated successfully, but these errors were encountered: