Skip to content

Commit

Permalink
Update build to Isabelle 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed Oct 5, 2023
1 parent 1ae4247 commit 81c1d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
mkdir AOT.ExportInfo
chmod 777 output
chmod 777 AOT.ExportInfo
docker run -v "$(pwd):/home/isabelle/AOT:rw" makarius/isabelle:Isabelle2021-1 build -D /home/isabelle/AOT -o browser_info -P /home/isabelle/AOT/output -e
sed -i -e 's/document = pdf, //' ROOT
docker run -v "$(pwd):/home/isabelle/AOT:rw" makarius/isabelle:Isabelle2023 build -D /home/isabelle/AOT -o browser_info -P /home/isabelle/AOT/output -e
cp -r output build
- name: Patch pages.
run: .github/workflows/patch_pages.py build/Unsorted/AOT/*.html
Expand Down
2 changes: 1 addition & 1 deletion ExportInfo.thy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val global_facts = Global_Theory.facts_of thy;
in
Facts.dest_all (Context.Proof ctxt) false [] global_facts |>
map (fn (n, thms) => let
val {concealed = _, group = _, theory_long_name = thy_name, pos = pos, serial = _} =
val {theory_long_name = thy_name, pos = pos, ...} =
Name_Space.the_entry (Facts.space_of global_facts) n
val name = Binding.name_of (Binding.qualified_name n)
val items = Symtab.keys (fold (fn thm => fn set =>
Expand Down

0 comments on commit 81c1d54

Please sign in to comment.