Good point! Which version of Seaside are you using ... for one method it is probably easier for my to do it then to have you submit a pull request on github:) Dale
On Mon, Jun 23, 2014 at 12:03 PM, Reg Krock <[hidden email]> wrote: Dale, |
Hi! I would prefer to mark the dynamic vars .. I am on Seaside 3.1 | members |
members := Array new writeStream. self class allInstVarNames withIndexDo: [ :each :index |
members nextPut: each -> (self instVarAt: index) ]. self dynamicInstanceVariables withIndexDo: [:each :index |
members nextPut: ('*', each) -> (self dynamicInstVarAt: each) ]. self class isVariable ifTrue: [
1 to: self size do: [ :index | members nextPut: index -> (self at: index) ] ].
^ members contents regards Gerhard On Mon, Jun 23, 2014 at 9:27 PM, Dale Henrichs <[hidden email]> wrote:
|
That's a very good idea .... On Mon, Jun 23, 2014 at 12:48 PM, Gerhard Obermann <[hidden email]> wrote:
|
I've submitted a glassdb issue[1] for trackin... Dale On Mon, Jun 23, 2014 at 1:29 PM, Dale Henrichs <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |