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

serialize kwftypes via their real type #16745

Merged
merged 1 commit into from
Jun 4, 2016
Merged

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Jun 3, 2016

fix #16471

the kwftype may not be lazy-created yet
so store instead a reference to the primary type
and potentially rebuild the kwftype on-demand

fix #16471
@JeffBezanson
Copy link
Member

Awesome. Relieved to have this fixed.

# issue 16529 (adding a method to a type with no instances)
(::Task)(::UInt8, ::UInt16, ::UInt32) = 2

# issue 16471 (capturing references to an kwfunc)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a

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.

Precompiling Bio.jl crashed on recent master branch.
3 participants