Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blueprint-verso/lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "479b91fd5f2f993e2649e1213bf76300fd9fe030",
"rev": "51ebcae4b3133f407807e581178d2dcc705ac683",
"name": "VersoBlueprint",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.32.0",
Expand Down
3 changes: 0 additions & 3 deletions blueprint-verso/lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ target referencesBibStamp pkg : System.FilePath := do
@[default_target]
lean_lib ProbabilityApproximationBlueprint where
extraDepTargets := #[`referencesBibStamp]

lean_exe «blueprint-gen» where
root := `ProbabilityApproximationBlueprintMain
2 changes: 1 addition & 1 deletion blueprint-verso/scripts/validate_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main() -> None:
]
lean_decls = [preview for preview in previews if preview.get("targetKind") == "leanDecl"]
citations = [preview for preview in previews if preview.get("targetKind") == "citation"]
if data.get("vbpInternalSchemaVersion") != 2:
if data.get("vbpInternalSchemaVersion") != 3:
fail("unexpected Blueprint schema version")
if len(blocks) != len(EXPECTED_LABELS):
fail(f"expected {len(EXPECTED_LABELS)} statement blocks, found {len(blocks)}")
Expand Down