[Asdf-devel] Program with metaclass on MKCL.

2014-12-04 Thread D. Martinez
Hello. Being new to serious CL programming I am hitting a brick wall right now in one CLOS project. After some time of infructuous searching I cannot find the source of my problem, which may be of either MKCL or ASDF but I lack the knowledge to debug this. Mr. JCB, who I have seen active on

Re: [Asdf-devel] Program with metaclass on MKCL.

2014-12-04 Thread Pascal J. Bourguignon
D. Martinez denis.marti...@live.com writes: Hello. Being new to serious CL programming I am hitting a brick wall right now in one CLOS project. After some time of infructuous searching I cannot find the source of my problem, which may be of either MKCL or ASDF but I lack the knowledge to

Re: [Asdf-devel] Program with metaclass on MKCL.

2014-12-04 Thread D. Martinez
. To: asdf-devel@common-lisp.net From: p...@informatimago.com Date: Thu, 4 Dec 2014 11:26:50 +0100 Subject: Re: [Asdf-devel] Program with metaclass on MKCL. D. Martinez denis.marti...@live.com writes: Hello. Being new to serious CL programming I am hitting a brick wall right

Re: [Asdf-devel] Program with metaclass on MKCL.

2014-12-04 Thread Pascal J. Bourguignon
D. Martinez denis.marti...@live.com writes: Thank you Pascal for pointing this out, but I don't think this relates to my problem. I have looked at MKCL source and it was evident that it does not implement superclass validation at this time. Its MOP is not supported either in Closer-MOP so I

Re: [Asdf-devel] Program with metaclass on MKCL.

2014-12-04 Thread D. Martinez
is at fault and redirect my bug reporting there ? To: asdf-devel@common-lisp.net From: p...@informatimago.com Date: Thu, 4 Dec 2014 13:45:32 +0100 Subject: Re: [Asdf-devel] Program with metaclass on MKCL. D. Martinez denis.marti...@live.com writes

Re: [Asdf-devel] Program with metaclass on MKCL.

2014-12-04 Thread Robert P. Goldman
: if you are new to serious CL programming, you shouldn't be fundamentally changing the object system. Cheers, r To: asdf-devel@common-lisp.net From: p...@informatimago.com Date: Thu, 4 Dec 2014 13:45:32 +0100 Subject: Re: [Asdf-devel] Program

Re: [Asdf-devel] Program with metaclass on MKCL.

2014-12-04 Thread Jean-Claude Beaudoin
On Thu, Dec 4, 2014 at 5:20 AM, D. Martinez denis.marti...@live.com wrote: Hello. Being new to serious CL programming I am hitting a brick wall right now in one CLOS project. After some time of infructuous searching I cannot find the source of my problem, which may be of either MKCL or ASDF