[Seaside-dev] package notes

Chris Muller ma.chris.m at gmail.com
Fri Oct 2 21:41:06 UTC 2015


Hi, today I noticed I had a dirty Kernel package in Squeak 5 due to
Grease overrides of three methods.  Squeak has subsequently made
improvements to these methods which may be able to be adopted by
Pharo.  They were changed in 2011 to not create a temporary Array.

   MessageSend>>#value:
   MessageSend>>#value:value:
   MessageSend>>#valueWithPossibleArgs:

All the Grease, JQuery, Javascript and Seaside tests passed with the
modern versions.  The Squeak 5 version of these methods is in the
attached changeset.

Best,
  Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MessageSend-improvements.1.cs.gz
Type: application/x-gzip
Size: 362 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20151002/22e780c4/MessageSend-improvements.1.cs.bin


More information about the seaside-dev mailing list