The last git version of postmodern doesn't compile on SBCL 1.0.47 because there are declaration order issues in postmodern/table.lisp.
The following patch fixes these problems:
Best regards,
Nicolas Martyanoff khaelin@gmail.com writes:
The last git version of postmodern doesn't compile on SBCL 1.0.47 because there are declaration order issues in postmodern/table.lisp.
I can't reproduce with 1.0.47.14 - is it just 1.0.47 that's affected? What error do you get?
Zach
Zach Beane xach@xach.com writes:
Nicolas Martyanoff khaelin@gmail.com writes:
The last git version of postmodern doesn't compile on SBCL 1.0.47 because there are declaration order issues in postmodern/table.lisp.
I can't reproduce with 1.0.47.14 - is it just 1.0.47 that's affected? What error do you get?
I feel kind of stupid, loading postmodern in a fresh sbcl yields no error, I must have fucked up something before.
Sorry for the noise :(
Regards,
Zach Beane xach@xach.com writes:
Nicolas Martyanoff khaelin@gmail.com writes:
The last git version of postmodern doesn't compile on SBCL 1.0.47 because there are declaration order issues in postmodern/table.lisp.
I can't reproduce with 1.0.47.14 - is it just 1.0.47 that's affected? What error do you get?
I'm obviously really tired… So:
- Run sbcl 1.0.47. - Call (asdf:load-system :postmodern) - Get the following error:
Class not yet defined: EFFECTIVE-COLUMN-SLOT
I really need to get some sleep…
Best regards,
Hi Nicolas,
I'm not getting this error on SBCL 1.0.47, and in fact it would be quite strange for a CL not to accept forward uses of classes.
Best, Marijn
postmodern-devel@common-lisp.net