-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
fix: missing dependencies should be recoverable #5152
Merged
h-a-n-a
merged 8 commits into
main
from
12-27-fix_missing_dependencies_should_be_recoverable_split
Jan 9, 2024
Merged
fix: missing dependencies should be recoverable #5152
h-a-n-a
merged 8 commits into
main
from
12-27-fix_missing_dependencies_should_be_recoverable_split
Jan 9, 2024
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
2 tasks
This stack of pull requests is managed by Graphite. Learn more about stacking. |
2 tasks
github-actions
bot
added
release: bug fix
release: bug related release(mr only)
team
The issue/pr is created by the member of Rspack.
labels
Dec 28, 2023
2 tasks
Base automatically changed from
12-27-fix_missing_dependencies_should_be_recoverable
to
main
December 28, 2023 12:19
h-a-n-a
force-pushed
the
12-27-fix_missing_dependencies_should_be_recoverable_split
branch
3 times, most recently
from
January 5, 2024 09:57
a96282c
to
e8468ca
Compare
h-a-n-a
force-pushed
the
01-05-chore_bump_oxc
branch
3 times, most recently
from
January 5, 2024 10:14
5c44521
to
9d8f907
Compare
h-a-n-a
force-pushed
the
12-27-fix_missing_dependencies_should_be_recoverable_split
branch
from
January 5, 2024 10:14
e8468ca
to
378c367
Compare
h-a-n-a
force-pushed
the
01-05-chore_bump_oxc
branch
4 times, most recently
from
January 8, 2024 10:06
437f3f0
to
6653d66
Compare
h-a-n-a
force-pushed
the
12-27-fix_missing_dependencies_should_be_recoverable_split
branch
from
January 8, 2024 10:16
378c367
to
55a928e
Compare
h-a-n-a
force-pushed
the
01-05-chore_bump_oxc
branch
from
January 8, 2024 11:12
6653d66
to
1818088
Compare
h-a-n-a
force-pushed
the
12-27-fix_missing_dependencies_should_be_recoverable_split
branch
2 times, most recently
from
January 8, 2024 11:14
13f6efd
to
76cfe2c
Compare
h-a-n-a
force-pushed
the
12-27-fix_missing_dependencies_should_be_recoverable_split
branch
2 times, most recently
from
January 8, 2024 11:38
021668c
to
a35e355
Compare
h-a-n-a
force-pushed
the
12-27-fix_missing_dependencies_should_be_recoverable_split
branch
from
January 9, 2024 06:34
a35e355
to
366a347
Compare
Boshen
reviewed
Jan 9, 2024
h-a-n-a
force-pushed
the
12-27-fix_missing_dependencies_should_be_recoverable_split
branch
from
January 9, 2024 08:04
b6bc51b
to
c7c598e
Compare
Boshen
approved these changes
Jan 9, 2024
h-a-n-a
deleted the
12-27-fix_missing_dependencies_should_be_recoverable_split
branch
January 9, 2024 08:15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release: bug fix
release: bug related release(mr only)
team
The issue/pr is created by the member of Rspack.
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.
Summary
Support recover from missing dependencies being added back.
Test Plan
See e2e test changes.
Require Documentation?