Skip to content
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

Merged
merged 1 commit into from
Jun 15, 2015

Conversation

JeffBezanson
Copy link
Member

No description provided.

@tkelman
Copy link
Contributor

tkelman commented May 25, 2015

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?

@tkelman
Copy link
Contributor

tkelman commented May 25, 2015

Very much worth noting: the freeze does not occur with LLVM 3.6.0.

@JeffBezanson
Copy link
Member Author

Looks like there was a segfault due to not being able to find append_any in the Inference module from jl_f_apply during the first bootstrap stage.

@tkelman
Copy link
Contributor

tkelman commented Jun 14, 2015

repr(Nullable()) test needs to be updated

@JeffBezanson
Copy link
Member Author

Yep, working on it.

JeffBezanson added a commit that referenced this pull request Jun 15, 2015
merge Union and UnionType; allow writing union types with `Union{ }`
@JeffBezanson JeffBezanson merged commit 126763e into master Jun 15, 2015
@JeffBezanson JeffBezanson deleted the jb/curlyunion branch June 17, 2015 18:34
ScottPJones added a commit to ScottPJones/julia that referenced this pull request Jun 19, 2015
JeffBezanson added a commit that referenced this pull request Jun 19, 2015
Add news about #11432, curly braces for type Unions
fcard pushed a commit to fcard/julia that referenced this pull request Jul 8, 2015
stevengj added a commit to stevengj/julia that referenced this pull request Aug 13, 2015
stevengj added a commit to stevengj/julia that referenced this pull request Aug 14, 2015
vtjnash added a commit that referenced this pull request Aug 14, 2015
convert more Union(...) to Union{...} instances that escaped #11432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants