Branch: refs/heads/testing-user-01
Home:
https://github.com/acl2/acl2
Commit: bea3e3de6509a5611d05119dd72578ed23eda22e
https://github.com/acl2/acl2/commit/bea3e3de6509a5611d05119dd72578ed23eda22e
Author: Matt Kaufmann <
kauf...@cs.utexas.edu>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M books/system/doc/acl2-doc.lisp
M doc.lisp
M doc/acl2-code-size.txt
M doc/home-page.html
M other-events.lisp
Log Message:
-----------
Fixed type declaration bug showing up at safety 3 with SBCL in books/misc/hidden-defpkg-checks/.
We fixed a low-level bug in [include-book], which we have only
observed using ACL2 built on host Lisp SBCL with safety 3 (an
optimization setting that causes more runtime checks at the cost of
longer run times). (Technical note: The bug was in bogus type
declarations in the definition of ACL2 source macro
with-hcomp-bindings.) Thanks to Jim White for reporting the bug.
This fix seems to permit Issue #1889 to be closed.
Commit: 66830d3524f48d387eb87def75f9f751742fd85f
https://github.com/acl2/acl2/commit/66830d3524f48d387eb87def75f9f751742fd85f
M books/projects/hol-in-acl2/acl2/hol.lisp
A books/projects/hol-in-acl2/acl2/type-match.lisp
M books/projects/hol-in-acl2/examples/eval-poly-acl2.lisp
Log Message:
-----------
Tweaks to hol-in-acl2
Commit: ccc44d49459510dbc2212e29168eadcc6cd6a671
https://github.com/acl2/acl2/commit/ccc44d49459510dbc2212e29168eadcc6cd6a671
M books/projects/set-theory/logic.txt
Log Message:
-----------
Tweaked note on logical foundations of ACL2(zfc) to make it slightly more accessible
Commit: 80dd0901b42fa76f5f1b64c4a8e7ab3a8cad4168
https://github.com/acl2/acl2/commit/80dd0901b42fa76f5f1b64c4a8e7ab3a8cad4168
Author: Alessandro Coglio <
em...@alessandrocoglio.info>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M books/kestrel/c/syntax/implementation-environments.lisp
Log Message:
-----------
[C$] Remove outdated doc..
Commit: 4839122ead0a91179128d94a188d3346907b6bbd
https://github.com/acl2/acl2/commit/4839122ead0a91179128d94a188d3346907b6bbd
Author: Alessandro Coglio <
em...@alessandrocoglio.info>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M books/kestrel/c/syntax/implementation-environments.lisp
Log Message:
-----------
[C$] Tweak book inclusion order.
Rationale: first include books from current or sibling library via relative
paths, then from other libraries via `:dir :system` paths, then local
inclusions, finally set the controlled configuraion.
Commit: d9dee1a1b36befa0d5a1e18eb7f8f45675424302
https://github.com/acl2/acl2/commit/d9dee1a1b36befa0d5a1e18eb7f8f45675424302
Author: Grant Jurgensen <
gr...@jurgensen.dev>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A books/std/omaps/from-alist.lisp
A books/std/omaps/from-lists.lisp
M books/std/omaps/top.lisp
Log Message:
-----------
[OMAP] Add from-alist and from-lists
Commit: a2683ab3150b87df607d5d874d1a1e8a01ea7854
https://github.com/acl2/acl2/commit/a2683ab3150b87df607d5d874d1a1e8a01ea7854
Author: ACL2 Build Server <
acl2bui...@gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A books/std/omaps/from-alist.lisp
A books/std/omaps/from-lists.lisp
M books/std/omaps/top.lisp
Log Message:
-----------
Merge commit 'd9dee1a1b36befa0d5a1e18eb7f8f45675424302' into HEAD
Commit: d1dd38b6f3503d5045faa127f192086fa327b241
https://github.com/acl2/acl2/commit/d1dd38b6f3503d5045faa127f192086fa327b241
Author: Alessandro Coglio <
em...@alessandrocoglio.info>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A books/std/omaps/from-alist.lisp
A books/std/omaps/from-lists.lisp
M books/std/omaps/top.lisp
Log Message:
-----------
Merge.
Commit: dd62b342b8ac6c3f85c3fe4fd56236e3fa694dce
https://github.com/acl2/acl2/commit/dd62b342b8ac6c3f85c3fe4fd56236e3fa694dce
Author: Alessandro Coglio <
em...@alessandrocoglio.info>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M books/kestrel/c/syntax/abstract-syntax-symbols.lisp
M books/kestrel/c/syntax/abstract-syntax-trees.lisp
M books/kestrel/c/syntax/disambiguator.lisp
M books/kestrel/c/syntax/formalized.lisp
M books/kestrel/c/syntax/grammar/all.abnf
M books/kestrel/c/syntax/langdef-mapping.lisp
M books/kestrel/c/syntax/parser.lisp
M books/kestrel/c/syntax/printer.lisp
M books/kestrel/c/syntax/standard.lisp
M books/kestrel/c/syntax/tests/parser.lisp
M books/kestrel/c/syntax/unambiguity.lisp
M books/kestrel/c/syntax/validation-information.lisp
M books/kestrel/c/syntax/validator.lisp
M books/kestrel/c/transformation/constant-propagation.lisp
M books/kestrel/c/transformation/simpadd0.lisp
M books/kestrel/c/transformation/utilities/call-graph.lisp
M books/kestrel/c/transformation/utilities/free-vars.lisp
M books/kestrel/c/transformation/utilities/subst-free.lisp
Log Message:
-----------
[C$] Add support for GCC statement attributes.
Compare:
https://github.com/acl2/acl2/compare/6ed575ca1c36...dd62b342b8ac