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.
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
feat: Add support for optional dependencies #1019
feat: Add support for optional dependencies #1019
Changes from 17 commits
21d3d3e
73de02e
187cc92
2141a10
cd6347c
964f896
4653c79
0d56281
08431ca
59a99be
44c381b
6b11582
3031f38
7e1a48a
f699c64
afa26a5
19913c5
73e9c46
4944c64
964733b
33bc371
d464463
83d10c3
36a47b4
b98a579
8e62135
61687ba
cb75de6
5814675
d90c8f7
cac30de
0307d9e
c34e4ee
552103a
8896bc0
f19eaa0
1d20b45
5a6885d
ff1c021
999a768
66239bf
3e7bad6
b1f477f
93fe642
c76fcf5
2bc89ee
68f9b9a
ac0a9d7
f4d5dd0
7356302
3bde1ab
0fa69ea
ef77099
09b16ae
8d051d5
0f6a82b
e79beb3
7d7b356
28e52ff
9e976c9
73868cd
1436ce0
ef7da73
e7d603c
342c1f9
2f129b9
af17aee
1a2f2d0
7cbcfaa
b373841
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
A few lines below there are more elements that are added in between brackets.
Please also add one or more tests that shows that this kind of roundtrip parsing is correct.
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.
Please add a test that verifies that the running this function on a few examples results in the expected behavior.
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.
Now that I see it in use, should we rename this to
features
instead? Oroptional_dependencies
? @wolfv