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

Setup upgrade #2

Merged
merged 48 commits into from
Mar 14, 2024
Merged

Setup upgrade #2

merged 48 commits into from
Mar 14, 2024

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    45356f6 View commit details
    Browse the repository at this point in the history
  2. Upgrade the distribution packaging

    - Upgrade the setuptools backend
    - Remove tests from the distribution
    yafshar committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b40b08c View commit details
    Browse the repository at this point in the history
  3. Update the action version

    yafshar committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    f478d30 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. kim_edn.tool read infile before writing to outfile

    - Make kim_edn.tool read infile before writing to outfile so that
      `python -m kim_edn.tool foo.edn foo.edn` doesn't result in an
       empty foo.edn.
    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    feed6cc View commit details
    Browse the repository at this point in the history
  2. Minor fix

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    1747a25 View commit details
    Browse the repository at this point in the history
  3. Remove argparse.FileType

    - Open and close files manually. It prevents from leaking files,
      preliminary creation of output files, and accidental closing of
      stdin and stdout.
    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ba971a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a01f47f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f72bc2a View commit details
    Browse the repository at this point in the history
  6. Fix the indentation

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cfefb6a View commit details
    Browse the repository at this point in the history
  7. Remove unused import

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    df5694a View commit details
    Browse the repository at this point in the history
  8. Remove unused import

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    54ca60f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2aef06 View commit details
    Browse the repository at this point in the history
  10. Fix the bare 'except'

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9f635de View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cd0429 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d827e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    adc636d View commit details
    Browse the repository at this point in the history
  14. blank line warning

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ca6c375 View commit details
    Browse the repository at this point in the history
  15. Remove unused import

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d1d9aa8 View commit details
    Browse the repository at this point in the history
  16. Correct the format

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    20ca5b6 View commit details
    Browse the repository at this point in the history
  17. Correct the format

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f51598c View commit details
    Browse the repository at this point in the history
  18. Fix the indentation

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9e973ba View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4db7a30 View commit details
    Browse the repository at this point in the history
  20. minor fix

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    7d44bda View commit details
    Browse the repository at this point in the history
  21. test

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    61fcf83 View commit details
    Browse the repository at this point in the history
  22. upgrade codecov

    yafshar committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b9e7d5e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    a1683d9 View commit details
    Browse the repository at this point in the history
  2. Add new test for tool module

    yafshar committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    83272f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    699890d View commit details
    Browse the repository at this point in the history
  4. Update the README

    yafshar committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ed8da98 View commit details
    Browse the repository at this point in the history
  5. fix the indentation

    yafshar committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b1fbf17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a70c4f6 View commit details
    Browse the repository at this point in the history
  7. Update the test tool

    yafshar committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9518f64 View commit details
    Browse the repository at this point in the history
  8. Update the import

    yafshar committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d99c324 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    8f07f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abebcd3 View commit details
    Browse the repository at this point in the history
  3. Add extra tests

    yafshar committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    696eb29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ee121e View commit details
    Browse the repository at this point in the history
  5. Update the publish action

    yafshar committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f788047 View commit details
    Browse the repository at this point in the history
  6. Update the package action

    yafshar committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    00278a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Update the interface

    - Update the load and loads interface. Remove parse_constant which
      is not used in kim-edn.
    - Update the loads interface. Now it can accept the Decoder object
    yafshar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    05fb4f7 View commit details
    Browse the repository at this point in the history
  2. fix the indented line issue

    yafshar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2532e4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1202d7 View commit details
    Browse the repository at this point in the history
  4. Remove trailing whitespace

    yafshar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6234b3b View commit details
    Browse the repository at this point in the history
  5. Add reduce test for pickling

    yafshar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    df34018 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78ccbd1 View commit details
    Browse the repository at this point in the history
  7. Fix the missing letter

    yafshar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    dc7c1b8 View commit details
    Browse the repository at this point in the history