-
Notifications
You must be signed in to change notification settings - Fork 363
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
Bind Channel #3001
Merged
Merged
Bind Channel #3001
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
fb2f9e0
Rename binding functions
AntoinePrv 18819a4
Minimal specs bindings
AntoinePrv 2d684fa
Add ChannelSpec setters
AntoinePrv 20bc1c1
Fix flat_set caster
AntoinePrv a3fad25
Bind ChannelSpecs
AntoinePrv 124f9e8
Bind Platform
AntoinePrv 0834b3a
Rename CondaURL::base > CondaURL::generic
AntoinePrv 3858263
Automatically convert enums from strings
AntoinePrv e0c2bb9
Fix CondaURL encoding bug
AntoinePrv 891d443
Bind CondaURL
AntoinePrv 0e3722f
Add comparison for AuthenticationInfo
AntoinePrv a2bd78e
Bind AuthenticationInfo
AntoinePrv 3c6b283
Rename libmambapy tests
AntoinePrv 0b4cc85
Bind AuthenticationDataBase
AntoinePrv 5b5ed53
Fix binding size
AntoinePrv 747e010
Add weakening_map comparison
AntoinePrv bb25ae1
Refactor AuthenticationDataBase bindings
AntoinePrv c1aa7ee
Bind ChannelResolveParams
AntoinePrv 61fdb4e
Separate binding utility functions
AntoinePrv a1c078a
Bind CondaURL / subpath
AntoinePrv 2cf8a46
Fix Channel
AntoinePrv 9af8b2e
Bind Channel
AntoinePrv dee38d5
Modify specs import
AntoinePrv 5307d3f
Remove ChannelSpec setters
AntoinePrv a17f3bc
Simplify channel tests
AntoinePrv 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
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
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
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
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.
I find
base
more meaningfulThere 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.
The fact the it the base is not relevant here. What matters is that there is a generic alternative to this class to which we can convert.