-
-
Notifications
You must be signed in to change notification settings - Fork 77
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 generateDiff
task when target version doesn't exist
#671
Open
supersaiyansubtlety
wants to merge
4
commits into
QuiltMC:25w02a
Choose a base branch
from
supersaiyansubtlety:fix-generate-diff-task
base: 25w02a
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
fix generateDiff
task when target version doesn't exist
#671
supersaiyansubtlety
wants to merge
4
commits into
QuiltMC:25w02a
from
supersaiyansubtlety:fix-generate-diff-task
+79
−21
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
supersaiyansubtlety
added
bug
something isn't working correctly
t: toolchain
changes to the quilt mappings toolchain
reviews needed
please review this PR
s: tiny
PRs with less than 50 lines
labels
Dec 3, 2024
supersaiyansubtlety
added
the
update-base
used to notify github actions that the base branch should be updated
label
Dec 4, 2024
🚀 Target branch has been updated to 1.21.4 |
github-actions
bot
removed
the
update-base
used to notify github actions that the base branch should be updated
label
Dec 4, 2024
make diffTarget a TargetVersionConsumingTask
supersaiyansubtlety
force-pushed
the
fix-generate-diff-task
branch
from
December 4, 2024 07:06
dfee3c2
to
4890c3f
Compare
…kVersionsMatchConsumingTask as they depend on other UnpickVersionsMatchConsumingTasks give lazilyDiffTarget a custom type that implements UnpickVersionsMatchConsumingTask make lazilyDiffTarget's conditional dependency use a provider to make it lazier use try-with-resources when writing the output in DiffDirectoriesTask
ix0rai
added
the
update-base
used to notify github actions that the base branch should be updated
label
Jan 15, 2025
🚀 Target branch has been updated to 25w02a |
github-actions
bot
added
v: snapshot
targets a snapshot version of minecraft
and removed
update-base
used to notify github actions that the base branch should be updated
labels
Jan 15, 2025
IotaBread
approved these changes
Jan 18, 2025
supersaiyansubtlety
added
final-comment-period
is approved and will soon be merged if no issues are raised
and removed
reviews needed
please review this PR
labels
Jan 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
something isn't working correctly
final-comment-period
is approved and will soon be merged if no issues are raised
s: tiny
PRs with less than 50 lines
t: toolchain
changes to the quilt mappings toolchain
v: snapshot
targets a snapshot version of minecraft
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.
Note: this only affects the diff task, which is not currently used in the
generate-diff
action (which works fine since #670).generateDiff
->diffTarget
diffTarget
aTargetVersionConsumingTask
so it gets skipped if the target version doesn't existlazilyDiffTarget
as a hack to prevent unnecessarily generating sources using local mappings when the target version isn't present