[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
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 assume it is somewhat young. Quoting for

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
I understand your hypothesis and I guess it makes sense. I have done the testing as you suggest. 1. load-source-op is good 2. load-op fails on the first time. But it produces fasl. 3. load-op succeeds, on the second time. In a larger program, the load-op seems to fail as many times as there are

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

2014-12-04 Thread Robert P. Goldman
D. Martinez wrote: I understand your hypothesis and I guess it makes sense. I have done the testing as you suggest. 1. load-source-op is good 2. load-op fails on the first time. But it produces fasl. 3. load-op succeeds, on the second time. In a larger program, the load-op seems to fail as

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