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. Is this something we could/should warning about?


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

Reply via email to