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

refactor[next] error handling #1275

Merged
merged 56 commits into from
Jul 21, 2023
Merged

refactor[next] error handling #1275

merged 56 commits into from
Jul 21, 2023

Commits on Jun 5, 2023

  1. stuff

    petiaccja committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    be9849d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743042e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    c38116f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d59808e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    601737a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05b5ef2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99785f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. exception hook and cleanups

    petiaccja committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4c60811 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. fix infinite recursion

    petiaccja committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1451e79 View commit details
    Browse the repository at this point in the history
  2. remove old exceptions

    petiaccja committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ba17c63 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Jun 21, 2023

  1. tune

    petiaccja committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    3ea99d5 View commit details
    Browse the repository at this point in the history
  2. fix & clean SourceLocation

    petiaccja committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8aef5f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f59732c View commit details
    Browse the repository at this point in the history
  4. revert source location str

    petiaccja committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f498e00 View commit details
    Browse the repository at this point in the history
  5. fix qa

    petiaccja committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e1c1f04 View commit details
    Browse the repository at this point in the history
  6. fix doctests

    petiaccja committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    360a6f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    d081374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79dca31 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    1bbeec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f95b76 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Update src/gt4py/next/errors/excepthook.py

    Co-authored-by: Enrique G. Paredes <18477+egparedes@users.noreply.github.com>
    petiaccja and egparedes committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5d01311 View commit details
    Browse the repository at this point in the history
  2. Update src/gt4py/next/errors/excepthook.py

    Co-authored-by: Enrique G. Paredes <18477+egparedes@users.noreply.github.com>
    petiaccja and egparedes committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    03c01c7 View commit details
    Browse the repository at this point in the history
  3. Update src/gt4py/next/errors/exceptions.py

    Co-authored-by: Enrique G. Paredes <18477+egparedes@users.noreply.github.com>
    petiaccja and egparedes committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    61696cc View commit details
    Browse the repository at this point in the history
  4. rename functions

    petiaccja committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5c09705 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b5f1f4 View commit details
    Browse the repository at this point in the history
  6. Update src/gt4py/next/errors/exceptions.py

    Co-authored-by: Enrique G. Paredes <18477+egparedes@users.noreply.github.com>
    petiaccja and egparedes committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a17ec99 View commit details
    Browse the repository at this point in the history
  7. type annotations

    petiaccja committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e010bb8 View commit details
    Browse the repository at this point in the history
  8. type annotations

    petiaccja committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    73b8a91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4951df7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    519f242 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6bfdc4 View commit details
    Browse the repository at this point in the history
  12. improve docstrings

    petiaccja committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c7d7eb7 View commit details
    Browse the repository at this point in the history
  13. remove blanket imports

    petiaccja committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    89fc3a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    935d37b View commit details
    Browse the repository at this point in the history
  2. use typeerror

    petiaccja committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d8d603f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb24895 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    084d218 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c53fdc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8371cab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e8e008 View commit details
    Browse the repository at this point in the history
  8. Update src/gt4py/next/ffront/func_to_foast.py

    Co-authored-by: Till Ehrengruber <t.ehrengruber@me.com>
    petiaccja and tehrengruber committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5e08a50 View commit details
    Browse the repository at this point in the history
  9. delete test files

    petiaccja committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1bcbdf7 View commit details
    Browse the repository at this point in the history
  10. use fixtures

    petiaccja committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cc162b3 View commit details
    Browse the repository at this point in the history
  11. rename exception classes

    petiaccja committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e04c7fd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8fe6d06 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. add doscstrings to modules

    petiaccja committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7a14225 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. fix doc string formatting

    petiaccja committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a7e7566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cac27e View commit details
    Browse the repository at this point in the history
  3. remove direct imports

    petiaccja committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    98b0bad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de7f9e9 View commit details
    Browse the repository at this point in the history
  5. fix concatenated strings

    petiaccja committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9327893 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    1bf640c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eafdde2 View commit details
    Browse the repository at this point in the history
  3. improve docstrings

    petiaccja committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7638763 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af78ab9 View commit details
    Browse the repository at this point in the history