You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tweaked code by removing an obsolete case, and added discussion of linear to :doc force. Added a way to set gag-mode to nil for regressions.
Quoting a comment added to (defxdoc note-8-4 ...):
; Cleaned up source function tilde-@-assumnotes-phrase-lst-gag-mode by removing
; an obsolete case having to do with forcing guards. We noticed this case as
; we added to :doc force to explain forcing by linearization (thanks to Mihir
; Mehta for a query leading to that :doc improvement).
Since the code change is relevant to output, this time I ran an
"everything" regression with both
INHIBIT='(set-inhibit-output-lst (list (quote proof-tree)))'
and, to set gag-mode to nil,
ACL2_CUSTOMIZATION=`pwd`/acl2-customization-files/set-gag-mode-nil.lisp
-- and to support that, I added
acl2-customization-files/set-gag-mode-nil.lisp to the git repository.
I also ran :mini-proveall as a quick check that I didn't break normal
output (hard to imagine, with my tiny change).
0 commit comments