-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
better error and dca for configurables #6121
Merged
JoshuaBatty
merged 12 commits into
master
from
xunilrj/configurables-better-error-and-dca
Jul 5, 2024
Merged
better error and dca for configurables #6121
JoshuaBatty
merged 12 commits into
master
from
xunilrj/configurables-better-error-and-dca
Jul 5, 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
Benchmark for a3a48dbClick to view benchmark
|
Benchmark for 6b6ef74Click to view benchmark
|
sdankel
reviewed
Jun 13, 2024
ironcev
requested changes
Jun 13, 2024
Benchmark for 24f90f9Click to view benchmark
|
ironcev
requested changes
Jun 14, 2024
xunilrj
force-pushed
the
xunilrj/configurables-better-error-and-dca
branch
from
June 25, 2024 14:54
58152c6
to
0a6fdb2
Compare
Benchmark for 56c2e27Click to view benchmark
|
ironcev
previously approved these changes
Jun 25, 2024
Benchmark for 408d703Click to view benchmark
|
ironcev
previously approved these changes
Jun 25, 2024
xunilrj
force-pushed
the
xunilrj/configurables-better-error-and-dca
branch
from
June 27, 2024 13:09
843ffa5
to
9eb36e3
Compare
Benchmark for 963be78Click to view benchmark
|
Benchmark for 0ded602Click to view benchmark
|
Co-authored-by: Sophie Dankel <47993817+sdankel@users.noreply.github.com>
Co-authored-by: Igor Rončević <ironcev@hotmail.com>
Co-authored-by: Igor Rončević <ironcev@hotmail.com>
xunilrj
force-pushed
the
xunilrj/configurables-better-error-and-dca
branch
from
July 4, 2024 10:47
445ae17
to
53fbf89
Compare
Benchmark for 911fbe1Click to view benchmark
|
IGI-111
approved these changes
Jul 4, 2024
JoshuaBatty
approved these changes
Jul 5, 2024
Benchmark for 2115c8cClick to view benchmark
|
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.
Description
This PR closes #6118.
If for some reason an older
core
ends up being used, we now warn with a more user-friendly error.We also use a better span when warning about unused configurables.
Checklist
Breaking*
orNew Feature
labels where relevant.