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

Fix #17219: conditionally lower ccall first arg #17224

Merged
merged 1 commit into from
Jul 2, 2016

Commits on Jul 2, 2016

  1. Fix JuliaLang#17219: conditionally lower ccall first arg

    Without this compile step, ccall uses the first slotted version of the variable
    regardless of whether it has been reassigned in the function body.
    
    Fixes JuliaLang#17219
    Fixes JuliaInterop/JavaCall.jl#37
    
    See https://groups.google.com/forum/#!msg/julia-users/DyTQmsQaQl4/KmxQHSqACQAJ
    ihnorton committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    054b7e7 View commit details
    Browse the repository at this point in the history