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

Warn about variable exports from subexpressions #9134

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 1, 2024

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

Commits on Dec 2, 2024

  1. Always warn about exported variables from constructs without clauses

    There is never a good reason for placing variable bindings inside the
    arguments of an expression.
    richcarl committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    da363aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40159fe View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

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