-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue/drop pkg resources - first part #7990
Closed
Closed
Changes from 14 commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
37ee4b1
first commit
hlloreda 7d333fe
Merge branch 'refs/heads/master' into issue/drop_pkg_resources
hlloreda 021e009
wip
hlloreda 1779105
mypy
hlloreda 25893db
Merge branch 'refs/heads/master' into issue/drop_pkg_resources
hlloreda 871e18d
refactor
hlloreda 3a5743a
lower name
hlloreda a6a6dde
test
hlloreda c49b37e
Merge branch 'refs/heads/master' into issue/drop_pkg_resources
hlloreda a32e383
refactor
hlloreda 3ea487c
Merge branch 'master' into issue/drop_pkg_resources
hlloreda 3377996
rollback changes
hlloreda 880d9da
rollback changes
hlloreda c5187f8
refactor
hlloreda a239a06
refactor
hlloreda 06ea0cf
refactor
hlloreda aeb68cb
fix broken test
hlloreda c5d3246
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda 87e381a
refactor
hlloreda ae4915b
refactor
hlloreda 4b8e2ad
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda 0768b2b
refactor
hlloreda 8d71c66
add test safe requirement
hlloreda f884732
Remove SafeRequirement
hlloreda e523023
Remove SafeRequirement
hlloreda b0f0d8b
renaming
hlloreda b797205
Remove SafeRequirement
hlloreda 259626f
fix parsing
hlloreda 26420b2
fix name parameter
hlloreda b443555
refactor
hlloreda 9a44a24
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda fca2bfc
format mypy
hlloreda db0591c
fix comparing versions
hlloreda 10b41bd
refactor + fix broken calls
hlloreda 0c8d292
rollback + fix broken tests
hlloreda 7962876
refactor
hlloreda f902c99
fix broken tests
hlloreda 00c5506
refactor
hlloreda d65b1c0
Merge branch 'refs/heads/master' into issue/drop_pkg_resources_2
hlloreda e6975c5
merge master + introduce new type
hlloreda c8ec877
fix broken tests
hlloreda 43a64c0
fix broken tests
hlloreda 917f9ef
add warnings + use new name property
hlloreda 1c43dc7
fix + mypy
hlloreda 1dce986
refactor
hlloreda d241433
retake with plugins
hlloreda 3a64bed
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda 8a88093
rollback old changes
hlloreda a046cf8
add missing test
hlloreda 1896d2e
missing <
hlloreda 22e4d1d
wrong number
hlloreda 0c3ab6e
resolve mypy problems
hlloreda 4f13c5d
refactor
hlloreda 8e15960
more cases
hlloreda d8d03ac
refactor
hlloreda cc46563
refactor wrong type
hlloreda 5fd461a
mypy-sync
hlloreda 9037100
refactor
hlloreda d34ba90
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda 84270ae
fix broken tests
hlloreda 6134daa
refactor
hlloreda 45ef63f
refactor
hlloreda ab6f098
refactor
hlloreda 4fb8902
regex broke tests
hlloreda 784e533
remove old regex
hlloreda c750b49
incomplete refactor
hlloreda 0993635
refactor
hlloreda cd11875
refactor
hlloreda c40fe2b
fix
hlloreda 63f0a5f
refactor
hlloreda 8facdcf
docstring
hlloreda bc43a12
refactor
hlloreda ccab505
add changelog
hlloreda 254c14e
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda d86a63f
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda ae80eb8
refactor
hlloreda 2d7bda9
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda ba749a6
fix broken tests
hlloreda 6aae7ae
revert change
hlloreda ba01c4d
rollback
hlloreda b12c5d2
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda 24692f8
refactor
hlloreda dc95c99
refactor
hlloreda 3e71ebf
refactor to make sure to not share this instance
hlloreda 2d79e9e
Merge branch 'master' into issue/drop_pkg_resources_2
hlloreda d77a95d
refactor
hlloreda af785c4
remove constraint on setuptools
hlloreda 8e4ae57
missing revert changes
hlloreda 73d9cf3
missing revert changes
hlloreda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mypy is raising a warning here:
I don't know how should I fix this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
like so?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't seem to be maintained I think it is good to figure out why it is here at all (I suspect LSM).
We may want to vendor it or find a fork if we need it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
click-contrib/click-plugins#37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are now experiencing this error:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, click-plugin is just outdated, perhaps we can vendor it?