Update simple-untyped to work with the modern backends.#2841
Update simple-untyped to work with the modern backends.#2841rv-jenkins merged 21 commits intodevelopfrom
Conversation
Ideally, we'd want the initial configuration to use `<id> !_:Int </id>`
… to the comment in the file)
…erheat/supercool options
52709ef to
b694bed
Compare
dwightguth
left a comment
There was a problem hiding this comment.
btw --bound works now
| #Equals | ||
| "3 2 " | ||
| } | ||
| #Or |
There was a problem hiding this comment.
I expected us to lose some behaviors in some cases, but why have we gained behaviors?
There was a problem hiding this comment.
I'm not sure why the original output had only two behaviours (maybe something to do with needing to label transitions in the Java backend?). Looking at both the semantics of the language, and the comment in the program, it seems that 4 behaviours are to be expected.
OK, thanks. Looks like there are some additional |
use master k-exercises
|
Looked at the macos build failure - maybe we should configure the extra nix cache for Haskell infrastructure? See the setup for the haskell-backend |
| signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' | ||
| name: k-framework | ||
| authToken: '${{ secrets.CACHIX_PUBLIC_TOKEN }}' | ||
|
|
There was a problem hiding this comment.
@jberthold we do set up the extra_nix_config here, but it doesn't run on our own CI machines, so I guess it's not actually using taht. We could add back extraPullNames: kore, but I'd like to consolidate caches.
There was a problem hiding this comment.
What I meant to suggest was to add the https://cache.iog.io substituter (IOHK Haskell infra cache), in "Install Nix".
We do this about 8 lines above here but the test-nix job in https://github.com/runtimeverification/k/blob/91f11338d4ccf3626f4e8874e10071e09d5131c6/.github/workflows/test-pr.yml#L192..L198 does not add that cache.
Thought it would be worth a try
All tests pass with the k-exercises updateSimpleUntyped branch.