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

Error when binary ops don't have matching whitespace on both sides. #11156

Merged
merged 7 commits into from
Mar 20, 2022

Commits on Mar 14, 2022

  1. Error when binary ops don't have matching whitespace on both sides. F…

    …ixes ziglang#7399
    
    This change also moves the warning about "&&" from the AstGen into the parser so that the "&&" warning can supersede the whitespace warning.
    danielchasehooper committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    a8979b5 View commit details
    Browse the repository at this point in the history
  2. Use .? instead of orelse

    Co-authored-by: Isaac Freund <[email protected]>
    danielchasehooper and ifreund authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    5d67fe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf027fe View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    416655c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aef33b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Tweak error message

    Co-authored-by: Veikka Tuominen <[email protected]>
    danielchasehooper and Vexu authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    5fcd9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f12653 View commit details
    Browse the repository at this point in the history