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: require distinct argument and property names #272

Merged
merged 2 commits into from
Oct 23, 2018

Commits on Oct 22, 2018

  1. fix: require distinct argument and property names

    Restrict the usage of datatype parameters in functions, so that
    languages with keyword argument support can inline datatype parameters
    into the function declaration. This means it cannot share any field
    names with remaining function argument names.
    
    Fixes #268.
    Rico Huijbers committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    f9b45f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Merge remote-tracking branch 'origin/master' into huijbers/restrict-d…

    …atatype-placement
    Rico Huijbers committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    b26fbdc View commit details
    Browse the repository at this point in the history