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

Do not refer to an implicit assignment in error messages on return stmts #3130

Merged

Commits on Nov 29, 2022

  1. Do not refer to an implicit assignment in error messages on return st…

    …atements
    
    Previously, a type error in a method `return` statement refers to an
    assignment, because the Resolver treats a return as an implicit update
    to the named return variable.  This patch checks whether an assignment
    is updating a formal outparameter and produces a more specific error
    message if so.
    dijkstracula committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4a1108c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    5999165 View commit details
    Browse the repository at this point in the history
  2. typo in test

    dijkstracula committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c9a32a2 View commit details
    Browse the repository at this point in the history
  3. typo in test

    dijkstracula committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5b9536a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52ee1c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    a5db08b View commit details
    Browse the repository at this point in the history