Skip to content

Commit

Permalink
chore: bump Lean to v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Jun 19, 2024
1 parent 8da8169 commit d93e059
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:4.8.0-rc1
leanprover/lean4:v4.8.0
3 changes: 2 additions & 1 deletion tests/envIncludePath.lean
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import Alloy.C
open scoped Alloy.C

#eval Alloy.C.modifyLocalServerConfig (·.addFlag "--language=c")
run_cmd Lean.Elab.Command.liftCoreM <|
Alloy.C.modifyLocalServerConfig (·.addFlag "--language=c")

set_option Alloy.shimDiagnostics.serverOnly false in
alloy c include "includePath.h"
2 changes: 1 addition & 1 deletion tests/run/includePath.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Alloy.C
open Alloy.C

open Lean Elab Command in
#eval show CommandElabM _ from do
run_cmd
let leanFile ← IO.FS.realPath <| System.FilePath.mk (← getFileName)
let includeDir := leanFile.parent.bind (·.parent) |>.get!
logInfo includeDir.toString
Expand Down

0 comments on commit d93e059

Please sign in to comment.