File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 "type" : " git" ,
1616 "subDir" : null ,
1717 "scope" : " " ,
18- "rev" : " cc9b9b590f04189c9a8ca5b5dd30cc2ce63d4672 " ,
18+ "rev" : " b7f6be0ccc4216c8af5de6fe0ff3d063fe1d223d " ,
1919 "name" : " UnicodeBasic" ,
2020 "manifestFile" : " lake-manifest.json" ,
2121 "inputRev" : " nightly-testing" ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ package_facet srcUri.github (pkg) : String := Job.async do
115115 s! "Could not interpret Git remote uri { url} as a Github source repo.\n "
116116 ++ "See README on source URIs for more details."
117117 let commit ← getProjectCommit pkg.dir
118- logInfo s! "Found git remote for { pkg.name } at { baseUrl} @ { commit} "
118+ logInfo s! "Found git remote for { pkg.baseName } at { baseUrl} @ { commit} "
119119 let subdir ← getGitSubDirectory pkg.dir
120120 return "/" .intercalate <| baseUrl :: "blob" :: commit :: filteredPath (subdir / pkg.config.srcDir)
121121
Original file line number Diff line number Diff line change 1- leanprover/lean4:nightly-2025-12-08
1+ leanprover/lean4:nightly-2025-12-13
You can’t perform that action at this time.
0 commit comments