Skip to content

Commit

Permalink
Update span to relative + clean root
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsko committed Jul 27, 2022
1 parent 0841dbe commit 369b97e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,817 deletions.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies = [
[tasks.creusot-CreuSAT]
workspace = false
command = "cargo"
args = ["creusot", "--", "-p", "CreuSAT", "--features=contracts", "--features", "${@}"]
args = ["creusot", "--span-mode=relative", "--", "-p", "CreuSAT", "--features=contracts", "--features", "${@}"]

[tasks.move-CreuSAT]
workspace = false
Expand Down
4 changes: 2 additions & 2 deletions mlcfgs/CreuSAT.mlcfg
Original file line number Diff line number Diff line change
Expand Up @@ -12490,7 +12490,7 @@ module CreuSat_Formula_Impl2_AddUnwatchedClause
}
BB4 {
_6 <- ();
old_self_5 <- ghost ([#"../CreuSAT/src/formula.rs" 159 43 159 58] self_1);
old_self_5 <- ghost ([#"../CreuSAT/src/formula.rs" 159 44 159 59] self_1);
goto BB5
}
BB5 {
Expand Down Expand Up @@ -17580,7 +17580,7 @@ module CreuSat_Trail_Impl0_BacktrackTo
}
BB35 {
_88 <- ();
old_t3_87 <- ghost ([#"../CreuSAT/src/trail.rs" 175 45 175 60] self_1);
old_t3_87 <- ghost ([#"../CreuSAT/src/trail.rs" 175 44 175 59] self_1);
goto BB36
}
BB36 {
Expand Down
Loading

0 comments on commit 369b97e

Please sign in to comment.