[cl-dwim-devel] Several errors in the cl-dwim

Attila Lendvai attila.lendvai at gmail.com
Mon May 25 13:09:37 UTC 2009


> When I use the default value for
> *always-reload-authenticated-session-on-transaction-boundary* then I
> receive an error. Did you make this variable to # f when creating the
> model?


i've pushed a fix to cl-dwim: 'fix: don't try to reload the current
authenticated-session if we are exporting the model'

you can also call export model explicitly like below. the problem was
that the audit code stepped on the toes of the metamodel trying to
update the sql schema.

(progn
  (export-model)
  (with-transaction
    (with-import-technical-subject
      (create-user))))


> I think that this is not the best option may make sense to rewrite the
> boolean-maker is similar to boolean-inspector? I could do it.


levy?

he's doing a bigger overhaul of the meta-gui. the latter two issues
might have even been fixed... although the current head most probably
has some glitches for a few days after the rework.

expect more in a few days,

-- 
 attila

ps: we're off to els'09 on wednesday, may be a bit less responsive for
a few days.




More information about the cl-dwim-devel mailing list