Re: [squeak-dev] The Trunk: MonticelloConfigurations-edc.60.mcz

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

Re: [squeak-dev] The Trunk: MonticelloConfigurations-edc.60.mcz

Bert Freudenberg
On 21.08.2009, at 12:44, [hidden email] wrote:

> Edgar J. De Cleene uploaded a new version of  
> MonticelloConfigurations to project The Trunk:
> http://source.squeak.org/trunk/MonticelloConfigurations-edc.60.mcz
>
> ==================== Summary ====================
>
> Name: MonticelloConfigurations-edc.60
> Author: edc
> Time: 21 August 2009, 7:44:15 am
> UUID: a3ae1039-0cd1-4851-879a-19a4a4603668
> Ancestors: MonticelloConfigurations-ar.59
>
> This moddification lets have external file recording of updates in  
> the form update-author.n
>
> =============== Diff against MonticelloConfigurations-ar.59  
> ===============
>
> Item was changed:
>  ----- Method: MCConfiguration>>log (in category 'accessing') -----
>  log
> + log ifNil: [self log: (FileStream fileNamed: self name)].
> + ^log!
> - ^log ifNil: [Transcript]!
>


I'd rather have this governed by a preference, off by default.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] The Trunk: MonticelloConfigurations-edc.60.mcz

Edgar J. De Cleene



On 8/21/09 7:55 AM, "Bert Freudenberg" <[hidden email]> wrote:

> I'd rather have this governed by a preference, off by default.
>
> - Bert

So others could change previous things as menu, fonts, etc which cost me
time to dig and revert, but I can't add a useful feature as all knowing
what's going on?

And I send this and others to Andreas...

Anyway, I try to learn and keep my work on my own fork from now.

Edgar




Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] The Trunk: MonticelloConfigurations-edc.60.mcz

Bert Freudenberg
On 21.08.2009, at 13:40, Edgar J. De Cleene wrote:

> On 8/21/09 7:55 AM, "Bert Freudenberg" <[hidden email]> wrote:
>
>> I'd rather have this governed by a preference, off by default.
>>
>> - Bert
>
> So others could change previous things as menu, fonts, etc which  
> cost me
> time to dig and revert, but I can't add a useful feature as all  
> knowing
> what's going on?

This is creating files on my disk unasked. I'd simply like a way to  
turn it off.

Whether it's on or off by default is debatable. If it was just showing  
the log on my screen I'd have it on by default. If it's creating files  
I'd have it off by default.

Any opinions?

> And I send this and others to Andreas...
>
> Anyway, I try to learn and keep my work on my own fork from now.


This was not my intention. Making the update process more transparent  
is a Good Thing. I didn't implement the update logging for nothing,  
you know? ;-)


- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] The Trunk: MonticelloConfigurations-edc.60.mcz

Edgar J. De Cleene



On 8/21/09 8:50 AM, "Bert Freudenberg" <[hidden email]> wrote:

> Whether it's on or off by default is debatable. If it was just showing
> the log on my screen I'd have it on by default. If it's creating files
> I'd have it off by default.

Ok, no offenses as I realize you have a point about I changing "things as
working before someone change my preferred way"

But this is exact what happen when Juan change fonts, someone change World
items, other change Flaps , etc.

In no case I have any warnings about I wish this changes.

In all cases I dig and revert to my taste.

I thinking in collect all updates.ar.nnn info and do a new History of 3.10.2
window.

Any think is valuable have info about what is going on inside Squeak ?

Edgar

P.S
For trunk were many publish his own ...
In Spanish we said "muchas manos en un plato hacen mucho garabato"





Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] The Trunk: MonticelloConfigurations-edc.60.mcz

Bert Freudenberg

On 21.08.2009, at 15:04, Edgar J. De Cleene wrote:

>
>
>
> On 8/21/09 8:50 AM, "Bert Freudenberg" <[hidden email]> wrote:
>
>> Whether it's on or off by default is debatable. If it was just  
>> showing
>> the log on my screen I'd have it on by default. If it's creating  
>> files
>> I'd have it off by default.
>
> Ok, no offenses as I realize you have a point about I changing  
> "things as
> working before someone change my preferred way"
>
> But this is exact what happen when Juan change fonts, someone change  
> World
> items, other change Flaps , etc.
>
> In no case I have any warnings about I wish this changes.
>
> In all cases I dig and revert to my taste.

The difference is that I can change the fonts without coding. But to  
disable creating the files I would have to actually change the method.

- Bert -

> I thinking in collect all updates.ar.nnn info and do a new History  
> of 3.10.2
> window.
>
> Any think is valuable have info about what is going on inside Squeak ?
>
> Edgar
>
> P.S
> For trunk were many publish his own ...
> In Spanish we said "muchas manos en un plato hacen mucho garabato"



Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: The Trunk: MonticelloConfigurations-edc.60.mcz

Andreas.Raab
In reply to this post by Edgar J. De Cleene
Edgar J. De Cleene wrote:
> Any think is valuable have info about what is going on inside Squeak ?

Most definitely. I was thinking about how to get this information out of
Squeak myself. It's great to find someone else beating me to it.

> P.S
> For trunk were many publish his own ...
> In Spanish we said "muchas manos en un plato hacen mucho garabato"

We'll have to learn how to make this work. Patience, patience, patience
;-) For example, I'm certain Bert didn't mean to imply you shouldn't
have done this change to begin with. Just that he'd like to have a way
to decide when to log to a file and when to log to the transcript.

Generally speaking, I'm all for turning on new features by default. It
ensures that people actually use them and can come up with an informed
opinion.

Cheers,
   - Andreas

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: The Trunk: MonticelloConfigurations-edc.60.mcz

Bert Freudenberg

On 21.08.2009, at 18:19, Andreas Raab wrote:

> Edgar J. De Cleene wrote:
>> Any think is valuable have info about what is going on inside  
>> Squeak ?
>
> Most definitely. I was thinking about how to get this information  
> out of Squeak myself. It's great to find someone else beating me to  
> it.
>
>> P.S
>> For trunk were many publish his own ...
>> In Spanish we said "muchas manos en un plato hacen mucho garabato"
>
> We'll have to learn how to make this work. Patience, patience,  
> patience ;-) For example, I'm certain Bert didn't mean to imply you  
> shouldn't have done this change to begin with. Just that he'd like  
> to have a way to decide when to log to a file and when to log to the  
> transcript.
>
> Generally speaking, I'm all for turning on new features by default.  
> It ensures that people actually use them and can come up with an  
> informed opinion.


Not a bad idea. I concur, but still would like the option to turn it  
off. If necessary I can add it myself though :)

- Bert -