Zulip Chat Archive

Stream: lean4

Topic: lake-manifest random orders


Patrick Massot (Oct 27 2023 at 17:42):

I don't know the current status of the lake-manifest ordering bug, but it's currently creating some mess. GitHub complains my PR has the following conflict:

{"version": 6,
 "packagesDir": "lake-packages",
 "packages":
 [{"git":
<<<<<<< pm_more_delabs
=======
   {"url": "https://github.com/leanprover/std4",
    "subDir?": null,
    "rev": "bd60d932e2c786c7347e57576598568b2816e316",
    "opts": {},
    "name": "std",
    "inputRev?": "main",
    "inherited": false}},
  {"git":
>>>>>>> master
   {"url": "https://github.com/leanprover-community/quote4",
    "subDir?": null,
    "rev": "a387c0eb611857e2460cf97a8e861c944286e6b2",
    "opts": {},
    "name": "Qq",
    "inputRev?": "master",
    "inherited": false}},
  {"git":
   {"url": "https://github.com/leanprover-community/aesop",
    "subDir?": null,
    "rev": "5e016236e9e699691aaa9872fa380df12cd7f677",
    "opts": {},
    "name": "aesop",
    "inputRev?": "master",
    "inherited": false}},
  {"git":
   {"url": "https://github.com/leanprover/lean4-cli",
    "subDir?": null,
    "rev": "39229f3630d734af7d9cfb5937ddc6b41d3aa6aa",
    "opts": {},
    "name": "Cli",
    "inputRev?": "nightly",
    "inherited": false}},
  {"git":
   {"url": "https://github.com/leanprover-community/ProofWidgets4",
    "subDir?": null,
    "rev": "f1a5c7808b001305ba07d8626f45ee054282f589",
    "opts": {},
    "name": "proofwidgets",
    "inputRev?": "v0.0.21",
    "inherited": false}},
  {"git":
   {"url": "https://github.com/leanprover/std4",
    "subDir?": null,
    "rev": "bd60d932e2c786c7347e57576598568b2816e316",
    "opts": {},
    "name": "std",
    "inputRev?": "main",
    "inherited": false}}],
 "name": "mathlib"}

Patrick Massot (Oct 27 2023 at 17:43):

But notice the very last entry is std4 with the exact same commit...


Last updated: Dec 20 2023 at 11:08 UTC