github-actions[bot] commented on Issue #1836:
Subscribe to Label Action
cc @bnjbvr
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:module"Thus the following users have been cc'd because of the following labels:
- bnjbvr: cranelift
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
bjorn3 commented on Issue #1836:
Please add an assertion to
cranelift-faerie
thatsection
isNone
. You don't have to implement support, as it has been deprecated.
carlokok commented on Issue #1836:
Please add an assertion to
cranelift-faerie
thatsection
isNone
. You don't have to implement support, as it has been deprecated.Looking at the build failure, should I do something for JIT too ?
bjorn3 commented on Issue #1836:
For simplejit I think an assertion would be fine too.
carlokok commented on Issue #1836:
pushed a fix for fmt & simplejit. Never did rust before today so sorry for the long number of commits.
carlokok commented on Issue #1836:
I think I addressed all your concerns now.
pchickey commented on Issue #1836:
Thanks! Looks great. One last thing required to merge - can you please run
cargo fmt
at the root of the project to get the rustfmt CI check to pass?rustup component add rustfmt
will install that command if you don't have it.
pchickey commented on Issue #1836:
Thank you!
Last updated: Nov 22 2024 at 17:03 UTC