From 6995ae4d21c628765fecebcf96c20528eaa5da73 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 12 Jun 2010 18:55:24 +0000 Subject: * algebra/kl.spad.pamphlet (Kernel): Don't clear the on instanstiation, for that may erase other precious information in the running seesion when Kernel is implicitly re-instantiated by the interpreter. --- src/ChangeLog | 7 +++++++ src/algebra/kl.spad.pamphlet | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4b6d92e6..99d8b460 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2010-06-12 Gabriel Dos Reis + + * algebra/kl.spad.pamphlet (Kernel): Don't clear the on + instanstiation, for that may erase other precious information in + the running seesion when Kernel is implicitly re-instantiated by + the interpreter. + 2010-06-12 Gabriel Dos Reis * algebra/permgrps.spad.pamphlet (PermutationGroup): Rename diff --git a/src/algebra/kl.spad.pamphlet b/src/algebra/kl.spad.pamphlet index d4211501..1c1a19e5 100644 --- a/src/algebra/kl.spad.pamphlet +++ b/src/algebra/kl.spad.pamphlet @@ -159,8 +159,6 @@ Kernel(S: SetCategory): Exports == Implementation where Rep == Record(op: OP, arg: List S, nest: N, posit: N) - clearCache() - B2Z : Boolean -> Integer triage: (%, %) -> Integer preds : OP -> List Any -- cgit v1.2.3