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

Implement a dialect-specific rule for unparsing an identifier with or without quotes #10573

Merged
merged 16 commits into from
May 22, 2024

Commits on May 22, 2024

  1. add ident needs quote check

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e13d7dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bce7e41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a616719 View commit details
    Browse the repository at this point in the history
  4. update cargo lock

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b8e7dbe View commit details
    Browse the repository at this point in the history
  5. fomrat cargo toml

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0293ca7 View commit details
    Browse the repository at this point in the history
  6. fix the example test

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4063d5d View commit details
    Browse the repository at this point in the history
  7. move regex to top level

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c0e03d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7430634 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a881a65 View commit details
    Browse the repository at this point in the history
  10. fix example test

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c9eb4a4 View commit details
    Browse the repository at this point in the history
  11. fix example test

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2eba717 View commit details
    Browse the repository at this point in the history
  12. fix the test fail

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dc75c2d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    603d0b4 View commit details
    Browse the repository at this point in the history
  14. fix typo

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3a9125c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a1d05c View commit details
    Browse the repository at this point in the history
  16. fix the parameter name

    goldmedal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8ed1525 View commit details
    Browse the repository at this point in the history