Hi,
Ring seems to be deprecated in Pharo 7. Is there something else it will be
replaced with?
In particular, I am looking for the correct class that should correspond to
RGMethodDefinition.
Cheers,
Doru
--
www.feenk.com
"Value is always contextual."
Another important difference is that no intermediate collections are
built. In contrast, chaining x enumeration statements #select:, #collect:,
etc. iterates x times over the collection elements and builds x-1
intermediate collections.
Am .10.2018, 11:59 Uhr, schrieb Steffen Märcker :
Hi,
Hi,
indeed, transducers provided a way to achieve this, e.g.
#(12 7 'a' nil #(0)) pipe
filter: #notNil;
filter: #isNumber;
map: #squared;
filter: #even;
into: OrderedCollection.
But this feature is deprecated, as it was not that useful. The preferred
wa
Nevermind, I figured it out easily. Must been blind before.
Many thanks to the Iceberg team, the tool works like a charm in 6.1!
Am .10.2018, 10:58 Uhr, schrieb Steffen Märcker :
Hi,
I tried the tool yesterday and found some hickups. After opening issues
on GitHub, I wonder how I can easil
Hi,
I tried the tool yesterday and found some hickups. After opening issues on
GitHub, I wonder how I can easily contribute a PR there. I imagine there
is a straight-forward way with Iceberg now, isn't it? I a sorry if I miss
the obvious but I am still not familiar with Pharos comprehensive