-
Notifications
You must be signed in to change notification settings - Fork 268
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
Fix a variety of bugs in Rust backend based on ESDK testing #4538
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shadaj
changed the title
Implement more set/seq operations for Rust backend
Fix a variety of bugs in Rust backend based on ESDK testing
Sep 12, 2023
shadaj
force-pushed
the
pr4538
branch
4 times, most recently
from
September 12, 2023 07:33
51e80af
to
a15533a
Compare
jtristan
pushed a commit
that referenced
this pull request
Sep 12, 2023
…ns (#4527) Fix nesting of if/else in Rust backend and basic quantified expressions Also fixes various bugs/missing pieces in multi-dimensional arrays and sequence constructions. <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small> --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4527). * #4538 * __->__ #4527
shadaj
force-pushed
the
pr4538
branch
5 times, most recently
from
September 13, 2023 01:02
ff1f659
to
f5cd8ed
Compare
jtristan
previously approved these changes
Sep 13, 2023
<small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
keyboardDrummer
pushed a commit
to keyboardDrummer/dafny
that referenced
this pull request
Sep 15, 2023
…ns (dafny-lang#4527) Fix nesting of if/else in Rust backend and basic quantified expressions Also fixes various bugs/missing pieces in multi-dimensional arrays and sequence constructions. <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small> --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4527). * dafny-lang#4538 * __->__ dafny-lang#4527
keyboardDrummer
pushed a commit
that referenced
this pull request
Sep 15, 2023
…ns (#4527) Fix nesting of if/else in Rust backend and basic quantified expressions Also fixes various bugs/missing pieces in multi-dimensional arrays and sequence constructions. <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small> --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4527). * #4538 * __->__ #4527
jtristan
approved these changes
Sep 15, 2023
keyboardDrummer
pushed a commit
that referenced
this pull request
Sep 19, 2023
…ns (#4527) Fix nesting of if/else in Rust backend and basic quantified expressions Also fixes various bugs/missing pieces in multi-dimensional arrays and sequence constructions. <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small> --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4527). * #4538 * __->__ #4527
keyboardDrummer
pushed a commit
that referenced
this pull request
Sep 19, 2023
…ns (#4527) Fix nesting of if/else in Rust backend and basic quantified expressions Also fixes various bugs/missing pieces in multi-dimensional arrays and sequence constructions. <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small> --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/dafny-lang/dafny/pull/4527). * #4538 * __->__ #4527
TaBo2410
added a commit
that referenced
this pull request
Sep 20, 2023
…iment-trsplitexpr * commit '86840e6b14386c1e88480854dd8ce64ad17cb2ff': Map eq range (#4567) Fix: Declarations with {:only} ensure that other declarations aren't displayed as verified in the gutter icons (#4433) Fix caching of export declarations (#4556) Do not return exceptions when doing hover in a program with parse errors (#4557) Proof dependency warnings (#4542) [Test Generation] Reduce memory footprint by reusing the same Boogie program for multiple test generation queries (#4530) Fix a variety of bugs in Rust backend based on ESDK testing (#4538) Checker for .Values and .Items on maps (#4551) feat: Allow more assumptions in library backend (#4545) feat: Attributes on reads clauses (#4554) Fix gutter icons fields (#4549) Report errors that occur in the project file, in the IDE as well (#4539) Switch to ubuntu-20.04 for the refman build (#4555)
keyboardDrummer
pushed a commit
that referenced
this pull request
Sep 26, 2023
Fix a variety of bugs in Rust backend based on ESDK testing <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix a variety of bugs in Rust backend based on ESDK testing
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT
license.