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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> escribió: > > > >> On 20 Feb 2018, at 17:32, Juraj Kubelka <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 >>> >>> >> >> > > |
Free forum by Nabble | Edit this page |