Re: moving to gitlab?

2019-01-23 Thread Mike Gran
On Tue, Jan 22, 2019 at 08:18:25PM -0800, Aleix Conchillo Flaqu� wrote: > On Tue, Jan 22, 2019 at 5:30 PM Greg Troxel wrote: > > > > Aleix Conchillo Flaqu� writes: > > > > > Any chance or interest in moving to gitlab? My apologies if this has > > > been discussed already. Not that I ever cont

GOOPS - metaclass with extra-slots made trying to define a getter, a setter or an accessor will raise an exception

2019-01-23 Thread David Pirotte
Hello, Using a metaclass that defines extra-slots, will only work if the extra-slots are made 'exclusively' using the expression: (make #:name name) If one tries to pass a setter, a getter or an accessor, it raises an exception. Attached a code snipset to reproduce the error: drop it a