[pypy-dev] Common Lisp translation broken
Armin Rigo
arigo at tunes.org
Tue Jan 11 17:23:45 MET 2005
Hi Adrien,
On Fri, Jan 07, 2005 at 09:16:27PM +0100, Adrien Di Mascio wrote:
> TypeError: emitcode() takes exactly 1 argument (2 given)
>
> A quick and dirty (partial) fix could be to add a "public=True"
> argument to the GenCL.emitcode() method, but I'm just a PyPy newbie
> for now, I don't really know how everything works and I'm not a Lisp
> Expert, so ... I just raise up the error here :-)
I checked this fix in. It seems that "public" was needed by the Pyrex
generator, but the CL generator doesn't know what to do with that (at least
for now), so it should just ignore it.
Armin
More information about the pypy-dev
mailing list