Il 03/06/2013 18:03, Holger Hans Peter Freyther ha scritto: > Hi, > > I am using class pragmas inside my GSM Information Element classes > to describe the assigned identifier, valid sizes and other information > but when doing a fileOut this information is lost. > > I think this is because I am not changing classPragmas to add my new > class pragmas.
Yes. > Is this something we could/should warning about? Not for all pragmas; some (import:, shape:) are filed out automatically. But these are just a few, they could be special cased out. Otherwise it seems like a useful warning. Paolo > > PackageLoader fileInPackage: 'Parser'. > > Object subclass: Foo [ > Foo class >> extraPragma: aName [ > ] > > <extraPragma: 123> > ] > > Foo fileOutOn: stdout. > > > > > _______________________________________________ > help-smalltalk mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/help-smalltalk > _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
