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

Set edges (fix 265!) #129

Merged
merged 1 commit into from
Jun 17, 2019
Merged

Set edges (fix 265!) #129

merged 1 commit into from
Jun 17, 2019

Conversation

vchuravy
Copy link
Member

@vchuravy vchuravy commented Jun 4, 2019

src/overdub.jl Outdated
@@ -78,6 +78,11 @@ function reflect(@nospecialize(sigtypes::Tuple), world::UInt = typemax(UInt))
code_info = Core.Compiler.retrieve_code_info(method_instance)
isa(code_info, CodeInfo) || return nothing
code_info = copy_code_info(code_info)
if isdefined(code_info, :edges)
Copy link
Contributor

@oxinabox oxinabox Jun 4, 2019

Choose a reason for hiding this comment

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

Suggested change
if isdefined(code_info, :edges)
if isdefined(code_info, :edges) # added in julia v1.3-dev

@Keno
Copy link
Contributor

Keno commented Jun 15, 2019

Bump!

@vchuravy vchuravy merged commit 22586aa into master Jun 17, 2019
@vchuravy vchuravy deleted the vc/edges branch June 17, 2019 16:18
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.

3 participants