-
Notifications
You must be signed in to change notification settings - Fork 48
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
Qualified type operator exports #226
Conversation
Thank you so much, that's a great fix. Could you:
Then we should be good to go! |
e6efbc0
to
f942c0a
Compare
includes instead of matching in the end fix test comments update changelog remove added garbage add test case for exporting type Qualified.T fix magichash
An issue with |
Rebase needed, otherwise this is good to go. Thanks a lot! Does your patch now also fix the following issue (that I found out after you mentioned MagicHash)? module M
( T#(f#,C#,(+#)) )
where The |
It does not. Actually, there's a number of issues remaining here, one of which is that I didn't notice the |
This is partly a problem with |
FWIW I’ve fixed the issue with the where keyword. If the other hash stuff is already caught in a test that’s expected to fail (for now), I’ll reopen this with just the qualification patch? |
Yes that's good with me, I'll make a separate "expect fail" test for the magic hash issue. Thanks. |
Womp womp. Can't re-open because I force-pushed. Sorry, I'll make a new PR. |
Fixes #191.