Loading Zinc components in Pharo 7.0 breaks the image
Hi, the current Pharo 7.0 image includes ZnCrPortableWriteStream class. If I do: Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; load. #ConfigurationOfZincHTTPComponents asClass project latestVersion load: 'WebSocket'. in order to load the WebSocket component. The ZnCrPortableWriteStream class disappears and breaks the image as it is referenced for example here: How can I load the Zinc components without breaking the Pharo 7.0 image? Thanks! Juraj Image version: Pharo-7.0+alpha.build.579.sha.89898444a24ef4fa3ba389f4c9f7efe034012ffe
Load #bleedingEdge I guess. === Name: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.56 Author: SvenVanCaekenberghe Time: 9 February 2018, 4:56:36.697761 pm UUID: 9ef8664f-2b21-0d00-b982-e3af02ff0a5b Ancestors: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.55 Add ZnCharacterReadStream>>#upToAll: Add ZnCrPortableWriteStream ===
On 20 Feb 2018, at 14:22, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi,
the current Pharo 7.0 image includes ZnCrPortableWriteStream class. If I do:
Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; load. #ConfigurationOfZincHTTPComponents asClass project latestVersion load: 'WebSocket'.
in order to load the WebSocket component. The ZnCrPortableWriteStream class disappears and breaks the image as it is referenced for example here:
<Captura de pantalla 2018-02-20 a la(s) 10.21.07.png>
How can I load the Zinc components without breaking the Pharo 7.0 image?
Thanks! Juraj
Image version: Pharo-7.0+alpha.build.579.sha.89898444a24ef4fa3ba389f4c9f7efe034012ffe
Hi Sven, it does not work for me: Smalltalk at: #ZnCrPortableWriteStream. âthe class exists" Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; loadBleedingEdge. #ConfigurationOfZincHTTPComponents asClass project latestVersion load: 'WebSocket'. Smalltalk at: #ZnCrPortableWriteStream. âthe class does not existsâ I see that it loads "Zinc-Character-Encoding-Core-SvenVanCaekenberghe.53â. Any idea why? Juraj
El 20-02-2018, a las 10:26, Sven Van Caekenberghe <sven@stfx.eu> escribió:
Load #bleedingEdge I guess.
=== Name: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.56 Author: SvenVanCaekenberghe Time: 9 February 2018, 4:56:36.697761 pm UUID: 9ef8664f-2b21-0d00-b982-e3af02ff0a5b Ancestors: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.55
Add ZnCharacterReadStream>>#upToAll: Add ZnCrPortableWriteStream ===
On 20 Feb 2018, at 14:22, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi,
the current Pharo 7.0 image includes ZnCrPortableWriteStream class. If I do:
Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; load. #ConfigurationOfZincHTTPComponents asClass project latestVersion load: 'WebSocket'.
in order to load the WebSocket component. The ZnCrPortableWriteStream class disappears and breaks the image as it is referenced for example here:
<Captura de pantalla 2018-02-20 a la(s) 10.21.07.png>
How can I load the Zinc components without breaking the Pharo 7.0 image?
Thanks! Juraj
Image version: Pharo-7.0+alpha.build.579.sha.89898444a24ef4fa3ba389f4c9f7efe034012ffe
On 20 Feb 2018, at 17:32, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi Sven,
it does not work for me:
Smalltalk at: #ZnCrPortableWriteStream. âthe class exists"
Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; loadBleedingEdge. #ConfigurationOfZincHTTPComponents asClass project latestVersion load: 'WebSocket'.
bleedingEdge not latestVersion ! This change is not yet part of a #stable version.
Smalltalk at: #ZnCrPortableWriteStream. âthe class does not existsâ
I see that it loads "Zinc-Character-Encoding-Core-SvenVanCaekenberghe.53â.
Any idea why? Juraj
El 20-02-2018, a las 10:26, Sven Van Caekenberghe <sven@stfx.eu> escribió:
Load #bleedingEdge I guess.
=== Name: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.56 Author: SvenVanCaekenberghe Time: 9 February 2018, 4:56:36.697761 pm UUID: 9ef8664f-2b21-0d00-b982-e3af02ff0a5b Ancestors: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.55
Add ZnCharacterReadStream>>#upToAll: Add ZnCrPortableWriteStream ===
On 20 Feb 2018, at 14:22, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi,
the current Pharo 7.0 image includes ZnCrPortableWriteStream class. If I do:
Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; load. #ConfigurationOfZincHTTPComponents asClass project latestVersion load: 'WebSocket'.
in order to load the WebSocket component. The ZnCrPortableWriteStream class disappears and breaks the image as it is referenced for example here:
<Captura de pantalla 2018-02-20 a la(s) 10.21.07.png>
How can I load the Zinc components without breaking the Pharo 7.0 image?
Thanks! Juraj
Image version: Pharo-7.0+alpha.build.579.sha.89898444a24ef4fa3ba389f4c9f7efe034012ffe
Thank you! I missed that part. Juraj
El 21-02-2018, a las 03:41, Sven Van Caekenberghe <sven@stfx.eu> escribió:
On 20 Feb 2018, at 17:32, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi Sven,
it does not work for me:
Smalltalk at: #ZnCrPortableWriteStream. âthe class exists"
Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; loadBleedingEdge. #ConfigurationOfZincHTTPComponents asClass project latestVersion load: 'WebSocket'.
bleedingEdge not latestVersion ! This change is not yet part of a #stable version.
Smalltalk at: #ZnCrPortableWriteStream. âthe class does not existsâ
I see that it loads "Zinc-Character-Encoding-Core-SvenVanCaekenberghe.53â.
Any idea why? Juraj
El 20-02-2018, a las 10:26, Sven Van Caekenberghe <sven@stfx.eu> escribió:
Load #bleedingEdge I guess.
=== Name: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.56 Author: SvenVanCaekenberghe Time: 9 February 2018, 4:56:36.697761 pm UUID: 9ef8664f-2b21-0d00-b982-e3af02ff0a5b Ancestors: Zinc-Character-Encoding-Core-SvenVanCaekenberghe.55
Add ZnCharacterReadStream>>#upToAll: Add ZnCrPortableWriteStream ===
On 20 Feb 2018, at 14:22, Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
Hi,
the current Pharo 7.0 image includes ZnCrPortableWriteStream class. If I do:
Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; load. #ConfigurationOfZincHTTPComponents asClass project latestVersion load: 'WebSocket'.
in order to load the WebSocket component. The ZnCrPortableWriteStream class disappears and breaks the image as it is referenced for example here:
<Captura de pantalla 2018-02-20 a la(s) 10.21.07.png>
How can I load the Zinc components without breaking the Pharo 7.0 image?
Thanks! Juraj
Image version: Pharo-7.0+alpha.build.579.sha.89898444a24ef4fa3ba389f4c9f7efe034012ffe
participants (2)
-
Juraj Kubelka -
Sven Van Caekenberghe