The Inbox: Monticello-cmm.707.mcz

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

The Inbox: Monticello-cmm.707.mcz

commits-2
Chris Muller uploaded a new version of Monticello to project The Inbox:
http://source.squeak.org/inbox/Monticello-cmm.707.mcz

==================== Summary ====================

Name: Monticello-cmm.707
Author: cmm
Time: 1 January 2020, 3:53:44.733177 pm
UUID: 8cc4ecb1-28ca-44fb-aede-36318aee915c
Ancestors: Monticello-ct.706

Fix Refresh button of FileBased and Http repositories.

=============== Diff against Monticello-ct.706 ===============

Item was added:
+ ----- Method: MCFileBasedRepository>>refresh (in category 'accessing') -----
+ refresh
+ super refresh.
+ self flushAllFilenames!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Monticello-cmm.707.mcz

Chris Muller-3
> Time: 1 January 2020, 3:53:44.733177 pm

Ohh, I like that...   ;-)

On Wed, Jan 1, 2020 at 3:53 PM <[hidden email]> wrote:
Chris Muller uploaded a new version of Monticello to project The Inbox:
http://source.squeak.org/inbox/Monticello-cmm.707.mcz

==================== Summary ====================

Name: Monticello-cmm.707
Author: cmm
Time: 1 January 2020, 3:53:44.733177 pm
UUID: 8cc4ecb1-28ca-44fb-aede-36318aee915c
Ancestors: Monticello-ct.706

Fix Refresh button of FileBased and Http repositories.

=============== Diff against Monticello-ct.706 ===============

Item was added:
+ ----- Method: MCFileBasedRepository>>refresh (in category 'accessing') -----
+ refresh
+       super refresh.
+       self flushAllFilenames!




Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Monticello-cmm.707.mcz

marcel.taeumel
Hi Chris,

did you just "+1"-ed yourself? :-D That's a -1 on your karma points. ;-D

Best,
Marcel

Am 01.01.2020 23:00:57 schrieb Chris Muller <[hidden email]>:

> Time: 1 January 2020, 3:53:44.733177 pm

Ohh, I like that...   ;-)

On Wed, Jan 1, 2020 at 3:53 PM <[hidden email]> wrote:
Chris Muller uploaded a new version of Monticello to project The Inbox:
http://source.squeak.org/inbox/Monticello-cmm.707.mcz

==================== Summary ====================

Name: Monticello-cmm.707
Author: cmm
Time: 1 January 2020, 3:53:44.733177 pm
UUID: 8cc4ecb1-28ca-44fb-aede-36318aee915c
Ancestors: Monticello-ct.706

Fix Refresh button of FileBased and Http repositories.

=============== Diff against Monticello-ct.706 ===============

Item was added:
+ ----- Method: MCFileBasedRepository>>refresh (in category 'accessing') -----
+ refresh
+       super refresh.
+       self flushAllFilenames!




Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Monticello-cmm.707.mcz

Chris Muller-4
No, just a little joy for the first commit of Squeak's next decade, Marcel...   :) 

On Mon, Jan 6, 2020 at 4:29 AM Marcel Taeumel <[hidden email]> wrote:
Hi Chris,

did you just "+1"-ed yourself? :-D That's a -1 on your karma points. ;-D

Best,
Marcel

Am 01.01.2020 23:00:57 schrieb Chris Muller <[hidden email]>:

> Time: 1 January 2020, 3:53:44.733177 pm

Ohh, I like that...   ;-)

On Wed, Jan 1, 2020 at 3:53 PM <[hidden email]> wrote:
Chris Muller uploaded a new version of Monticello to project The Inbox:
http://source.squeak.org/inbox/Monticello-cmm.707.mcz

==================== Summary ====================

Name: Monticello-cmm.707
Author: cmm
Time: 1 January 2020, 3:53:44.733177 pm
UUID: 8cc4ecb1-28ca-44fb-aede-36318aee915c
Ancestors: Monticello-ct.706

Fix Refresh button of FileBased and Http repositories.

=============== Diff against Monticello-ct.706 ===============

Item was added:
+ ----- Method: MCFileBasedRepository>>refresh (in category 'accessing') -----
+ refresh
+       super refresh.
+       self flushAllFilenames!