-
Notifications
You must be signed in to change notification settings - Fork 660
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
Simplify the API around hint paths #18664
Merged
Merged
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
ppedrot
added
kind: cleanup
Code removal, deprecation, refactorings, etc.
request: full CI
Use this label when you want your next push to trigger a full CI.
labels
Feb 12, 2024
coqbot-app
bot
removed
the
request: full CI
Use this label when you want your next push to trigger a full CI.
label
Feb 12, 2024
ppedrot
added
the
request: full CI
Use this label when you want your next push to trigger a full CI.
label
Feb 12, 2024
ppedrot
force-pushed
the
cleanup-hint-path-derivate
branch
from
February 12, 2024 13:58
283f9da
to
84bb163
Compare
coqbot-app
bot
removed
the
request: full CI
Use this label when you want your next push to trigger a full CI.
label
Feb 12, 2024
ppedrot
added
the
needs: overlay
This is breaking external developments we track in CI.
label
Feb 13, 2024
We only ever use it inside full path genargs, so we simply inline the definition there.
This genarg is not used anywhere as a non-vernac argument, so there is no point in exposing additional complexity.
ppedrot
added a commit
to ppedrot/coq-elpi
that referenced
this pull request
Feb 14, 2024
ppedrot
added a commit
to ppedrot/coq-serapi
that referenced
this pull request
Feb 14, 2024
ppedrot
added
the
request: full CI
Use this label when you want your next push to trigger a full CI.
label
Feb 14, 2024
ppedrot
force-pushed
the
cleanup-hint-path-derivate
branch
from
February 14, 2024 11:45
84bb163
to
5f62ecc
Compare
coqbot-app
bot
removed
the
request: full CI
Use this label when you want your next push to trigger a full CI.
label
Feb 14, 2024
ppedrot
removed
the
needs: overlay
This is breaking external developments we track in CI.
label
Feb 14, 2024
SkySkimmer
approved these changes
Feb 19, 2024
@coqbot merge now |
@SkySkimmer: Please take care of the following overlays:
|
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.
We tweak the Hint Paths API to make some invariants enforced statically.
Overlays: