Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- 2 participants
- 144614 messages
[Pharo 7.0-dev] Build #1119: 22257-Uppercase-and-lowercase-entries-should-be-merged-in-the-FileDialogWindow-list-of-files-right-column
by ci-pharo-ci-jenkins2@inria.fr
There is a new Pharo build available!
The status of the build #1119 was: FAILURE.
The Pull Request #1631 was integrated: "22257-Uppercase-and-lowercase-entries-should-be-merged-in-the-FileDialogWindow-list-of-files-right-column"
Pull request url: https://github.com/pharo-project/pharo/pull/1631
Issue Url: https://pharo.fogbugz.com/f/cases/22257
Build Url: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%2…
July 9, 2018
[Pharo 7.0-dev] Build #1118: 22254-Class-side-slots-of-stateful-traits-are-mostly-ignored
by ci-pharo-ci-jenkins2@inria.fr
There is a new Pharo build available!
The status of the build #1118 was: FAILURE.
The Pull Request #1630 was integrated: "22254-Class-side-slots-of-stateful-traits-are-mostly-ignored"
Pull request url: https://github.com/pharo-project/pharo/pull/1630
Issue Url: https://pharo.fogbugz.com/f/cases/22254
Build Url: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%2…
July 9, 2018
12 Jul Pharo TechTalk: Tensorflow
by Marcus Denker
Pharo TechTalk: Tensorflow
A regular chat about Pharo. Happens on Discord.
The Tech talks are open to both members and non-members!
Topic: Machine Learning with TensorFlow and Pharo
https://association.pharo.org/event-2973748
July 9, 2018
Re: [Pharo-dev] Problem with zinc 2.9.2
by Norbert Hartl
Really? I thought the same but then I didnât believe it works like that.
Anyway this would be very easy to solve. We just need to ask Sven if he is fine with doing an empty .16 version for Zinc-FileSystem and does an in-place version reset of 2.9.2 or a new 2.9.3. Iâm not fully convinced that will solve it but the cost wonât be very high.
Norbert
> Am 07.07.2018 um 13:22 schrieb Cyril Ferlicot <cyril.ferlicot(a)gmail.com>:
>
>
> Need to investigate more. There are two .15 versions but there is 1 year in between (if you didnât notice TheIntegratior.15 is from 2017). Just want to have more context information because I can only see that this is strange but lacking insight.
>
> Iâm trying to figure out why it does not update Zinc-FileSystem. No matter what I do I cannot get Metacello to load the newer package. That would fix the issue because Iâm loading 2.9.2 which should have Zinc-FileSystem-SVC.15 and not stay on the one included in the image.
>
> I think this is important for everyone that has a product based on 6.1 and that want to migrate someday to pharo7. This way it is impossible to do it step by step.
>
> If there is a package .15 in the image and a package .15 in the repo, I think Metacello will not update because it rely on the numbers to know when to update. If it find a .15 and currently have a .15 I think Metacello will think they are at the same version.
>
>
>
> Norbert
>
> >
> >
>
>
> --
> Cyril Ferlicot
> https://ferlicot.fr <https://ferlicot.fr/>
July 7, 2018
Re: [Pharo-dev] Problem with zinc 2.9.2
by Cyril Ferlicot
> Need to investigate more. There are two .15 versions but there is 1 year
> in between (if you didnât notice TheIntegratior.15 is from 2017). Just want
> to have more context information because I can only see that this is
> strange but lacking insight.
>
> Iâm trying to figure out why it does not update Zinc-FileSystem. No matter
> what I do I cannot get Metacello to load the newer package. That would fix
> the issue because Iâm loading 2.9.2 which should have
> Zinc-FileSystem-SVC.15 and not stay on the one included in the image.
>
> I think this is important for everyone that has a product based on 6.1 and
> that want to migrate someday to pharo7. This way it is impossible to do it
> step by step.
If there is a package .15 in the image and a package .15 in the repo, I
think Metacello will not update because it rely on the numbers to know when
to update. If it find a .15 and currently have a .15 I think Metacello will
think they are at the same version.
>
> Norbert
>
> >
> >
>
>
> --
Cyril Ferlicot
https://ferlicot.fr
July 7, 2018
Re: [Pharo-dev] Problem with zinc 2.9.2
by Norbert Hartl
> Am 07.07.2018 um 12:53 schrieb Sven Van Caekenberghe <sven(a)stfx.eu>:
>
> Obviously something went wrong somewhere, but I cannot see what exactly. It is a while ago, and integration processes have been in flux.
>
> Zinc is being developed in its own repo(s), but sometimes changes are made in the main Pharo repo that get copied back upstream. From time to time, Zinc itself is updated in Pharo itself.
>
> If Zinc-FileSystem-TheIntegrator.15 is indeed different from Zinc-FileSystem-SvenVanCaekenberghe.15 then the best solution would be to merge them and create a newer, more correct version.
>
Need to investigate more. There are two .15 versions but there is 1 year in between (if you didnât notice TheIntegratior.15 is from 2017). Just want to have more context information because I can only see that this is strange but lacking insight.
Iâm trying to figure out why it does not update Zinc-FileSystem. No matter what I do I cannot get Metacello to load the newer package. That would fix the issue because Iâm loading 2.9.2 which should have Zinc-FileSystem-SVC.15 and not stay on the one included in the image.
I think this is important for everyone that has a product based on 6.1 and that want to migrate someday to pharo7. This way it is impossible to do it step by step.
Norbert
>> On 7 Jul 2018, at 12:29, Norbert Hartl <norbert(a)hartl.name> wrote:
>>
>> Can anyone explain how zinc is managed? The package Zinc-FileSystem in pharo 6.1 is
>>
>> Name: Zinc-FileSystem-TheIntegrator.15
>> Author: TheIntegrator
>> Time: 15 March 2017, 1:16:56.199425 pm
>> UUID: b9684fa8-2507-0d00-a4da-a21207d152a4
>> Ancestors: Zinc-FileSystem-HenrikNergaard.14
>>
>> 19838 ZnMonticelloServerDelegate>>#repositoryListing sends self self
>> https://pharo.fogbugz.com/f/cases/19838
>>
>>
>> In Svenâs repo there is
>>
>> Name: Zinc-FileSystem-SvenVanCaekenberghe.14
>> Author: SvenVanCaekenberghe
>> Time: 14 March 2018, 11:29:06.12468 am
>> UUID: 885ce694-be23-0d00-a4f2-9f24027c8ee7
>> Ancestors: Zinc-FileSystem-GitHub.1520938892, Zinc-FileSystem-SvenVanCaekenberghe.13
>>
>> tracking pharo 7 changes
>>
>> and
>>
>> Name: Zinc-FileSystem-SvenVanCaekenberghe.15
>> Author: SvenVanCaekenberghe
>> Time: 14 March 2018, 2:08:47.155993 pm
>> UUID: 9c55f9cf-c023-0d00-9b4a-76f3014de7ca
>> Ancestors: Zinc-FileSystem-SvenVanCaekenberghe.14
>>
>> patch to dynamically work on older pharo versions
>>
>> How do this packages relate?
>>
>> Norbert
>>
>>> Am 06.07.2018 um 16:34 schrieb Norbert Hartl <norbert(a)hartl.name>:
>>>
>>> Sven,
>>>
>>> I use Metacello and that seems to be different in behaviour. I prepared the case for you. What I did
>>>
>>> - save the attachment of this mail into a clean directory and open a terminal there
>>>
>>> $> unzip baseline-of-zincproblem.zip
>>> $> curl get.pharo.org/64/61 | bash
>>> $> /Applications/Pharo64.app/Contents/MacOS/Pharo ./Pharo.image eval âMetacello new repository: 'filetree://src'; baseline: 'ZincProblem'; load"
>>>
>>> Look at ZnClient>>#downloadEntityTo:
>>>
>>> Norbert
>>>
>>> <baseline-of-zincproblem.zip>
>>>
>>>> Am 06.07.2018 um 13:19 schrieb Sven Van Caekenberghe <sven(a)stfx.eu>:
>>>>
>>>> Norbert,
>>>>
>>>> I did (on macOS):
>>>>
>>>> $ mkdir pharo61
>>>>
>>>> $ cd pharo61/
>>>>
>>>> $ curl get.pharo.org/61+vm | bash
>>>> % Total % Received % Xferd Average Speed Time Time Time Current
>>>> Dload Upload Total Spent Left Speed
>>>> 100 3036 100 3036 0 0 24386 0 --:--:-- --:--:-- --:--:-- 24483
>>>> Downloading the latest 61 Image:
>>>> http://files.pharo.org/get-files/61/pharo.zip
>>>> Pharo.image
>>>> Downloading the latest pharoVM:
>>>> http://files.pharo.org/get-files/61/pharo-mac-stable.zip
>>>> pharo-vm/Pharo.app/Contents/MacOS/Pharo
>>>> Downloading PharoV61.sources:
>>>> http://files.pharo.org/get-files/61/sources.zip
>>>> Creating starter scripts pharo and pharo-ui
>>>>
>>>> $ ./pharo-ui Pharo.image
>>>>
>>>> I loaded ConfigurationOfZincHTTPComponents via the Catalog, but since that was not the latest, I loaded it manually and did
>>>>
>>>> ConfigurationOfZincHTTPComponents project latestVersion load.
>>>>
>>>> Here is the Transcript
>>>>
>>>>
>>>> Loading 2.8.3 of ConfigurationOfZincHTTPComponents...
>>>> Fetched -> Zodiac-Core-SvenVanCaekenberghe.42 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>>> Fetched -> Zodiac-Tests-SvenVanCaekenberghe.13 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>>> Fetched -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.29 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-FileSystem-SvenVanCaekenberghe.12 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-HTTP-SvenVanCaekenberghe.453 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-Zodiac-SvenVanCaekenberghe.36 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Loaded -> Zodiac-Core-SvenVanCaekenberghe.42 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>>> Loaded -> Zodiac-Tests-SvenVanCaekenberghe.13 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>>> Loaded -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.29 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-FileSystem-SvenVanCaekenberghe.12 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-HTTP-SvenVanCaekenberghe.453 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-Zodiac-SvenVanCaekenberghe.36 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> ...finished 2.8.3
>>>>
>>>> Loading 2.9.2 of ConfigurationOfZincHTTPComponents...
>>>> Fetched -> Zodiac-Core-TorstenBergmann.48 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>>> Fetched -> Zodiac-Tests-SvenVanCaekenberghe.22 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>>> Fetched -> Zodiac-Extra-SvenVanCaekenberghe.8 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>>> Fetched -> Zinc-Character-Encoding-Core-SvenVanCaekenberghe.64 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.43 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-Resource-Meta-Core-SvenVanCaekenberghe.68 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-Resource-Meta-Tests-SvenVanCaekenberghe.38 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-FileSystem-SvenVanCaekenberghe.15 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-HTTP-SvenVanCaekenberghe.474 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-Tests-SvenVanCaekenberghe.245 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-Zodiac-SvenVanCaekenberghe.44 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Fetched -> Zinc-Resource-Meta-FileSystem-SvenVanCaekenberghe.9 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>>> Loaded -> Zodiac-Core-TorstenBergmann.48 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>>> Loaded -> Zodiac-Tests-SvenVanCaekenberghe.22 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>>> Loaded -> Zodiac-Extra-SvenVanCaekenberghe.8 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>>> ZnBase64Encoder (DefaultInverse is Undeclared)
>>>> ZnBase64Encoder (DefaultAlphabet is Undeclared)
>>>> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>>>>
>>>> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>>>>
>>>> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>>>>
>>>> ZnSimplifiedByteEncoder class>>byteTextConverters (ByteTextConverters is Undeclared)
>>>>
>>>> Loaded -> Zinc-Character-Encoding-Core-SvenVanCaekenberghe.64 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.43 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-Resource-Meta-Core-SvenVanCaekenberghe.68 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-Resource-Meta-Tests-SvenVanCaekenberghe.38 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-FileSystem-SvenVanCaekenberghe.15 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> ZnSingleThreadedServer class>>adoptAsDefault: (Default is Undeclared)
>>>>
>>>> ZnSingleThreadedServer class>>initialize (Default is Undeclared)
>>>>
>>>> ZnSingleThreadedServer class>>default (Default is Undeclared)
>>>>
>>>> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>>>>
>>>> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>>>>
>>>> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>>>>
>>>> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>>>>
>>>> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>>>>
>>>> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>>>>
>>>> Loaded -> Zinc-HTTP-SvenVanCaekenberghe.474 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-Tests-SvenVanCaekenberghe.245 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-Zodiac-SvenVanCaekenberghe.44 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> Loaded -> Zinc-Resource-Meta-FileSystem-SvenVanCaekenberghe.9 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>>> ...finished 2.9.2
>>>>
>>>> (The Undeclared references are eventually resolved).
>>>>
>>>> The code you mentioned is present in the image. Unit tests (apart from one) are green.
>>>>
>>>> ===
>>>> Name: Zinc-FileSystem-SvenVanCaekenberghe.15
>>>> Author: SvenVanCaekenberghe
>>>> Time: 14 March 2018, 2:08:47.155993 pm
>>>> UUID: 9c55f9cf-c023-0d00-9b4a-76f3014de7ca
>>>> Ancestors: Zinc-FileSystem-SvenVanCaekenberghe.14
>>>> ===
>>>>
>>>> Sven
>>>>
>>>>> On 6 Jul 2018, at 12:50, Norbert Hartl <norbert(a)hartl.name> wrote:
>>>>>
>>>>> Bump. I wonder nobody sees the problem. Or do I misunderstand there is something wrong in pharo?
>>>>>
>>>>> Norbert
>>>>>
>>>>>> Am 05.07.2018 um 09:09 schrieb Norbert Hartl <norbert(a)hartl.name>:
>>>>>>
>>>>>> Ok,
>>>>>>
>>>>>> I think Iâve found something. If you look at the screenshot (that is my image from jenkins, 6.1 with my code loaded and that throw the error) you can see that Zinc-FileSystem.15 is already loaded. But the Author gives the hint that this was loaded by the image integrator. And it differs from the .15 from Svenâs repo. Exactly the difference that could cause my error. Iâm not sure if metacello upgrades only packages that have a higher version number. But that would be the explanation why it doesnât work for me. I checked it by download a fresh 6.1 image and the situation is the same here.
>>>>>> So reproducing the problem should be as easy as creating a baseline that loads zinc 2.9.2 and later something from github. My case was that in the first step the project code was loaded in the image including zinc 2.9.2. That image was saved and on the next invocation it loads the test code and parasol was the first dependency to load from github and it failed.
>>>>>>
>>>>>> Norbert
>>>>>>
>>>>>> <Bildschirmfoto 2018-07-05 um 08.59.10.png>
>>>>>>
>>>>>>> Am 05.07.2018 um 08:44 schrieb Max Leske <maxleske(a)gmail.com>:
>>>>>>>
>>>>>>> On 4 Jul 2018, at 23:00, Norbert Hartl wrote:
>>>>>>>
>>>>>>>>> Am 04.07.2018 um 17:52 schrieb Max Leske <maxleske(a)gmail.com>:
>>>>>>>>>
>>>>>>>>> Hi Norbert,
>>>>>>>>>
>>>>>>>>> Where can I get my hands on that image that you say has no sender of #newBinaryFileNamed:do: in it?
>>>>>>>>>
>>>>>>>> I cannot give away the image, sorry. I can try to reproduce it somehow.
>>>>>>>> Do you expect the method to be there?
>>>>>>>
>>>>>>> I would have, yes. But as you have discovered, the problem may lie with ZnFileSystemUtils (although I would have expected that package to be updated along with Zinc).
>>>>>>>
>>>>>>> Max
>>>>>>>
>>>>>>>>
>>>>>>>> Norbert
>>>>>>>>> Max
>>>>>>>>>
>>>>>>>>>> On 4 Jul 2018, at 17:30, Norbert Hartl wrote:
>>>>>>>>>>
>>>>>>>>>> I tried to see how hard it would be to load my current project in pharo7. Cyril helped me to see that I load an old version of zinc and it does not work that way. Upgrading to zinc 2.9.2 made it work in pharo 7 but my jenkins build do not work anymore. I donât fully understand what is happening. I see in the log
>>>>>>>>>>
>>>>>>>>>> Loading baseline of BaselineOfMobilityMap...
>>>>>>>>>> ...RETRY->BaselineOfParasol
>>>>>>>>>> ...RETRY->BaselineOfParasol[31mMessageNotUnderstood: ZnFileSystemUtils class>>newBinaryFileNamed:do:
>>>>>>>>>> [0mZnFileSystemUtils class(Object)>>doesNotUnderstand: #newBinaryFileNamed:do:
>>>>>>>>>> ZnClient>>downloadEntityTo:
>>>>>>>>>> ZnClient>>downloadTo:
>>>>>>>>>> IceMetacelloPharoPlatform(MetacelloPharoPlatform)>>downloadZipArchive:to:
>>>>>>>>>>
>>>>>>>>>> The strange thing about it is that when I download that image where the error occurred I cannot find a sender of #newBinaryFileNamed:do: and the #downloadEntityTo: does not seem to use it. Downgrading to zinc 2.8.10 makes it work again.
>>>>>>>>>>
>>>>>>>>>> I feel a little bit stupid because the image does not load any new package on startup and still there is this error message which does not make sense to me at all.
>>>>>>>>>>
>>>>>>>>>> Any ideas?
>>>>>>>>>>
>>>>>>>>>> Norbert
>>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>
>
July 7, 2018
Re: [Pharo-dev] Problem with zinc 2.9.2
by Sven Van Caekenberghe
Obviously something went wrong somewhere, but I cannot see what exactly. It is a while ago, and integration processes have been in flux.
Zinc is being developed in its own repo(s), but sometimes changes are made in the main Pharo repo that get copied back upstream. From time to time, Zinc itself is updated in Pharo itself.
If Zinc-FileSystem-TheIntegrator.15 is indeed different from Zinc-FileSystem-SvenVanCaekenberghe.15 then the best solution would be to merge them and create a newer, more correct version.
> On 7 Jul 2018, at 12:29, Norbert Hartl <norbert(a)hartl.name> wrote:
>
> Can anyone explain how zinc is managed? The package Zinc-FileSystem in pharo 6.1 is
>
> Name: Zinc-FileSystem-TheIntegrator.15
> Author: TheIntegrator
> Time: 15 March 2017, 1:16:56.199425 pm
> UUID: b9684fa8-2507-0d00-a4da-a21207d152a4
> Ancestors: Zinc-FileSystem-HenrikNergaard.14
>
> 19838 ZnMonticelloServerDelegate>>#repositoryListing sends self self
> https://pharo.fogbugz.com/f/cases/19838
>
>
> In Svenâs repo there is
>
> Name: Zinc-FileSystem-SvenVanCaekenberghe.14
> Author: SvenVanCaekenberghe
> Time: 14 March 2018, 11:29:06.12468 am
> UUID: 885ce694-be23-0d00-a4f2-9f24027c8ee7
> Ancestors: Zinc-FileSystem-GitHub.1520938892, Zinc-FileSystem-SvenVanCaekenberghe.13
>
> tracking pharo 7 changes
>
> and
>
> Name: Zinc-FileSystem-SvenVanCaekenberghe.15
> Author: SvenVanCaekenberghe
> Time: 14 March 2018, 2:08:47.155993 pm
> UUID: 9c55f9cf-c023-0d00-9b4a-76f3014de7ca
> Ancestors: Zinc-FileSystem-SvenVanCaekenberghe.14
>
> patch to dynamically work on older pharo versions
>
> How do this packages relate?
>
> Norbert
>
>> Am 06.07.2018 um 16:34 schrieb Norbert Hartl <norbert(a)hartl.name>:
>>
>> Sven,
>>
>> I use Metacello and that seems to be different in behaviour. I prepared the case for you. What I did
>>
>> - save the attachment of this mail into a clean directory and open a terminal there
>>
>> $> unzip baseline-of-zincproblem.zip
>> $> curl get.pharo.org/64/61 | bash
>> $> /Applications/Pharo64.app/Contents/MacOS/Pharo ./Pharo.image eval âMetacello new repository: 'filetree://src'; baseline: 'ZincProblem'; load"
>>
>> Look at ZnClient>>#downloadEntityTo:
>>
>> Norbert
>>
>> <baseline-of-zincproblem.zip>
>>
>>> Am 06.07.2018 um 13:19 schrieb Sven Van Caekenberghe <sven(a)stfx.eu>:
>>>
>>> Norbert,
>>>
>>> I did (on macOS):
>>>
>>> $ mkdir pharo61
>>>
>>> $ cd pharo61/
>>>
>>> $ curl get.pharo.org/61+vm | bash
>>> % Total % Received % Xferd Average Speed Time Time Time Current
>>> Dload Upload Total Spent Left Speed
>>> 100 3036 100 3036 0 0 24386 0 --:--:-- --:--:-- --:--:-- 24483
>>> Downloading the latest 61 Image:
>>> http://files.pharo.org/get-files/61/pharo.zip
>>> Pharo.image
>>> Downloading the latest pharoVM:
>>> http://files.pharo.org/get-files/61/pharo-mac-stable.zip
>>> pharo-vm/Pharo.app/Contents/MacOS/Pharo
>>> Downloading PharoV61.sources:
>>> http://files.pharo.org/get-files/61/sources.zip
>>> Creating starter scripts pharo and pharo-ui
>>>
>>> $ ./pharo-ui Pharo.image
>>>
>>> I loaded ConfigurationOfZincHTTPComponents via the Catalog, but since that was not the latest, I loaded it manually and did
>>>
>>> ConfigurationOfZincHTTPComponents project latestVersion load.
>>>
>>> Here is the Transcript
>>>
>>>
>>> Loading 2.8.3 of ConfigurationOfZincHTTPComponents...
>>> Fetched -> Zodiac-Core-SvenVanCaekenberghe.42 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>> Fetched -> Zodiac-Tests-SvenVanCaekenberghe.13 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>> Fetched -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.29 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-FileSystem-SvenVanCaekenberghe.12 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-HTTP-SvenVanCaekenberghe.453 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-Zodiac-SvenVanCaekenberghe.36 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Loaded -> Zodiac-Core-SvenVanCaekenberghe.42 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>> Loaded -> Zodiac-Tests-SvenVanCaekenberghe.13 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>> Loaded -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.29 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-FileSystem-SvenVanCaekenberghe.12 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-HTTP-SvenVanCaekenberghe.453 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-Zodiac-SvenVanCaekenberghe.36 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> ...finished 2.8.3
>>>
>>> Loading 2.9.2 of ConfigurationOfZincHTTPComponents...
>>> Fetched -> Zodiac-Core-TorstenBergmann.48 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>> Fetched -> Zodiac-Tests-SvenVanCaekenberghe.22 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>> Fetched -> Zodiac-Extra-SvenVanCaekenberghe.8 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>>> Fetched -> Zinc-Character-Encoding-Core-SvenVanCaekenberghe.64 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.43 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-Resource-Meta-Core-SvenVanCaekenberghe.68 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-Resource-Meta-Tests-SvenVanCaekenberghe.38 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-FileSystem-SvenVanCaekenberghe.15 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-HTTP-SvenVanCaekenberghe.474 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-Tests-SvenVanCaekenberghe.245 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-Zodiac-SvenVanCaekenberghe.44 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Fetched -> Zinc-Resource-Meta-FileSystem-SvenVanCaekenberghe.9 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>>> Loaded -> Zodiac-Core-TorstenBergmann.48 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>> Loaded -> Zodiac-Tests-SvenVanCaekenberghe.22 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>> Loaded -> Zodiac-Extra-SvenVanCaekenberghe.8 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>>> ZnBase64Encoder (DefaultInverse is Undeclared)
>>> ZnBase64Encoder (DefaultAlphabet is Undeclared)
>>> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>>>
>>> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>>>
>>> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>>>
>>> ZnSimplifiedByteEncoder class>>byteTextConverters (ByteTextConverters is Undeclared)
>>>
>>> Loaded -> Zinc-Character-Encoding-Core-SvenVanCaekenberghe.64 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.43 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-Resource-Meta-Core-SvenVanCaekenberghe.68 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-Resource-Meta-Tests-SvenVanCaekenberghe.38 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-FileSystem-SvenVanCaekenberghe.15 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> ZnSingleThreadedServer class>>adoptAsDefault: (Default is Undeclared)
>>>
>>> ZnSingleThreadedServer class>>initialize (Default is Undeclared)
>>>
>>> ZnSingleThreadedServer class>>default (Default is Undeclared)
>>>
>>> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>>>
>>> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>>>
>>> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>>>
>>> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>>>
>>> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>>>
>>> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>>>
>>> Loaded -> Zinc-HTTP-SvenVanCaekenberghe.474 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-Tests-SvenVanCaekenberghe.245 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-Zodiac-SvenVanCaekenberghe.44 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> Loaded -> Zinc-Resource-Meta-FileSystem-SvenVanCaekenberghe.9 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>>> ...finished 2.9.2
>>>
>>> (The Undeclared references are eventually resolved).
>>>
>>> The code you mentioned is present in the image. Unit tests (apart from one) are green.
>>>
>>> ===
>>> Name: Zinc-FileSystem-SvenVanCaekenberghe.15
>>> Author: SvenVanCaekenberghe
>>> Time: 14 March 2018, 2:08:47.155993 pm
>>> UUID: 9c55f9cf-c023-0d00-9b4a-76f3014de7ca
>>> Ancestors: Zinc-FileSystem-SvenVanCaekenberghe.14
>>> ===
>>>
>>> Sven
>>>
>>>> On 6 Jul 2018, at 12:50, Norbert Hartl <norbert(a)hartl.name> wrote:
>>>>
>>>> Bump. I wonder nobody sees the problem. Or do I misunderstand there is something wrong in pharo?
>>>>
>>>> Norbert
>>>>
>>>>> Am 05.07.2018 um 09:09 schrieb Norbert Hartl <norbert(a)hartl.name>:
>>>>>
>>>>> Ok,
>>>>>
>>>>> I think Iâve found something. If you look at the screenshot (that is my image from jenkins, 6.1 with my code loaded and that throw the error) you can see that Zinc-FileSystem.15 is already loaded. But the Author gives the hint that this was loaded by the image integrator. And it differs from the .15 from Svenâs repo. Exactly the difference that could cause my error. Iâm not sure if metacello upgrades only packages that have a higher version number. But that would be the explanation why it doesnât work for me. I checked it by download a fresh 6.1 image and the situation is the same here.
>>>>> So reproducing the problem should be as easy as creating a baseline that loads zinc 2.9.2 and later something from github. My case was that in the first step the project code was loaded in the image including zinc 2.9.2. That image was saved and on the next invocation it loads the test code and parasol was the first dependency to load from github and it failed.
>>>>>
>>>>> Norbert
>>>>>
>>>>> <Bildschirmfoto 2018-07-05 um 08.59.10.png>
>>>>>
>>>>>> Am 05.07.2018 um 08:44 schrieb Max Leske <maxleske(a)gmail.com>:
>>>>>>
>>>>>> On 4 Jul 2018, at 23:00, Norbert Hartl wrote:
>>>>>>
>>>>>>>> Am 04.07.2018 um 17:52 schrieb Max Leske <maxleske(a)gmail.com>:
>>>>>>>>
>>>>>>>> Hi Norbert,
>>>>>>>>
>>>>>>>> Where can I get my hands on that image that you say has no sender of #newBinaryFileNamed:do: in it?
>>>>>>>>
>>>>>>> I cannot give away the image, sorry. I can try to reproduce it somehow.
>>>>>>> Do you expect the method to be there?
>>>>>>
>>>>>> I would have, yes. But as you have discovered, the problem may lie with ZnFileSystemUtils (although I would have expected that package to be updated along with Zinc).
>>>>>>
>>>>>> Max
>>>>>>
>>>>>>>
>>>>>>> Norbert
>>>>>>>> Max
>>>>>>>>
>>>>>>>>> On 4 Jul 2018, at 17:30, Norbert Hartl wrote:
>>>>>>>>>
>>>>>>>>> I tried to see how hard it would be to load my current project in pharo7. Cyril helped me to see that I load an old version of zinc and it does not work that way. Upgrading to zinc 2.9.2 made it work in pharo 7 but my jenkins build do not work anymore. I donât fully understand what is happening. I see in the log
>>>>>>>>>
>>>>>>>>> Loading baseline of BaselineOfMobilityMap...
>>>>>>>>> ...RETRY->BaselineOfParasol
>>>>>>>>> ...RETRY->BaselineOfParasol[31mMessageNotUnderstood: ZnFileSystemUtils class>>newBinaryFileNamed:do:
>>>>>>>>> [0mZnFileSystemUtils class(Object)>>doesNotUnderstand: #newBinaryFileNamed:do:
>>>>>>>>> ZnClient>>downloadEntityTo:
>>>>>>>>> ZnClient>>downloadTo:
>>>>>>>>> IceMetacelloPharoPlatform(MetacelloPharoPlatform)>>downloadZipArchive:to:
>>>>>>>>>
>>>>>>>>> The strange thing about it is that when I download that image where the error occurred I cannot find a sender of #newBinaryFileNamed:do: and the #downloadEntityTo: does not seem to use it. Downgrading to zinc 2.8.10 makes it work again.
>>>>>>>>>
>>>>>>>>> I feel a little bit stupid because the image does not load any new package on startup and still there is this error message which does not make sense to me at all.
>>>>>>>>>
>>>>>>>>> Any ideas?
>>>>>>>>>
>>>>>>>>> Norbert
>>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>
>
July 7, 2018
Re: [Pharo-dev] Problem with zinc 2.9.2
by Norbert Hartl
Can anyone explain how zinc is managed? The package Zinc-FileSystem in pharo 6.1 is
Name: Zinc-FileSystem-TheIntegrator.15
Author: TheIntegrator
Time: 15 March 2017, 1:16:56.199425 pm
UUID: b9684fa8-2507-0d00-a4da-a21207d152a4
Ancestors: Zinc-FileSystem-HenrikNergaard.14
19838 ZnMonticelloServerDelegate>>#repositoryListing sends self self
https://pharo.fogbugz.com/f/cases/19838 <https://pharo.fogbugz.com/f/cases/19838>
In Svenâs repo there is
Name: Zinc-FileSystem-SvenVanCaekenberghe.14
Author: SvenVanCaekenberghe
Time: 14 March 2018, 11:29:06.12468 am
UUID: 885ce694-be23-0d00-a4f2-9f24027c8ee7
Ancestors: Zinc-FileSystem-GitHub.1520938892, Zinc-FileSystem-SvenVanCaekenberghe.13
tracking pharo 7 changes
and
Name: Zinc-FileSystem-SvenVanCaekenberghe.15
Author: SvenVanCaekenberghe
Time: 14 March 2018, 2:08:47.155993 pm
UUID: 9c55f9cf-c023-0d00-9b4a-76f3014de7ca
Ancestors: Zinc-FileSystem-SvenVanCaekenberghe.14
patch to dynamically work on older pharo versions
How do this packages relate?
Norbert
> Am 06.07.2018 um 16:34 schrieb Norbert Hartl <norbert(a)hartl.name>:
>
> Sven,
>
> I use Metacello and that seems to be different in behaviour. I prepared the case for you. What I did
>
> - save the attachment of this mail into a clean directory and open a terminal there
>
> $> unzip baseline-of-zincproblem.zip
> $> curl get.pharo.org/64/61 <http://get.pharo.org/64/61> | bash
> $> /Applications/Pharo64.app/Contents/MacOS/Pharo ./Pharo.image eval âMetacello new repository: 'filetree://src <filetree://src>'; baseline: 'ZincProblem'; load"
>
> Look at ZnClient>>#downloadEntityTo:
>
> Norbert
>
> <baseline-of-zincproblem.zip>
>
>> Am 06.07.2018 um 13:19 schrieb Sven Van Caekenberghe <sven(a)stfx.eu <mailto:sven@stfx.eu>>:
>>
>> Norbert,
>>
>> I did (on macOS):
>>
>> $ mkdir pharo61
>>
>> $ cd pharo61/
>>
>> $ curl get.pharo.org/61+vm <http://get.pharo.org/61+vm> | bash
>> % Total % Received % Xferd Average Speed Time Time Time Current
>> Dload Upload Total Spent Left Speed
>> 100 3036 100 3036 0 0 24386 0 --:--:-- --:--:-- --:--:-- 24483
>> Downloading the latest 61 Image:
>> http://files.pharo.org/get-files/61/pharo.zip <http://files.pharo.org/get-files/61/pharo.zip>
>> Pharo.image
>> Downloading the latest pharoVM:
>> http://files.pharo.org/get-files/61/pharo-mac-stable.zip <http://files.pharo.org/get-files/61/pharo-mac-stable.zip>
>> pharo-vm/Pharo.app/Contents/MacOS/Pharo
>> Downloading PharoV61.sources:
>> http://files.pharo.org/get-files/61/sources.zip
>> Creating starter scripts pharo and pharo-ui
>>
>> $ ./pharo-ui Pharo.image
>>
>> I loaded ConfigurationOfZincHTTPComponents via the Catalog, but since that was not the latest, I loaded it manually and did
>>
>> ConfigurationOfZincHTTPComponents project latestVersion load.
>>
>> Here is the Transcript
>>
>>
>> Loading 2.8.3 of ConfigurationOfZincHTTPComponents...
>> Fetched -> Zodiac-Core-SvenVanCaekenberghe.42 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>> Fetched -> Zodiac-Tests-SvenVanCaekenberghe.13 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>> Fetched -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.29 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-FileSystem-SvenVanCaekenberghe.12 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-HTTP-SvenVanCaekenberghe.453 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-Zodiac-SvenVanCaekenberghe.36 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Loaded -> Zodiac-Core-SvenVanCaekenberghe.42 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>> Loaded -> Zodiac-Tests-SvenVanCaekenberghe.13 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>> Loaded -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.29 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-FileSystem-SvenVanCaekenberghe.12 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-HTTP-SvenVanCaekenberghe.453 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-Zodiac-SvenVanCaekenberghe.36 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> ...finished 2.8.3
>>
>> Loading 2.9.2 of ConfigurationOfZincHTTPComponents...
>> Fetched -> Zodiac-Core-TorstenBergmann.48 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>> Fetched -> Zodiac-Tests-SvenVanCaekenberghe.22 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>> Fetched -> Zodiac-Extra-SvenVanCaekenberghe.8 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
>> Fetched -> Zinc-Character-Encoding-Core-SvenVanCaekenberghe.64 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.43 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-Resource-Meta-Core-SvenVanCaekenberghe.68 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-Resource-Meta-Tests-SvenVanCaekenberghe.38 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-FileSystem-SvenVanCaekenberghe.15 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-HTTP-SvenVanCaekenberghe.474 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-Tests-SvenVanCaekenberghe.245 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-Zodiac-SvenVanCaekenberghe.44 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Fetched -> Zinc-Resource-Meta-FileSystem-SvenVanCaekenberghe.9 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
>> Loaded -> Zodiac-Core-TorstenBergmann.48 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>> Loaded -> Zodiac-Tests-SvenVanCaekenberghe.22 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>> Loaded -> Zodiac-Extra-SvenVanCaekenberghe.8 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
>> ZnBase64Encoder (DefaultInverse is Undeclared)
>> ZnBase64Encoder (DefaultAlphabet is Undeclared)
>> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>>
>> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>>
>> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>>
>> ZnSimplifiedByteEncoder class>>byteTextConverters (ByteTextConverters is Undeclared)
>>
>> Loaded -> Zinc-Character-Encoding-Core-SvenVanCaekenberghe.64 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.43 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-Resource-Meta-Core-SvenVanCaekenberghe.68 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-Resource-Meta-Tests-SvenVanCaekenberghe.38 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-FileSystem-SvenVanCaekenberghe.15 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> ZnSingleThreadedServer class>>adoptAsDefault: (Default is Undeclared)
>>
>> ZnSingleThreadedServer class>>initialize (Default is Undeclared)
>>
>> ZnSingleThreadedServer class>>default (Default is Undeclared)
>>
>> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>>
>> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>>
>> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>>
>> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>>
>> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>>
>> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>>
>> Loaded -> Zinc-HTTP-SvenVanCaekenberghe.474 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-Tests-SvenVanCaekenberghe.245 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-Zodiac-SvenVanCaekenberghe.44 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> Loaded -> Zinc-Resource-Meta-FileSystem-SvenVanCaekenberghe.9 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
>> ...finished 2.9.2
>>
>> (The Undeclared references are eventually resolved).
>>
>> The code you mentioned is present in the image. Unit tests (apart from one) are green.
>>
>> ===
>> Name: Zinc-FileSystem-SvenVanCaekenberghe.15
>> Author: SvenVanCaekenberghe
>> Time: 14 March 2018, 2:08:47.155993 pm
>> UUID: 9c55f9cf-c023-0d00-9b4a-76f3014de7ca
>> Ancestors: Zinc-FileSystem-SvenVanCaekenberghe.14
>> ===
>>
>> Sven
>>
>>> On 6 Jul 2018, at 12:50, Norbert Hartl <norbert(a)hartl.name> wrote:
>>>
>>> Bump. I wonder nobody sees the problem. Or do I misunderstand there is something wrong in pharo?
>>>
>>> Norbert
>>>
>>>> Am 05.07.2018 um 09:09 schrieb Norbert Hartl <norbert(a)hartl.name>:
>>>>
>>>> Ok,
>>>>
>>>> I think Iâve found something. If you look at the screenshot (that is my image from jenkins, 6.1 with my code loaded and that throw the error) you can see that Zinc-FileSystem.15 is already loaded. But the Author gives the hint that this was loaded by the image integrator. And it differs from the .15 from Svenâs repo. Exactly the difference that could cause my error. Iâm not sure if metacello upgrades only packages that have a higher version number. But that would be the explanation why it doesnât work for me. I checked it by download a fresh 6.1 image and the situation is the same here.
>>>> So reproducing the problem should be as easy as creating a baseline that loads zinc 2.9.2 and later something from github. My case was that in the first step the project code was loaded in the image including zinc 2.9.2. That image was saved and on the next invocation it loads the test code and parasol was the first dependency to load from github and it failed.
>>>>
>>>> Norbert
>>>>
>>>> <Bildschirmfoto 2018-07-05 um 08.59.10.png>
>>>>
>>>>> Am 05.07.2018 um 08:44 schrieb Max Leske <maxleske(a)gmail.com>:
>>>>>
>>>>> On 4 Jul 2018, at 23:00, Norbert Hartl wrote:
>>>>>
>>>>>>> Am 04.07.2018 um 17:52 schrieb Max Leske <maxleske(a)gmail.com>:
>>>>>>>
>>>>>>> Hi Norbert,
>>>>>>>
>>>>>>> Where can I get my hands on that image that you say has no sender of #newBinaryFileNamed:do: in it?
>>>>>>>
>>>>>> I cannot give away the image, sorry. I can try to reproduce it somehow.
>>>>>> Do you expect the method to be there?
>>>>>
>>>>> I would have, yes. But as you have discovered, the problem may lie with ZnFileSystemUtils (although I would have expected that package to be updated along with Zinc).
>>>>>
>>>>> Max
>>>>>
>>>>>>
>>>>>> Norbert
>>>>>>> Max
>>>>>>>
>>>>>>>> On 4 Jul 2018, at 17:30, Norbert Hartl wrote:
>>>>>>>>
>>>>>>>> I tried to see how hard it would be to load my current project in pharo7. Cyril helped me to see that I load an old version of zinc and it does not work that way. Upgrading to zinc 2.9.2 made it work in pharo 7 but my jenkins build do not work anymore. I donât fully understand what is happening. I see in the log
>>>>>>>>
>>>>>>>> Loading baseline of BaselineOfMobilityMap...
>>>>>>>> ...RETRY->BaselineOfParasol
>>>>>>>> ...RETRY->BaselineOfParasol[31mMessageNotUnderstood: ZnFileSystemUtils class>>newBinaryFileNamed:do:
>>>>>>>> [0mZnFileSystemUtils class(Object)>>doesNotUnderstand: #newBinaryFileNamed:do:
>>>>>>>> ZnClient>>downloadEntityTo:
>>>>>>>> ZnClient>>downloadTo:
>>>>>>>> IceMetacelloPharoPlatform(MetacelloPharoPlatform)>>downloadZipArchive:to:
>>>>>>>>
>>>>>>>> The strange thing about it is that when I download that image where the error occurred I cannot find a sender of #newBinaryFileNamed:do: and the #downloadEntityTo: does not seem to use it. Downgrading to zinc 2.8.10 makes it work again.
>>>>>>>>
>>>>>>>> I feel a little bit stupid because the image does not load any new package on startup and still there is this error message which does not make sense to me at all.
>>>>>>>>
>>>>>>>> Any ideas?
>>>>>>>>
>>>>>>>> Norbert
>>>>>>>
>>>>>
>>>>
>>>
>>
>>
>
July 7, 2018
Re: [Pharo-dev] Problem with zinc 2.9.2
by Norbert Hartl
Sven,
I use Metacello and that seems to be different in behaviour. I prepared the case for you. What I did
- save the attachment of this mail into a clean directory and open a terminal there
$> unzip baseline-of-zincproblem.zip
$> curl get.pharo.org/64/61 <http://get.pharo.org/64/61> | bash
$> /Applications/Pharo64.app/Contents/MacOS/Pharo ./Pharo.image eval âMetacello new repository: 'filetree://src'; baseline: 'ZincProblem'; load"
Look at ZnClient>>#downloadEntityTo:
Norbert
> Am 06.07.2018 um 13:19 schrieb Sven Van Caekenberghe <sven(a)stfx.eu>:
>
> Norbert,
>
> I did (on macOS):
>
> $ mkdir pharo61
>
> $ cd pharo61/
>
> $ curl get.pharo.org/61+vm | bash
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 100 3036 100 3036 0 0 24386 0 --:--:-- --:--:-- --:--:-- 24483
> Downloading the latest 61 Image:
> http://files.pharo.org/get-files/61/pharo.zip
> Pharo.image
> Downloading the latest pharoVM:
> http://files.pharo.org/get-files/61/pharo-mac-stable.zip
> pharo-vm/Pharo.app/Contents/MacOS/Pharo
> Downloading PharoV61.sources:
> http://files.pharo.org/get-files/61/sources.zip
> Creating starter scripts pharo and pharo-ui
>
> $ ./pharo-ui Pharo.image
>
> I loaded ConfigurationOfZincHTTPComponents via the Catalog, but since that was not the latest, I loaded it manually and did
>
> ConfigurationOfZincHTTPComponents project latestVersion load.
>
> Here is the Transcript
>
>
> Loading 2.8.3 of ConfigurationOfZincHTTPComponents...
> Fetched -> Zodiac-Core-SvenVanCaekenberghe.42 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
> Fetched -> Zodiac-Tests-SvenVanCaekenberghe.13 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
> Fetched -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.29 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-FileSystem-SvenVanCaekenberghe.12 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-HTTP-SvenVanCaekenberghe.453 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-Zodiac-SvenVanCaekenberghe.36 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Loaded -> Zodiac-Core-SvenVanCaekenberghe.42 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
> Loaded -> Zodiac-Tests-SvenVanCaekenberghe.13 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
> Loaded -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.29 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-FileSystem-SvenVanCaekenberghe.12 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-HTTP-SvenVanCaekenberghe.453 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-Zodiac-SvenVanCaekenberghe.36 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> ...finished 2.8.3
>
> Loading 2.9.2 of ConfigurationOfZincHTTPComponents...
> Fetched -> Zodiac-Core-TorstenBergmann.48 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
> Fetched -> Zodiac-Tests-SvenVanCaekenberghe.22 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
> Fetched -> Zodiac-Extra-SvenVanCaekenberghe.8 --- http://mc.stfx.eu/Zodiac --- http://mc.stfx.eu/Zodiac
> Fetched -> Zinc-Character-Encoding-Core-SvenVanCaekenberghe.64 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.43 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-Resource-Meta-Core-SvenVanCaekenberghe.68 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-Resource-Meta-Tests-SvenVanCaekenberghe.38 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-FileSystem-SvenVanCaekenberghe.15 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-HTTP-SvenVanCaekenberghe.474 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-Tests-SvenVanCaekenberghe.245 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-Zodiac-SvenVanCaekenberghe.44 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Fetched -> Zinc-Resource-Meta-FileSystem-SvenVanCaekenberghe.9 --- http://mc.stfx.eu/ZincHTTPComponents --- http://mc.stfx.eu/ZincHTTPComponents
> Loaded -> Zodiac-Core-TorstenBergmann.48 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
> Loaded -> Zodiac-Tests-SvenVanCaekenberghe.22 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
> Loaded -> Zodiac-Extra-SvenVanCaekenberghe.8 --- http://mc.stfx.eu/Zodiac --- /private/tmp/pharo61/pharo-local/package-cache
> ZnBase64Encoder (DefaultInverse is Undeclared)
> ZnBase64Encoder (DefaultAlphabet is Undeclared)
> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>
> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>
> ZnSimplifiedByteEncoder class>>initializeByteTextConverters (ByteTextConverters is Undeclared)
>
> ZnSimplifiedByteEncoder class>>byteTextConverters (ByteTextConverters is Undeclared)
>
> Loaded -> Zinc-Character-Encoding-Core-SvenVanCaekenberghe.64 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-Character-Encoding-Tests-SvenVanCaekenberghe.43 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-Resource-Meta-Core-SvenVanCaekenberghe.68 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-Resource-Meta-Tests-SvenVanCaekenberghe.38 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-FileSystem-SvenVanCaekenberghe.15 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> ZnSingleThreadedServer class>>adoptAsDefault: (Default is Undeclared)
>
> ZnSingleThreadedServer class>>initialize (Default is Undeclared)
>
> ZnSingleThreadedServer class>>default (Default is Undeclared)
>
> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>
> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>
> ZnSingleThreadedServer class>>stopDefault (Default is Undeclared)
>
> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>
> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>
> ZnSingleThreadedServer class>>defaultOn: (Default is Undeclared)
>
> Loaded -> Zinc-HTTP-SvenVanCaekenberghe.474 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-Tests-SvenVanCaekenberghe.245 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-Zodiac-SvenVanCaekenberghe.44 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> Loaded -> Zinc-Resource-Meta-FileSystem-SvenVanCaekenberghe.9 --- http://mc.stfx.eu/ZincHTTPComponents --- cache
> ...finished 2.9.2
>
> (The Undeclared references are eventually resolved).
>
> The code you mentioned is present in the image. Unit tests (apart from one) are green.
>
> ===
> Name: Zinc-FileSystem-SvenVanCaekenberghe.15
> Author: SvenVanCaekenberghe
> Time: 14 March 2018, 2:08:47.155993 pm
> UUID: 9c55f9cf-c023-0d00-9b4a-76f3014de7ca
> Ancestors: Zinc-FileSystem-SvenVanCaekenberghe.14
> ===
>
> Sven
>
>> On 6 Jul 2018, at 12:50, Norbert Hartl <norbert(a)hartl.name> wrote:
>>
>> Bump. I wonder nobody sees the problem. Or do I misunderstand there is something wrong in pharo?
>>
>> Norbert
>>
>>> Am 05.07.2018 um 09:09 schrieb Norbert Hartl <norbert(a)hartl.name>:
>>>
>>> Ok,
>>>
>>> I think Iâve found something. If you look at the screenshot (that is my image from jenkins, 6.1 with my code loaded and that throw the error) you can see that Zinc-FileSystem.15 is already loaded. But the Author gives the hint that this was loaded by the image integrator. And it differs from the .15 from Svenâs repo. Exactly the difference that could cause my error. Iâm not sure if metacello upgrades only packages that have a higher version number. But that would be the explanation why it doesnât work for me. I checked it by download a fresh 6.1 image and the situation is the same here.
>>> So reproducing the problem should be as easy as creating a baseline that loads zinc 2.9.2 and later something from github. My case was that in the first step the project code was loaded in the image including zinc 2.9.2. That image was saved and on the next invocation it loads the test code and parasol was the first dependency to load from github and it failed.
>>>
>>> Norbert
>>>
>>> <Bildschirmfoto 2018-07-05 um 08.59.10.png>
>>>
>>>> Am 05.07.2018 um 08:44 schrieb Max Leske <maxleske(a)gmail.com>:
>>>>
>>>> On 4 Jul 2018, at 23:00, Norbert Hartl wrote:
>>>>
>>>>>> Am 04.07.2018 um 17:52 schrieb Max Leske <maxleske(a)gmail.com>:
>>>>>>
>>>>>> Hi Norbert,
>>>>>>
>>>>>> Where can I get my hands on that image that you say has no sender of #newBinaryFileNamed:do: in it?
>>>>>>
>>>>> I cannot give away the image, sorry. I can try to reproduce it somehow.
>>>>> Do you expect the method to be there?
>>>>
>>>> I would have, yes. But as you have discovered, the problem may lie with ZnFileSystemUtils (although I would have expected that package to be updated along with Zinc).
>>>>
>>>> Max
>>>>
>>>>>
>>>>> Norbert
>>>>>> Max
>>>>>>
>>>>>>> On 4 Jul 2018, at 17:30, Norbert Hartl wrote:
>>>>>>>
>>>>>>> I tried to see how hard it would be to load my current project in pharo7. Cyril helped me to see that I load an old version of zinc and it does not work that way. Upgrading to zinc 2.9.2 made it work in pharo 7 but my jenkins build do not work anymore. I donât fully understand what is happening. I see in the log
>>>>>>>
>>>>>>> Loading baseline of BaselineOfMobilityMap...
>>>>>>> ...RETRY->BaselineOfParasol
>>>>>>> ...RETRY->BaselineOfParasol[31mMessageNotUnderstood: ZnFileSystemUtils class>>newBinaryFileNamed:do:
>>>>>>> [0mZnFileSystemUtils class(Object)>>doesNotUnderstand: #newBinaryFileNamed:do:
>>>>>>> ZnClient>>downloadEntityTo:
>>>>>>> ZnClient>>downloadTo:
>>>>>>> IceMetacelloPharoPlatform(MetacelloPharoPlatform)>>downloadZipArchive:to:
>>>>>>>
>>>>>>> The strange thing about it is that when I download that image where the error occurred I cannot find a sender of #newBinaryFileNamed:do: and the #downloadEntityTo: does not seem to use it. Downgrading to zinc 2.8.10 makes it work again.
>>>>>>>
>>>>>>> I feel a little bit stupid because the image does not load any new package on startup and still there is this error message which does not make sense to me at all.
>>>>>>>
>>>>>>> Any ideas?
>>>>>>>
>>>>>>> Norbert
>>>>>>
>>>>
>>>
>>
>
>
July 6, 2018
Re: [Pharo-dev] MethodAnnouncements not fired on anonymous subclasses
by Esteban Lorenzano
Hi,
Iâm not so much into the details of the issue, but I would guess this is a feature.
I mean⦠is not very anonymous if it announces to the system its existence :)
cheers,
Esteban
> On 6 Jul 2018, at 12:14, Peter Uhnák <i.uhnak(a)gmail.com> wrote:
>
> Hi,
>
> I'm porting some of my code from P5, and it seems that MethodAnnouncements are no longer being fired on anonymous subclasses.
>
> Is this a bug or a feature?
>
> script:
> ~~~~~~~~~~~~~~~
> normalCls := Object subclass: #Something.
> anonymousCls := normalCls newAnonymousSubclass.
>
> normalCls removeSelector: #meNormal.
>
> self logCr: ''.
>
> methodAdded := [ :method | self log: method; log: ' '; logCr: method method printString ].
> methodModified := [ :method | self log: method; log: ' '; logCr: method method printString ].
>
> SystemAnnouncer uniqueInstance weak
> when: MethodAdded send: #value: to: methodAdded;
> when: MethodModified send: #value: to: methodModified.
>
> anonymousCls compile: 'meAnn ^ ''add'''.
> anonymousCls compile: 'meAnn ^ ''change'''.
>
> normalCls compile: 'meNormal ^ ''add/change'''.
>
> SystemAnnouncer uniqueInstance unsubscribe: methodAdded.
> SystemAnnouncer uniqueInstance unsubscribe: methodModified.
> ~~~~~~~~~~~~~~~
>
> P5 transcript:
> ~~~~~~~~~~~~~~~
> a MethodAdded a subclass of Something>>#meAnn
> a MethodModified a subclass of Something>>#meAnn
> a MethodAdded Something>>#meNormal
> a MethodModified Something>>#meNormal
> ~~~~~~~~~~~~~~~
>
> P6 + P7 transcript:
> ~~~~~~~~~~~~~~~
> a MethodAdded Something>>#meNormal
> a MethodModified Something>>#meNormal
> ~~~~~~~~~~~~~~~
>
> Thanks,
> Peter
July 6, 2018