Hi Russ,
The limitation of STON not being capable of serialising a block closure still
stands and will probably not change very soon (it open up the whole language to
be written out).
You can work around this though, with sort functions for example.
Here is an example:
{ 1->#one. 3->#three. 2
Hello,
I would like to output the method name as a string in case of an error.
what I've already done is this: (with thisContext selector asString)
pduDestruct
| result |
result := call ffiPDUDestruct.
result = T_PDU_ERROR PDU_STATUS_NOERROR
ifFalse: [ Error signal:'Meth
Good morning all from stormy Ohio/USA. Hope everyone is well and
sheltering effectively from COVID, etc.
I have a STON question. FIrst off, I LOVE STON. It has been the answer to
my (minimal) persistence needs. I'm writing two different applications,
both of which I hope to distribute someday,