[squeak-dev] Someone fixed SqueakMap package loading (thank you!)

Marcel Taeumel marcel.taeumel at hpi.de
Thu Apr 28 13:00:47 UTC 2022


Hi Tim --

You are welcome. :-) 

The fix was in Multilingual-mt.278:
http://lists.squeakfoundation.org/pipermail/squeak-dev/2022-April/219939.html

Best,
Marcel
Am 28.04.2022 06:24:44 schrieb Tim Johnson <digit at sonic.net>:
Hi all,

As recently as 6.0-21580, I had trouble loading packages from SqueakMap.  They'd throw an error like:


This could be triggered by evaluating e.g.:

#( 'JSON' ) do: [:pkg | Installer squeakmap package: pkg; install].

whereas the following would work without error:

#( 'JSON-tonyg.39.mcz' ) do:
[:each| (Installer repository: 'http://www.squeaksource.com/JSON [http://www.squeaksource.com/JSON]') install: each ]

In 21644, this is no longer an issue.  I can also load e.g. Plot Morph from SqueakMap's UI without problem... whereas it used to throw this error.

So:  "thank you" to those who fixed this!

Thanks & thanks!
Tim

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220428/70cae14c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2022-04-27 at 9.16.17 PM.png
Type: image/png
Size: 29253 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220428/70cae14c/attachment.png>


More information about the Squeak-dev mailing list