Skip to content
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

Rust backend not tested in CI #4552

Closed
robin-aws opened this issue Sep 14, 2023 · 1 comment · Fixed by #4553 · May be fixed by #4576
Closed

Rust backend not tested in CI #4552

robin-aws opened this issue Sep 14, 2023 · 1 comment · Fixed by #4553 · May be fixed by #4576
Assignees

Comments

@robin-aws
Copy link
Member

This is due to the IsStable flag being false for this backend. The intent is to allow incomplete backends based on UnsupportedFeatures, but this is likely not complete for this backend, especially since features can be unsupported on the "Dafny IL" compiler or the Dafny-implemented Rust code generator.

We may want to create a quick dedicated CI job to assert the known subset that works on Rust passed.

@robin-aws robin-aws added the release-blocker Must be resolved before the next release label Sep 14, 2023
@robin-aws robin-aws self-assigned this Sep 21, 2023
@MikaelMayer MikaelMayer removed the release-blocker Must be resolved before the next release label Sep 27, 2023
@MikaelMayer
Copy link
Member

Since the Rust backend is not advertised anymore, I remove the label release-blocker from this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants