meithecatte opened issue #6756:
Consider the following code:
(type u64 (primitive u64)) (decl multi meow (u64) u64) (extern extractor meow meow) ;; Note: not `multi nyaa` (decl nyaa (u64) u64) (rule (nyaa (meow x)) x)
This makes islec panic with the following message:
thread 'main' panicked at 'assertion failed: !block.steps.iter().any(|c| matches!(c.check, ControlFlow :: Loop { .. }))', cranelift/isle/isle/src/codegen.rs:421:13 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Not sure if that's the standard of error messages we hold
islec
to.
jameysharp commented on issue #6756:
Hah, whoops. That not only should have been caught in an earlier stage, but I left a TODO comment saying so:
jameysharp added the isle label to Issue #6756.
github-actions[bot] commented on issue #6756:
Subscribe to Label Action
cc @cfallin, @fitzgen
<details>
This issue or pull request has been labeled: "isle"Thus the following users have been cc'd because of the following labels:
- cfallin: isle
- fitzgen: isle
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
Last updated: Nov 22 2024 at 17:03 UTC