-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add optional dependency load #2
Open
danschultzer
wants to merge
2
commits into
main
Choose a base branch
from
optional-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
danschultzer
force-pushed
the
master
branch
2 times, most recently
from
August 5, 2018 17:34
9a4ab3a
to
eaf62bb
Compare
danschultzer
force-pushed
the
optional-deps
branch
from
August 5, 2018 19:49
db387f3
to
9ee3a80
Compare
danschultzer
force-pushed
the
optional-deps
branch
2 times, most recently
from
August 11, 2018 02:59
bd8acbd
to
fca3db5
Compare
danschultzer
force-pushed
the
master
branch
2 times, most recently
from
August 11, 2018 20:02
2cb16e4
to
90669fb
Compare
danschultzer
force-pushed
the
optional-deps
branch
4 times, most recently
from
August 12, 2018 17:18
886900d
to
ae30c1c
Compare
danschultzer
force-pushed
the
master
branch
3 times, most recently
from
August 26, 2018 03:53
c234c30
to
2c7fc9a
Compare
danschultzer
force-pushed
the
optional-deps
branch
from
August 27, 2018 19:03
ae30c1c
to
e3e0dcc
Compare
danschultzer
force-pushed
the
optional-deps
branch
from
September 5, 2018 16:21
e3e0dcc
to
c7be67d
Compare
danschultzer
force-pushed
the
optional-deps
branch
from
September 13, 2018 16:41
c7be67d
to
c9071b7
Compare
danschultzer
force-pushed
the
master
branch
from
September 13, 2018 17:20
688e943
to
194946e
Compare
danschultzer
force-pushed
the
optional-deps
branch
from
November 15, 2018 03:15
c9071b7
to
2840cd8
Compare
danschultzer
force-pushed
the
optional-deps
branch
2 times, most recently
from
March 9, 2019 17:53
2705464
to
effe15c
Compare
danschultzer
force-pushed
the
optional-deps
branch
from
January 18, 2020 04:50
effe15c
to
bb237d3
Compare
danschultzer
force-pushed
the
main
branch
2 times, most recently
from
January 4, 2024 23:29
f3f749e
to
5db758b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I'm not 100% sure if this is the best way to handle the optional dependency. It seems to fail in umbrella setups.
Also, there'll be some warnings like the following:
I'll clean this up once I've decided if this PR is the right way to handle optional deps.