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

Split parsing of Poetry versions into a separate module #557

Merged
merged 18 commits into from
Sep 26, 2024

Commits on Sep 6, 2024

  1. Fix type hints

    maresb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9388889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513aec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb7fa2 View commit details
    Browse the repository at this point in the history
  4. Fix semver regex

    Ensure that the regex applies to the entire string.
    maresb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    780dcf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1704957 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3aab8ff View commit details
    Browse the repository at this point in the history
  7. Split history py_toml.py to parse_poetry_version.py - resolve conflic…

    …t and keep both files
    maresb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cc83bb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    111e396 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    539e0f7 View commit details
    Browse the repository at this point in the history
  10. Split history test_py_toml.py to test_parse_poetry_version.py - renam…

    …e file to target-name
    maresb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fa9dacb View commit details
    Browse the repository at this point in the history
  11. Split history test_py_toml.py to test_parse_poetry_version.py - renam…

    …e source-file to temp
    maresb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d13b90b View commit details
    Browse the repository at this point in the history
  12. Split history test_py_toml.py to test_parse_poetry_version.py - resol…

    …ve conflict and keep both files
    maresb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8345ed0 View commit details
    Browse the repository at this point in the history
  13. Split history test_py_toml.py to test_parse_poetry_version.py - resto…

    …re name of source-file
    maresb committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    48c512b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c0a63a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Convert most parse_poetry_version tests to doctests

    This makes it more self-contained
    maresb committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0736b95 View commit details
    Browse the repository at this point in the history
  2. Update failing CRAN test

    Please review carefully. The results changed but I know neither R nor the intention.
    maresb committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bdd0393 View commit details
    Browse the repository at this point in the history
  3. Enable doctests

    maresb committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6954797 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1432f07 View commit details
    Browse the repository at this point in the history