Since 40393 the play-cache is not read when you open the first GTPlayground in a fresh image.
Why not? Was there a change in the Pharo image? (I do not have access to the code right now) Doru On Thu, Dec 4, 2014 at 8:57 AM, Nicolai Hess <nicolaihess@web.de> wrote:
Since 40393 the play-cache is not read when you open the first GTPlayground in a fresh image.
-- www.tudorgirba.com "Every thing has its own flow"
No code change, but prior to that version, a fresh image would read all the play-cache files. And the current image (40395 for example) just shows what already in its history, not the contents written into play-cache from the prior used images. nicolai 2014-12-04 9:45 GMT+01:00 Tudor Girba <tudor@tudorgirba.com>:
Why not? Was there a change in the Pharo image? (I do not have access to the code right now)
Doru
On Thu, Dec 4, 2014 at 8:57 AM, Nicolai Hess <nicolaihess@web.de> wrote:
Since 40393 the play-cache is not read when you open the first GTPlayground in a fresh image.
-- www.tudorgirba.com
"Every thing has its own flow"
On 04 Dec 2014, at 15:32, Nicolai Hess <nicolaihess@web.de> wrote:
No code change, but prior to that version, a fresh image would read all the play-cache files. And the current image (40395 for example) just shows what already in its history, not the contents written into play-cache from the prior used images.
For the font change a new image had to be uploaded and that image had a Playground openend. Playground should be resetted on #cleanUpForRelease Marcus
Aha. So, that's a bug, right? Doru On Thu, Dec 4, 2014 at 3:32 PM, Nicolai Hess <nicolaihess@web.de> wrote:
No code change, but prior to that version, a fresh image would read all the play-cache files. And the current image (40395 for example) just shows what already in its history, not the contents written into play-cache from the prior used images.
nicolai
2014-12-04 9:45 GMT+01:00 Tudor Girba <tudor@tudorgirba.com>:
Why not? Was there a change in the Pharo image? (I do not have access to the code right now)
Doru
On Thu, Dec 4, 2014 at 8:57 AM, Nicolai Hess <nicolaihess@web.de> wrote:
Since 40393 the play-cache is not read when you open the first GTPlayground in a fresh image.
-- www.tudorgirba.com
"Every thing has its own flow"
-- www.tudorgirba.com "Every thing has its own flow"
On 04 Dec 2014, at 15:42, Tudor Girba <tudor@tudorgirba.com> wrote:
Aha. So, that's a bug, right?
I think Playground needs to be resetted on #cleanUpForRelease. Else the image on the server thinks that it already has a playground file.
Doru
On Thu, Dec 4, 2014 at 3:32 PM, Nicolai Hess <nicolaihess@web.de <mailto:nicolaihess@web.de>> wrote: No code change, but prior to that version, a fresh image would read all the play-cache files. And the current image (40395 for example) just shows what already in its history, not the contents written into play-cache from the prior used images.
nicolai
2014-12-04 9:45 GMT+01:00 Tudor Girba <tudor@tudorgirba.com <mailto:tudor@tudorgirba.com>>: Why not? Was there a change in the Pharo image? (I do not have access to the code right now)
Doru
On Thu, Dec 4, 2014 at 8:57 AM, Nicolai Hess <nicolaihess@web.de <mailto:nicolaihess@web.de>> wrote: Since 40393 the play-cache is not read when you open the first GTPlayground in a fresh image.
-- www.tudorgirba.com <http://www.tudorgirba.com/>
"Every thing has its own flow"
-- www.tudorgirba.com <http://www.tudorgirba.com/>
"Every thing has its own flow"
On 04 Dec 2014, at 15:46, Marcus Denker <marcus.denker@inria.fr> wrote:
On 04 Dec 2014, at 15:42, Tudor Girba <tudor@tudorgirba.com <mailto:tudor@tudorgirba.com>> wrote:
Aha. So, that's a bug, right?
I think Playground needs to be resetted on #cleanUpForRelease.
Else the image on the server thinks that it already has a playground file.
Add to GTPlayBook cleanUp self reset Then this will be called on the build server. Marcus
Done. It will be available in the next GT release. Doru On Thu, Dec 4, 2014 at 4:02 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On 04 Dec 2014, at 15:46, Marcus Denker <marcus.denker@inria.fr> wrote:
On 04 Dec 2014, at 15:42, Tudor Girba <tudor@tudorgirba.com> wrote:
Aha. So, that's a bug, right?
I think Playground needs to be resetted on #cleanUpForRelease.
Else the image on the server thinks that it already has a playground file.
Add to GTPlayBook
cleanUp self reset
Then this will be called on the build server.
Marcus
-- www.tudorgirba.com "Every thing has its own flow"
participants (3)
-
Marcus Denker -
Nicolai Hess -
Tudor Girba