-
Notifications
You must be signed in to change notification settings - Fork 248
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
[query] Move is.hail.check
to test code
#14801
Open
ehigham
wants to merge
1
commit into
ehigham/ctx-coercer-cache
Choose a base branch
from
ehigham/move-gen-into-tests
base: ehigham/ctx-coercer-cache
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
+1,157
−2,005
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
This was referenced Jan 24, 2025
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
df36f36
to
51edeb7
Compare
b6a31f7
to
fc08ea1
Compare
51edeb7
to
07eaf29
Compare
fc08ea1
to
97dd229
Compare
006475e
to
8330580
Compare
97dd229
to
db88046
Compare
8330580
to
d7b182d
Compare
db88046
to
1ff37b2
Compare
d7b182d
to
d1cf72f
Compare
1ff37b2
to
174743e
Compare
d1cf72f
to
cf11bbe
Compare
174743e
to
6399b8e
Compare
cf11bbe
to
aa8477e
Compare
6399b8e
to
467af85
Compare
aa8477e
to
490b5a6
Compare
467af85
to
b7240de
Compare
490b5a6
to
fcdedec
Compare
b7240de
to
c85bc8f
Compare
fcdedec
to
b0c0615
Compare
c85bc8f
to
3f69dce
Compare
b0c0615
to
1fbfbbd
Compare
3f69dce
to
5c49087
Compare
1fbfbbd
to
d7d8ab1
Compare
c9490df
to
f3851ca
Compare
d7d8ab1
to
8f40db1
Compare
f3851ca
to
b632b66
Compare
8f40db1
to
c2882b7
Compare
b632b66
to
0b2a31a
Compare
0b2a31a
to
e67036c
Compare
e226050
to
4566500
Compare
e67036c
to
314321a
Compare
4566500
to
e218589
Compare
314321a
to
3dfd959
Compare
e218589
to
0c246e1
Compare
3dfd959
to
13d5439
Compare
6ea4e2f
to
5dfe699
Compare
5dfe699
to
fa8b624
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.
This change re-adopts scalacheck and extracts all
Gen
andArbitrary
logic intois.hail.scalacheck
.This change has low security impact as it refactors code only used by tests into the test package.