ConfigurationOfAthens-TudorGirba.87 does not load in latest 60

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ConfigurationOfAthens-TudorGirba.87 does not load in latest 60

stepharo
Hi doru

I'm not sure that you know that ConfigurationOfAthens-TudorGirba.87 does
not load in latest 60

It seems a problem with Object>>name usage (deprecation leading to an
problem).

In Pharo 60 we have MarcusDenker.82 and the latest stable in the repo is
ConifgurationOfAthens-TudorGirba.87

Stef


Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfAthens-TudorGirba.87 does not load in latest 60

stepharo
I tried to see if it was the name usage but this is a problem I do not
get :)

When I interrupted the program it was

open: fileName forWrite: writeMode
     "Open the file with the given name. If writeMode is true, allow
writing, otherwise open the file in read-only mode."
     | f |
     f := fileName asVmPathName.

     fileID := StandardFileStream retryWithGC:[self primOpen: f
writable: writeMode]

      ^^^^ here.

                      until:[:id| id notNil]
                     forFileNamed: fileName.
     fileID ifNil: [^ nil].  "allows sender to detect failure"
     name := fileName.
     self register.
     rwmode := writeMode.
     buffer1 := String new: 1.
     self enableReadBuffering

and now going to bed.



Le 3/7/16 à 23:41, stepharo a écrit :

> Hi doru
>
> I'm not sure that you know that ConfigurationOfAthens-TudorGirba.87
> does not load in latest 60
>
> It seems a problem with Object>>name usage (deprecation leading to an
> problem).
>
> In Pharo 60 we have MarcusDenker.82 and the latest stable in the repo
> is ConifgurationOfAthens-TudorGirba.87
>
> Stef
>
>
>