-
Notifications
You must be signed in to change notification settings - Fork 195
fix(match_spec)!: Make name in MatchSpec non-optional
#2079
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
Closed
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ce26646
fix(match_spec):parse '*' as a native glob matchspec instead of None(…
KartikDua1504 69de673
fix(match_spec): parse asterisk as a native glob matchspec
KartikDua1504 ff54e6f
fix(matchspec): remove Option wrapper, clean dead error, and update p…
KartikDua1504 0006ac8
refactor(matchspec): make MatchSpec name field mandatory by removing …
KartikDua1504 e47327e
Merge branch 'main' into feat/matchspec-glob-star
KartikDua1504 7e74722
fix(gateway): remove obsolete nameless matchspec test and resolve ups…
KartikDua1504 420cacd
fix(solve): remove obsolete unwrap calls in benchmarks and fix clippy…
KartikDua1504 9f160b1
style: fix clippy warnings, format code, and update docstrings
KartikDua1504 697307b
Update crates/rattler_conda_types/src/match_spec/mod.rs
KartikDua1504 0260ac8
fix(matchspec): remove Option wrapper, clean dead error, and update p…
KartikDua1504 478c686
(fix) : name handling in install/installer/mod.rs
KartikDua1504 6847a9b
(fix) : name handling in install/installer/mod.rs
KartikDua1504 5ab6f3c
(fix): made required changes to /rattler_conda/types/src/match_spec/m…
KartikDua1504 c460e8e
(fix): made required changes to /rattler_conda/types/src/match_spec/m…
KartikDua1504 c2b4b3d
(fix): made required changes to /rattler_conda/types/src/match_spec/m…
KartikDua1504 882505c
(fix): added changes in crates/rattler_lock/src/conda.rs
KartikDua1504 9b609e4
(fix): crates/rattler_lock/conda.rs
KartikDua1504 f42d451
Update crates/rattler_conda_types/src/match_spec/parse.rs
KartikDua1504 873d747
Update crates/rattler_lock/src/conda.rs
KartikDua1504 3d22ab0
Update crates/rattler_lock/src/conda.rs
KartikDua1504 97190b8
(fix): incorporated suggestions and changed multiple files.
KartikDua1504 717e206
fixes
pavelzw a93b3bd
fix
pavelzw 53af324
fix
pavelzw 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.