Re: [Pharo-users] About deprecation and unit testing
A related issue is the enforcing of protocol. Currently, the RPackage implementation doesnât allow other class-side definitions of #packages. There was no test for that, so all images with Grease loaded (all Moose & Seaside based images) fail silently. In Slice 12324 I added a test checking that no class below Object redefines the method. Stephan
On 04 Dec 2013, at 11:47, Stephan Eggermont <stephan@stack.nl> wrote:
A related issue is the enforcing of protocol. Currently, the RPackage implementation doesnât allow other class-side definitions of #packages. There was no test for that, so all images with Grease loaded (all Moose & Seaside based images) fail silently. In Slice 12324 I added a test checking that no class below Object redefines the method.
this is true for all meta kind of selectors⦠e.g. #layout⦠(there is an issue related to that) Marcus
A related issue is the enforcing of protocol. Currently, the RPackage implementation doesnât allow other class-side definitions of #packages. There was no test for that, so all images with Grease loaded (all Moose & Seaside based images) fail silently. In Slice 12324 I added a test checking that no class below Object redefines the method.
I do not think that it can be correct because ClassDecription defines it and it is under Object
participants (3)
-
Marcus Denker -
Stephan Eggermont -
Stéphane Ducasse