[Pharo-project] about privShrinking
Hi pavel I removed the ref to RecentMessageSet since we will remove it. And I noticed that there was a reference to TranscriptModel, so may be we should remove it since I'm not sure that we will keep it. Or may be this is a good idea of have a model :) Smalltalk globals at: #Transcript put: TranscriptModel new. Stef
ok, let me know if you will remove or add some package because it requires manual modification of scripts. What is the current right way to create new Transcript object? :-) -- Pavel On Mon, Jul 18, 2011 at 4:34 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi pavel
I removed the ref to RecentMessageSet since we will remove it. And I noticed that there was a reference to TranscriptModel, so may be we should remove it since I'm not sure that we will keep it. Or may be this is a good idea of have a model :)
    Smalltalk globals at: #Transcript put: TranscriptModel new.
Stef
On Jul 18, 2011, at 6:36 PM, Pavel Krivanek wrote:
ok,
let me know if you will remove or add some package because it requires manual modification of scripts.
What is the current right way to create new Transcript object? :-)
no idea :)
-- Pavel
On Mon, Jul 18, 2011 at 4:34 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi pavel
I removed the ref to RecentMessageSet since we will remove it. And I noticed that there was a reference to TranscriptModel, so may be we should remove it since I'm not sure that we will keep it. Or may be this is a good idea of have a model :)
Smalltalk globals at: #Transcript put: TranscriptModel new.
Stef
On 18 July 2011 18:41, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On Jul 18, 2011, at 6:36 PM, Pavel Krivanek wrote:
ok,
let me know if you will remove or add some package because it requires manual modification of scripts.
What is the current right way to create new Transcript object? :-)
no idea :)
See ThreadSafeTranscript install.
-- Pavel
On Mon, Jul 18, 2011 at 4:34 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi pavel
I removed the ref to RecentMessageSet since we will remove it. And I noticed that there was a reference to TranscriptModel, so may be we should remove it since I'm not sure that we will keep it. Or may be this is a good idea of have a model :)
    Smalltalk globals at: #Transcript put: TranscriptModel new.
Stef
-- Best regards, Igor Stasenko AKA sig.
On Mon, Jul 18, 2011 at 7:54 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 18 July 2011 18:41, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On Jul 18, 2011, at 6:36 PM, Pavel Krivanek wrote:
ok,
let me know if you will remove or add some package because it requires manual modification of scripts.
What is the current right way to create new Transcript object? :-)
no idea :)
See ThreadSafeTranscript install.
Thank you, http://code.google.com/p/pharo/issues/detail?id=4533 -- Pavel
-- Pavel
On Mon, Jul 18, 2011 at 4:34 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi pavel
I removed the ref to RecentMessageSet since we will remove it. And I noticed that there was a reference to TranscriptModel, so may be we should remove it since I'm not sure that we will keep it. Or may be this is a good idea of have a model :)
    Smalltalk globals at: #Transcript put: TranscriptModel new.
Stef
-- Best regards, Igor Stasenko AKA sig.
participants (3)
-
Igor Stasenko -
Pavel Krivanek -
Stéphane Ducasse