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 incorrect tuple handling #2763

Merged
merged 1 commit into from
Jun 9, 2018
Merged

Fix incorrect tuple handling #2763

merged 1 commit into from
Jun 9, 2018

Commits on Jun 8, 2018

  1. Fix incorrect tuple handling

    I don't know the compiler well and I went off what I knew and believe I
    found the root cause for our tuple bugs that started with 9222f08. Which
    was in turn fixing #2735.
    
    However, a number of bugs came from that fix because, it didn't fix the
    root issue. Which was `gen_localdecl` returning GEN_NOVALUE where
    GEN_NOTNEEDED was needed. This is why, prior to 9222f08, `gen_tuple` was
    returning GEN_NOTNEEDED when the value it has was GEN_NOVALUE.
    
    Fixes #2760
    SeanTAllen committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    efacdd3 View commit details
    Browse the repository at this point in the history