[cffi-devel] [PATCH] rewrite %close-foreign-library for SBCL
SB-ALIEN::SHARED-OBJECT-FILE was removed in 1.0.21.15, and UNLOAD-SHARED-OBJECT was added and exported in 1.0.21.28, so I rewrote it to use that function. -- I write stuff at http://failex.blogspot.com/ now. But the post formatter and themes are terrible for sharing code, the primary content, so it might go away sooner or later.
Hello, On Sat, Nov 15, 2008 at 1:57 AM, Stephen Compall <s11@member.fsf.org> wrote:
UNLOAD-SHARED-OBJECT was added and exported in 1.0.21.28, so I rewrote it to use that function.
Thanks for the patch, but we did something along those lines a few weeks ago. Can you pull the latest patches and check it out? -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
"Luís Oliveira" <luismbo@gmail.com> writes:
UNLOAD-SHARED-OBJECT was added and exported in 1.0.21.28, so I rewrote it to use that function.
Thanks for the patch, but we did something along those lines a few weeks ago. Can you pull the latest patches and check it out?
Hmm, I don't know why I didn't have that patch. Sorry for the noise. -- I write stuff at http://failex.blogspot.com/ now. But the post formatter and themes are terrible for sharing code, the primary content, so it might go away sooner or later.
On Fri, 2008-11-14 at 19:57 -0600, Stephen Compall wrote:
SB-ALIEN::SHARED-OBJECT-FILE was removed in 1.0.21.15, and UNLOAD-SHARED-OBJECT was added and exported in 1.0.21.28, so I rewrote it to use that function.
this has already been fixed in HEAD, so you could use the darcs repo until we make a new release -- Stelian Ionescu a.k.a. fe[nl]ix Quidquid latine dictum sit, altum videtur.
On Sat, Nov 15, 2008 at 1:57 PM, Stelian Ionescu <sionescu@common-lisp.net> wrote:
On Fri, 2008-11-14 at 19:57 -0600, Stephen Compall wrote:
SB-ALIEN::SHARED-OBJECT-FILE was removed in 1.0.21.15, and UNLOAD-SHARED-OBJECT was added and exported in 1.0.21.28, so I rewrote it to use that function.
this has already been fixed in HEAD, so you could use the darcs repo until we make a new release
Actually, version 0.10.3 already contains those changes. This wasn't announced in the mailing list because the script that used to that had its crontab entry vanish for some reason. -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
On Fri, 2008-11-14 at 19:57 -0600, Stephen Compall wrote:
SB-ALIEN::SHARED-OBJECT-FILE was removed in 1.0.21.15, and UNLOAD-SHARED-OBJECT was added and exported in 1.0.21.28, so I rewrote it to use that function.
this has already been fixed in HEAD, so you could use the darcs repo until we make a new release -- Stelian Ionescu a.k.a. fe[nl]ix Quidquid latine dictum sit, altum videtur.
participants (4)
-
Luís Oliveira
-
Stelian Ionescu
-
Stelian Ionescu
-
Stephen Compall