help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] FileOut with class pragmas


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] FileOut with class pragmas
Date: Mon, 3 Jun 2013 18:03:19 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]