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

Add support for match ... case #60

Merged
merged 30 commits into from
May 30, 2024
Merged

Add support for match ... case #60

merged 30 commits into from
May 30, 2024

Commits on Mar 19, 2024

  1. Add support for match ... case

    Parsa Bahraminejad committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d7b4aac View commit details
    Browse the repository at this point in the history
  2. Remove unused import in main.py

    Parsa Bahraminejad committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d7fe210 View commit details
    Browse the repository at this point in the history
  3. Remove unused function

    Parsa Bahraminejad committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    31fe10a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 21, 2024

  1. Add match _ case and | functionality

    Parsa Bahraminejad authored and Parsa Bahraminejad committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    04bdb63 View commit details
    Browse the repository at this point in the history
  2. Add match , case, * case, and support for py3.9

    Parsa Bahraminejad committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4f3e06c View commit details
    Browse the repository at this point in the history
  3. Create functions_310.py

    Parsa Bahraminejad committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    603fd26 View commit details
    Browse the repository at this point in the history
  4. Cleanup extra comments

    Parsa Bahraminejad committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e129951 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Add match with guard and multiple variable match

    Parsa Bahraminejad committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0f1b4f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Fix py310 test functions

    Parsa Bahraminejad committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    dd3af8b View commit details
    Browse the repository at this point in the history
  2. Raise error for matching lists

    Parsa Bahraminejad committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    be67c18 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on Apr 30, 2024

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

Commits on May 1, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    56279e9 View commit details
    Browse the repository at this point in the history
  2. Fixing Coverage

    prsabahrami committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1d7a295 View commit details
    Browse the repository at this point in the history
  3. Fix functions

    prsabahrami committed May 15, 2024
    Configuration menu
    Copy the full SHA
    edecbfe View commit details
    Browse the repository at this point in the history
  4. Fixing test functions

    prsabahrami committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bde858e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7723b3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. some improvements

    Bela Stoyan committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2258a8c View commit details
    Browse the repository at this point in the history
  2. add failing tests

    Bela Stoyan committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2af055c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Fixing failing cases

    prsabahrami committed May 18, 2024
    Configuration menu
    Copy the full SHA
    2850d44 View commit details
    Browse the repository at this point in the history
  2. Fixing test functions

    prsabahrami committed May 18, 2024
    Configuration menu
    Copy the full SHA
    5779202 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. small fixes

    pavelzw committed May 24, 2024
    Configuration menu
    Copy the full SHA
    10c9753 View commit details
    Browse the repository at this point in the history
  2. bump version

    pavelzw committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cbbedf1 View commit details
    Browse the repository at this point in the history
  3. only run release on non-forks

    pavelzw committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ed16d6d View commit details
    Browse the repository at this point in the history
  4. Update main.py

    Co-authored-by: Pavel Zwerschke <[email protected]>
    prsabahrami and pavelzw authored May 24, 2024
    Configuration menu
    Copy the full SHA
    52ece52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    701b0d0 View commit details
    Browse the repository at this point in the history