Re: The Trunk: Morphic-laza.515.mcz

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

Re: The Trunk: Morphic-laza.515.mcz

Andreas.Raab
On 1/18/2011 7:24 AM, [hidden email] wrote:

> Alexander Lazarević uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-laza.515.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-laza.515
> Author: laza
> Time: 18 January 2011, 8:24:16.008 am
> UUID: 84ad1822-9f4c-1b42-8213-2e909d620092
> Ancestors: Morphic-cmm.513
>
> Add the option to load SystemReporter to the "Extending the System" workspace

Should SystemReporter be preloaded? I don't know about others but for
our uses, we couldn't live without extended system information. It is
often crucial to debugging problems and it's one of those issues where
if it isn't present when the problem happens, people will not bother
trying to recreate the issue.

Cheers,
   - Andreas

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-laza.515.mcz

David T. Lewis
On Mon, Jan 17, 2011 at 11:27:48PM -0800, Andreas Raab wrote:

> On 1/18/2011 7:24 AM, [hidden email] wrote:
> >Alexander Lazarević uploaded a new version of Morphic to project The
> >Trunk:
> >http://source.squeak.org/trunk/Morphic-laza.515.mcz
> >
> >==================== Summary ====================
> >
> >Name: Morphic-laza.515
> >Author: laza
> >Time: 18 January 2011, 8:24:16.008 am
> >UUID: 84ad1822-9f4c-1b42-8213-2e909d620092
> >Ancestors: Morphic-cmm.513
> >
> >Add the option to load SystemReporter to the "Extending the System"
> >workspace
>
> Should SystemReporter be preloaded? I don't know about others but for
> our uses, we couldn't live without extended system information. It is
> often crucial to debugging problems and it's one of those issues where
> if it isn't present when the problem happens, people will not bother
> trying to recreate the issue.
>
> Cheers,
>   - Andreas

+1

It is small, useful, and maintained in its own package. It is
reloadable, so it can be included in #unloadAllKnownPackages.
It even has has a class comment :)

Dave


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-laza.515.mcz

Ron Teitelbaum
+1 it's very handy!

> -----Original Message-----
> From: [hidden email] [mailto:squeak-
> [hidden email]] On Behalf Of David T. Lewis
> Sent: Tuesday, January 18, 2011 8:09 AM
> To: The general-purpose Squeak developers list
> Subject: Re: [squeak-dev] Re: The Trunk: Morphic-laza.515.mcz
>
> On Mon, Jan 17, 2011 at 11:27:48PM -0800, Andreas Raab wrote:
> > On 1/18/2011 7:24 AM, [hidden email] wrote:
> > >Alexander Lazarević uploaded a new version of Morphic to project
> > >The
> > >Trunk:
> > >http://source.squeak.org/trunk/Morphic-laza.515.mcz
> > >
> > >==================== Summary ====================
> > >
> > >Name: Morphic-laza.515
> > >Author: laza
> > >Time: 18 January 2011, 8:24:16.008 am
> > >UUID: 84ad1822-9f4c-1b42-8213-2e909d620092
> > >Ancestors: Morphic-cmm.513
> > >
> > >Add the option to load SystemReporter to the "Extending the System"
> > >workspace
> >
> > Should SystemReporter be preloaded? I don't know about others but for
> > our uses, we couldn't live without extended system information. It is
> > often crucial to debugging problems and it's one of those issues where
> > if it isn't present when the problem happens, people will not bother
> > trying to recreate the issue.
> >
> > Cheers,
> >   - Andreas
>
> +1
>
> It is small, useful, and maintained in its own package. It is reloadable,
so it can
> be included in #unloadAllKnownPackages.
> It even has has a class comment :)
>
> Dave
>