[Glass] Implementation Request in SmalltalkProxy

Smalltalk via Glass glass at lists.gemtalksystems.com
Tue May 15 07:54:16 PDT 2018


Hi,

Installing Highcharts 6.0 for GemStone has dependency on Renoir package.
The installation script use Smalltalk globals at:ifPresent:ifAbsent:
See:
https://github.com/ba-st/RenoirSt/blob/master/source/BaselineOfRenoirSt/BaselineOfRenoirSt.class.st#L25

SmalltalkProxy does no implement at:ifPresent:ifAbsent:.
It will be good to have it. I already implement it as:
at: key ifPresent: oneArgBlock ifAbsent: absentBlock
     self at: key ifPresent: [ :v | ^oneArgBlock value: v ].
     ^absentBlock value

But it will be better if it is present in GemStone by default.

regards,
bruno


---
El software de antivirus Avast ha analizado este correo electrónico en busca de virus.
https://www.avast.com/antivirus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20180515/2fb9d067/attachment.html>


More information about the Glass mailing list