krono / squeaksource3

Seaside-based Monticello code repository for Squeak, Pharo and GemStone
0 stars 0 forks source link

initialization hook pragma should be uniqe #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in the Model hierarchy, on class and instances side,
initialization-hooks can be triggered,

currently <iniitialize> is in use, which is not unique and  produces too much 
results when browsing senders.

See Issue 38

Original issue reported on code.google.com by tobiasp...@gmail.com on 15 Dec 2011 at 10:02

GoogleCodeExporter commented 9 years ago
Fixed in SqueakSource-Core-topa.89, SqueakSource-Issues-topa.15, 
SqueakSource-Statistics-topa.13

The new pragmas are #initalization and #finalization

Original comment by tobiasp...@gmail.com on 26 Apr 2012 at 1:35