Skip to content

Commit

Permalink
bump to v4.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Dec 8, 2023
1 parent cb72249 commit a1ae602
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions server/GameServer/FileWorker.lean
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ section Initialization
return (ctx,
{ doc := doc
initHeaderStx := headerStx
currHeaderStx := headerStx
importCachingTask? := none
pendingRequests := RBMap.empty
rpcSessions := RBMap.empty
})
Expand Down
2 changes: 1 addition & 1 deletion server/GameServer/Watchdog.lean
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def initAndRunWatchdog (args : List String) (i o e : FS.Stream) : IO Unit := do
let gameName := if args.length < 4 then defaultGameName else args[3]!
let workerPath := "./gameserver"
-- TODO: Do the following commands slow us down?
let srcSearchPath ← initSrcSearchPath (← getBuildDir)
let srcSearchPath ← initSrcSearchPath
let references ← IO.mkRef (← loadReferences)
let fileWorkersRef ← IO.mkRef (RBMap.empty : FileWorkerMap)
let i ← maybeTee "wdIn.txt" false i
Expand Down
4 changes: 2 additions & 2 deletions server/lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[{"url": "https://github.com/leanprover/std4.git",
"type": "git",
"subDir": null,
"rev": "2e4a3586a8f16713f16b2d2b3af3d8e65f3af087",
"rev": "ce2db21d86502e00c4761da5ade58a61612de656",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.3.0",
"inputRev": "v4.4.0-rc1",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "GameServer",
Expand Down
2 changes: 1 addition & 1 deletion server/lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.3.0
leanprover/lean4:v4.4.0-rc1

0 comments on commit a1ae602

Please sign in to comment.