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

Resolving TypeError, during version unpacking #2098

Merged
merged 8 commits into from
Aug 25, 2024

Commits on Aug 14, 2024

  1. - This will make sure that the version unpacking doesn't stop connect…

    …ion to some versions of message brokers.
    couzhei committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    680a371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8cf3ab View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. - I updated the test in this version

    - Improved my code
    couzhei committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    62355ce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bugfix/type-error-version-checking' of https://github.c…

    …om/couzhei/kombu into bugfix/type-error-version-checking
    couzhei committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3eec8df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e9d627 View commit details
    Browse the repository at this point in the history
  4. - linting problem resolved.

    couzhei committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    26cac4a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    bf35400 View commit details
    Browse the repository at this point in the history
  2. - resolving "_unpack_version" has incompatible type "int" problem i…

    …n `_unpack_version` method
    
    - `"` are sent back to `'` (apparently my company's formatter `black` is not compatible with `pydocstyle`, and mine integration with VSCode has messed with kombu's repository)
    couzhei committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c044dbe View commit details
    Browse the repository at this point in the history