Skip to content

Commit

Permalink
rust: update and merge eval-ast
Browse files Browse the repository at this point in the history
Remove unneeded intermediate executable files.
Remove Cargo.lock from version control system.
Update dependency versions.
Update Dockerfile (converge to update-some-dockerfiles branch).
Apply changes suggested by rustfmt and clippy, or enforced by rustc.
Remove several unneeded clone().
Merge eval and eval-ast, remove quasiquoteexpand and macroexpand.
Report more errors during startup.
  • Loading branch information
asarhaddon committed Aug 6, 2024
1 parent a0fe8e4 commit e8615d3
Show file tree
Hide file tree
Showing 22 changed files with 974 additions and 1,423 deletions.
2 changes: 1 addition & 1 deletion Makefile.impls
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ rexx_STEP_TO_PROG = impls/rexx/$($(1)).rexxpp
rpython_STEP_TO_PROG = impls/rpython/$($(1))
ruby_STEP_TO_PROG = impls/ruby/$($(1)).rb
ruby.2_STEP_TO_PROG = impls/ruby.2/$($(1)).rb
rust_STEP_TO_PROG = impls/rust/$($(1))
rust_STEP_TO_PROG = impls/rust/target/release/$($(1))
scala_STEP_TO_PROG = impls/scala/target/scala-2.11/classes/$($(1)).class
scheme_STEP_TO_PROG = $(scheme_STEP_TO_PROG_$(scheme_MODE))
skew_STEP_TO_PROG = impls/skew/$($(1)).js
Expand Down
Loading

0 comments on commit e8615d3

Please sign in to comment.