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

Equals initializer syntax #1580

Merged
merged 60 commits into from
Mar 27, 2023
Merged

Equals initializer syntax #1580

merged 60 commits into from
Mar 27, 2023

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    89505d9 View commit details
    Browse the repository at this point in the history
  2. Update formatter

    oowekyala committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b9e5f52 View commit details
    Browse the repository at this point in the history
  3. Add deprecation warning

    oowekyala committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5021ab5 View commit details
    Browse the repository at this point in the history
  4. Format Rust tests

    oowekyala committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2c00c20 View commit details
    Browse the repository at this point in the history
  5. Turn off validator warnings in LFC

    because warnings do not prevent the file from being formatted,
    and after formatting the positions of the warnings are wrong
    which can cause errors
    oowekyala committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    436ab1f View commit details
    Browse the repository at this point in the history
  6. Format remaining test files

    Some of them cannot really be fixed yet,
    like test/C/concurrent/ScheduleAt.lf
    oowekyala committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4e41dee View commit details
    Browse the repository at this point in the history
  7. Format remaining tests

    oowekyala committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    99fdf82 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Improve warning

    oowekyala committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    bd7522a View commit details
    Browse the repository at this point in the history
  2. Format C++ tests

    oowekyala committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    bf3ad07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2270109 View commit details
    Browse the repository at this point in the history
  4. Probably fix C++ gen

    oowekyala committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    78eacad View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Fix some problems

    oowekyala committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1485833 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    cd1bafe View commit details
    Browse the repository at this point in the history
  2. Fix C++ paren initializers

    oowekyala committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    67e545e View commit details
    Browse the repository at this point in the history
  3. Format

    oowekyala committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    09ba2d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    cdf8450 View commit details
    Browse the repository at this point in the history
  2. Format tests

    oowekyala committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    753ec48 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

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

Commits on Mar 1, 2023

  1. Add braced list expression

    this is to replace the old C syntax
    oowekyala committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    2eb7412 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    93063cb View commit details
    Browse the repository at this point in the history
  2. Add an expression visitor

    oowekyala committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    437d89e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd7f18e View commit details
    Browse the repository at this point in the history
  4. Fix build

    oowekyala committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1be1651 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    346a00e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5909324 View commit details
    Browse the repository at this point in the history
  3. Make LFF ignore errors

    oowekyala committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e3b9622 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Change formatter

    oowekyala committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    fbed653 View commit details
    Browse the repository at this point in the history
  2. Doc

    oowekyala committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    294c3d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3752f25 View commit details
    Browse the repository at this point in the history
  4. Fix NPE

    oowekyala committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    0e4ccf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d20706a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    6a56de7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d6926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a5015a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c4d21f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    897a5f6 View commit details
    Browse the repository at this point in the history
  6. Add tests for empty lists

    oowekyala committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4b4f428 View commit details
    Browse the repository at this point in the history
  7. Fix errors with empty lists

    oowekyala committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    90f2e3f View commit details
    Browse the repository at this point in the history
  8. update C++ test

    cmnrd committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e43a51f View commit details
    Browse the repository at this point in the history
  9. formatting

    cmnrd committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    088dab0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b7326f View commit details
    Browse the repository at this point in the history
  11. formatting

    cmnrd committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    c6eeb70 View commit details
    Browse the repository at this point in the history
  12. Format

    oowekyala committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    8363483 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    c4f4540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06617d1 View commit details
    Browse the repository at this point in the history
  3. fix python names

    cmnrd committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ebdb0b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb2b57d View commit details
    Browse the repository at this point in the history
  5. Further cleanup

    Note that python parameters are not tuples anymore, now they're lists
    Revert this if it causes problems.
    oowekyala committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2df3c8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4baf3f View commit details
    Browse the repository at this point in the history
  7. Cleanup

    oowekyala committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    8cc6fec View commit details
    Browse the repository at this point in the history
  8. Fix C test

    oowekyala committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    80b0d5f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Revert a change

    oowekyala committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ae346b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d8ab8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    e8162ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2341c55 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

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

Commits on Mar 24, 2023

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

Commits on Mar 27, 2023

  1. Don't use C23 syntax in test

    Co-authored-by: Peter Donovan <33707478+petervdonovan@users.noreply.github.com>
    cmnrd and petervdonovan committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b594f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9798d9 View commit details
    Browse the repository at this point in the history
  3. Fix comment

    Co-authored-by: Peter Donovan <33707478+petervdonovan@users.noreply.github.com>
    cmnrd and petervdonovan committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    63d2fa0 View commit details
    Browse the repository at this point in the history