-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
merge Union and UnionType; allow writing union types with Union{ }
#11432
Conversation
Looks like the right way to go and shouldn't break anything in packages due to the fallback definition, but it's freezing while building inference on Win64 which I can reproduce locally. Ideas? |
Very much worth noting: the freeze does not occur with LLVM 3.6.0. |
d54a9eb
to
2858838
Compare
Looks like there was a segfault due to not being able to find |
1dd6307
to
8e99085
Compare
4721dc1
to
0b0085a
Compare
73f7c64
to
cf39071
Compare
|
Yep, working on it. |
cf39071
to
34d8f63
Compare
merge Union and UnionType; allow writing union types with `Union{ }`
Add news about #11432, curly braces for type Unions
convert more Union(...) to Union{...} instances that escaped #11432
No description provided.