We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2e97b commit f650072Copy full SHA for f650072
Cache/Requests.lean
@@ -229,9 +229,9 @@ def getFiles
229
else
230
let repo ← getRemoteRepo (← read).mathlibDepPath
231
IO.println s!"Mathlib repository: {repo}"
232
- downloadFiles repo hashMap forceDownload parallel (warnOnMissing := false)
233
unless repo == MATHLIBREPO do
234
- downloadFiles MATHLIBREPO hashMap forceDownload parallel (warnOnMissing := true)
+ downloadFiles MATHLIBREPO hashMap forceDownload parallel (warnOnMissing := false)
+ downloadFiles repo hashMap forceDownload parallel (warnOnMissing := true)
235
if decompress then
236
IO.unpackCache hashMap forceUnpack
237
0 commit comments