-
Notifications
You must be signed in to change notification settings - Fork 8
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
update elab for WithFC #109
Conversation
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.
This looks good. Since CI isn't set up to test against an arbitrary upstream commit of the compiler I'll test this compiles for me locally on my laptop before approving.
Thanks for the PR! It's been a while, and that
|
Ah, looks like the tests are building against the docker image |
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.
Tested locally.
./build/exec/runtests idrall --interactive --only
------------------------------------------------------------------------
dhall-lang tests
------------------------------------------------------------------------
idrall/idrall001: success
idrall/idrall002: success
idrall/idrall003: success
idrall/idrall004: success
idrall/idrall005: success
------------------------------------------------------------------------
dhall-lang expected fail tests
------------------------------------------------------------------------
failure/failure001: success
------------------------------------------------------------------------
derive tests
------------------------------------------------------------------------
derive/derive001: success
derive/derive002: success
derive/derive003: success
------------------------------------------------------------------------
examples tests
------------------------------------------------------------------------
examples/example001: success
examples/example002: success
examples/example003: success
examples/inigo001: success
13/13 tests successful
Thank you so much! |
upstream has merged; I'll merge this. Sounds like Alex was discovering the Docker image this CI uses has not been updated recently so we will have broken CI going forward until that is fixed, but that's a problem for a separate PR. |
Thanks |
fix for idris-lang/Idris2#3423