Hi,
Some of you asked how the GTInspector and GTDebugger are different from the
existing infrastructure. They are quite different from the norm in that:
they are tiny, and they are highly extensible. Here are some posts that
describe what makes them different:
http://www.humane-assessment.com/blo
Hi Esteban,
No harsh intended, really :)
If this is a new Pharo web based-project worth to comment, let us know
about the experience.
Cheers,
Hernán
2013/12/29 Esteban A. Maringolo
> 2013/12/27 Hernán Morales Durand :
> > Next time put information about your environment, which OS, which Imag
2013/12/27 Hernán Morales Durand :
> Next time put information about your environment, which OS, which Image,
> which VM, because people cannot help with such missing important
> information. People cannot guess what Pharo are you using. So any replies
> would be wasteful.
No need to be harsh. I k
I would add asString like this:
currentClassAndMethod
^Association
key: self class name asString
value: thisContext method selector asString
But yes that is correct.
Thanks, Hernan.
Donald [|]
--
View this message in context:
http://forum.world.st/I
On 29.12.2013, at 08:56, Stéphane Ducasse wrote:
>
> On 28 Dec 2013, at 14:24, Tobias Pape wrote:
>
>>
>> On 28.12.2013, at 10:07, Stéphane Ducasse wrote:
>>
>>> I guess that
>>>
>>> #: should be #’:’
>>
>> That is one way.
>> In this particular case,
>> self property asMutator
>> was
On 28 Dec 2013, at 14:24, Tobias Pape wrote:
>
> On 28.12.2013, at 10:07, Stéphane Ducasse wrote:
>
>> I guess that
>>
>> #: should be #’:’
>
> That is one way.
> In this particular case,
> self property asMutator
> was the better version, tho.
>
> Best
> -Tobias
> PS: Just curiou