Skip to content

Commit 159ff64

Browse files
committed
Tweaked comments in check-system-guards.lisp. Updated info for next ACL2 Workshop.
1 parent c200188 commit 159ff64

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

books/system/check-system-guards.lisp

+7-2
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,18 @@
3333
; One can do more, for example as follows.
3434

3535
#||
36+
(value :q)
37+
(load "check-system-guards-raw.lsp")
38+
(add-guards-as-assertions-all)
3639
(lp)
3740
(set-rewrite-stack-limit nil)
3841
; This may cause a stack overflow, but that's OK.
3942
(ld ; linebreak to avoid warning during regression
4043
"../workshops/2004/legato/support/proof-by-generalization-mult.lisp") ; ;
41-
:ubt 1
44+
(ubt 1)
4245
(ld ; linebreak to avoid warning during regression
4346
"../projects/hexnet/hexnet-model.lisp")
44-
:q
47+
(value :q)
4548
(report-guard-checks) ; should show lots of checking
4649
||#
4750

@@ -69,5 +72,7 @@
6972
(mini-proveall)))
7073

7174
; We can report results during both passes of certification.
75+
; But note that we will not be able to include this book in
76+
; a new session, because report-guard-checks will be undefined!
7277
(progn! (set-raw-mode t)
7378
(report-guard-checks))

workshops.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ <H1>The <A HREF="http://www.cs.utexas.edu/users/moore/acl2/index.html">ACL2</A>
1515
(Formal Methods in Computer Aided Design).
1616
<p>
1717
<UL>
18-
<LI>ACL2 Workshop 2020: (Details to come later) About two days between 26 May and 29 May, 2020, Austin, Texas, USA.</LI>
18+
<LI><A HREF="http://www.acl2-2020.info">ACL2 Workshop 2020</A>: May
19+
28-29, 2020 (held online via video streaming).</LI>
1920
<LI><A HREF="http://www.cs.utexas.edu/users/moore/acl2/workshop-2018/index.html">ACL2
2021
Workshop 2018</A>: November 5-6, 2018, Austin, Texas, USA.</LI>
2122
<LI><A HREF="http://www.cs.utexas.edu/users/moore/acl2/workshop-2017/index.html">ACL2 Workshop 2017</A>: May 22 - 23, 2017, Austin, Texas, USA.</LI>

0 commit comments

Comments
 (0)