Re: [postmodern-devel] patch to make postmodern compile

2011-04-24 Thread Marijn Haverbeke
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 mailing list postmodern-devel@common-lisp.net http://common-lisp.net/cgi-bin/

Re: [postmodern-devel] patch to make postmodern compile

2011-04-24 Thread Nicolas Martyanoff
Zach Beane writes: > Nicolas Martyanoff 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 o

Re: [postmodern-devel] patch to make postmodern compile

2011-04-24 Thread Nicolas Martyanoff
Zach Beane writes: > Nicolas Martyanoff 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 fee

Re: [postmodern-devel] patch to make postmodern compile

2011-04-24 Thread Zach Beane
Nicolas Martyanoff 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 __