-
Notifications
You must be signed in to change notification settings - Fork 33
REML signature matching #204
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
Changes from all commits
9972db2
6686017
7018882
dc52953
f21fc9f
8d56ac5
55b89e6
163cd34
a7f0d48
8494bea
23e7bf3
1dcc993
42175d7
e1cfaf7
faed872
32e3a25
43c4178
4d95a92
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -300,4 +300,4 @@ signature STATOBJECT = | |
| val tynamesRng : realisation -> TyName.Set.Set | ||
| end (*Realisation*) | ||
|
|
||
| end; | ||
| end | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -1006,6 +1006,7 @@ fun toj C (P:{clos_p:bool}) (e:Exp) : ret = | |||||
| end | ||||||
| | L.RAISE (e,_) => resolveS (toj1 C P e) (fn e' => fn k => J.Throw e') | ||||||
| | L.TYPED (e,_,_) => toj C P e | ||||||
| | L.CHECK_REML _ => die "REML check not supported by JS backend" | ||||||
|
||||||
| | L.CHECK_REML _ => die "REML check not supported by JS backend" | |
| | L.CHECK_REML _ => E junit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PhantomJS download URL is pinned to the moving branch ref "/refs/heads/main/". That can break CI if the upstream repository changes history or the file is moved. Prefer pinning to an immutable commit SHA or a versioned release artifact, and ideally verify with a checksum.