Skip to content

Commit

Permalink
fixup! refactor(hydroflow_plus): use match_box macro to compile on …
Browse files Browse the repository at this point in the history
…stable
  • Loading branch information
MingweiSamuel committed Dec 6, 2024
1 parent 5d1804a commit 1b6ed13
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ Howdy 64
Howdy 65
Howdy 81
Howdy 82

Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ G'day 64
G'day 65
G'day 81
G'day 82

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ Ahoy, 64
Ahoy, 65
Ahoy, 81
Ahoy, 82

Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ end
Reached: 0
Reached: 1
Reached: 3

Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ Reached: 1
Reached: 3
Reached: 2
Reached: 4

Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@ Received vertex: 11
Received vertex: 12
unreached_vertices vertex: 11
unreached_vertices vertex: 12

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ expression: output
---
HELLO
WORLD

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ expression: output
---
HELLO
WORLD

Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ hello
world
HELLO
WORLD

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ source: hydroflow/tests/surface_examples.rs
expression: output
---
Current tick: [0], stratum: 0

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ expression: output
---
HELLO
WORLD

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ expression: output
---
HELLO
WORLD

2 changes: 1 addition & 1 deletion hydroflow_plus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bincode = "1.3.1"
hydro_deploy = { path = "../hydro_deploy/core", version = "^0.10.0", optional = true }
hydroflow = { path = "../hydroflow", version = "^0.10.0", default-features = false }
hydroflow_lang = { path = "../hydroflow_lang", version = "^0.10.0" }
match_box = "0.0.1"
match_box = "0.0.2"
nameof = "1.0.0"
prettyplease = { version = "0.2.0", features = [ "verbatim" ], optional = true }
proc-macro-crate = "1.0.0"
Expand Down

0 comments on commit 1b6ed13

Please sign in to comment.