Ethan Christian
Ethan Christian
When a rulebase or session is serialized with a newer version of rules that may contain new records, if you try and deserialize the rulebase with older version of the...
Per a [comment](https://groups.google.com/d/msgid/clara-rules/e9369e0a-1cab-473e-8155-32c086750361%40googlegroups.com?utm_medium=email&utm_source=footer) on the clara-rules google group, > Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/tools/nrepl/middleware/interruptible_eval__init.class or clojure/tools/nrepl/middleware/interruptible_eval.clj on classpath. Please check that namespaces with dashes use underscores...
As discussed on https://github.com/oracle-samples/clara-rules/issues/498, clara supports the idea of syntactic sugar within the LHS constraints when accessing fields on both POJOs and Clojure Records. However, the default [accumulators](https://github.com/oracle-samples/clara-rules/blob/327eef5e3abc4f42e6732a5548821f0d36d62cdb/src/main/clojure/clara/rules/accumulators.cljc#L118-L161) do not...