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

Constant fold initializers of final variables #14283

Merged
merged 20 commits into from
Dec 15, 2022
Merged

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    7a263af View commit details
    Browse the repository at this point in the history
  2. Fixes

    JukkaL committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    7d3ed6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92f25b9 View commit details
    Browse the repository at this point in the history
  4. Black

    JukkaL committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    b0efc08 View commit details
    Browse the repository at this point in the history
  5. isort

    JukkaL committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    ea4427d View commit details
    Browse the repository at this point in the history
  6. Fix lint

    JukkaL committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    44c4f57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad26e3d View commit details
    Browse the repository at this point in the history
  8. Fix some tests

    JukkaL committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    42eed84 View commit details
    Browse the repository at this point in the history
  9. Some test fixes

    JukkaL committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    9827c18 View commit details
    Browse the repository at this point in the history
  10. Fixes

    JukkaL committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    11e0d97 View commit details
    Browse the repository at this point in the history
  11. Fixes

    JukkaL committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    4fa9fd3 View commit details
    Browse the repository at this point in the history
  12. More test fixes

    JukkaL committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    815cf94 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Fix float constants

    JukkaL committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    1a1320e View commit details
    Browse the repository at this point in the history
  2. Fix Final[t] declarations

    JukkaL committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    089f3c4 View commit details
    Browse the repository at this point in the history
  3. Fix test cases

    JukkaL committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    e367d5f View commit details
    Browse the repository at this point in the history
  4. Update some test cases

    JukkaL committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    5d5c4fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8856ff7 View commit details
    Browse the repository at this point in the history
  6. Fix imports

    JukkaL committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    2ee1904 View commit details
    Browse the repository at this point in the history
  7. Minor updates

    JukkaL committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    d6e7156 View commit details
    Browse the repository at this point in the history
  8. Add test cases

    JukkaL committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    bb649ed View commit details
    Browse the repository at this point in the history