Skip to content

Commit

Permalink
Remove implementation_from_dafny.rs from git (#523)
Browse files Browse the repository at this point in the history
We aren't patching these files any more, and the rust tests current fail in the nightly build because the latest on the `feat-rust` branch changes the output.

Dry run of nightly build on this branch using `feat-rust`: https://github.com/smithy-lang/smithy-dafny/actions/runs/10460169241/job/28965787879 (only fixes the Rust tests, the other languages aren't set up to build Dafny from source)
  • Loading branch information
robin-aws authored Aug 19, 2024
1 parent c2acbe8 commit 7db4513
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 57,337 deletions.
3 changes: 1 addition & 2 deletions TestModels/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
**/runtimes/java/src/test/dafny-generated/

# Dafny Generated Rust
# (Rust code generation is incomplete so we're patching and checking in for now)
#**/runtimes/rust
**/runtimes/rust/src/implementation_from_dafny.rs
# Cargo.lock files should only be committed for binaries, not libraries
**/Cargo.lock

Expand Down
Loading

0 comments on commit 7db4513

Please sign in to comment.