9 May
2010
9 May
'10
3:45 p.m.
On Tue, Apr 27, 2010 at 8:54 AM, Alan Ruttenberg <alanruttenberg@gmail.com> wrote:
On Tue, Apr 27, 2010 at 2:48 AM, Alessio Stalla <alessiostalla@gmail.com> wrote:
IIRC, I should have a local patch to make JCLASS use another classloader if you pass it to it, including in CLOS method specializers, as in (defmethod foo ((x (jclass "foo" *my-classloader*))) ...)
If that sounds sensible to you, I can adapt it to the current version of abcl and commit it, so it can be tested.
Let's give it a shot.
I finally committed the patch on trunk. Alessio