70x Fixed compilation errors when DEFTEMPLATE_CONSTRUCT flag set to 0
70x Windows IDE Changed Agenda Browser to Focus Stack Browser
70x Test case update to mab.clp
70x macOS and CLIPSJNI entity browser updates
70x Miscellaneous updates
I've verified the bug with a smaller example. CLIPS> (defglobal ?*rv* = TRUE) CLIPS> (deffunction alternating-test () (bind ?rv ?*rv*) (bind ?*rv* (not ?*rv*)) (return ?rv)) CLIPS> (deffacts initial (G "000")) CLIPS> (defrule variant-bug (exists (G ?v) (or (test (eq ?v "F48")) (test (eq ?v "F53")))) (test (alternating-test)) => (println "BUG HIT")) CLIPS> (reset) CLIPS> (agenda) 0 variant-bug: * For a total of 1 activation. CLIPS>
70x Documentation: Updated APG
63x Added with-open-file function from 64x branch