Events

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

Events

MrGwen
Hi,

I would like to announce a new project for GNU Smalltalk : SystemEvents
(should find a better name). As the name says it spies some events like
class creation, changes, new namespace, ... and sends an events.

What are the differences with the VisualGST events, in VisualGST I don't
use the announcement framework. So I can get rid of this other framework.
It's independent of VisualGST. Anybody can use it, and it doesn't change
the
kernel code, (not true but those are "bugs") instead it replaces methods
with
a wrapper which calls the methods and send the events.

I've a ChangeSet package that use it for recording your session (useful
when there is
a crash, I plan to release it soon ;)

Here is the code git://github.com/MrGwen/gst-events.git
it's under MIT so feel free to use it

Gwen

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Events

Paolo Bonzini-2
On 09/01/2011 12:17 AM, Gwenaël Casaccio wrote:

>
>
> I would like to announce a new project for GNU Smalltalk : SystemEvents
> (should find a better name). As the name says it spies some events like
> class creation, changes, new namespace, ... and sends an events.
>
> What are the differences with the VisualGST events, in VisualGST I don't
> use the announcement framework. So I can get rid of this other framework.
> It's independent of VisualGST. Anybody can use it, and it doesn't change
> the
> kernel code, (not true but those are "bugs") instead it replaces methods
> with
> a wrapper which calls the methods and send the events.
>
> I've a ChangeSet package that use it for recording your session (useful
> when there is
> a crash, I plan to release it soon ;)
>
> Here is the code git://github.com/MrGwen/gst-events.git
> it's under MIT so feel free to use it

Cool, I'll include it in 3.3.  And I should release 3.2.5 real soon now,
too.

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Events

Dmitry Matveev
Hello!

Great project! Will it be ported on Squeak etc?

Dmitry

2011/9/1, Paolo Bonzini <[hidden email]>:

> On 09/01/2011 12:17 AM, Gwenaël Casaccio wrote:
>>
>>
>> I would like to announce a new project for GNU Smalltalk : SystemEvents
>> (should find a better name). As the name says it spies some events like
>> class creation, changes, new namespace, ... and sends an events.
>>
>> What are the differences with the VisualGST events, in VisualGST I don't
>> use the announcement framework. So I can get rid of this other framework.
>> It's independent of VisualGST. Anybody can use it, and it doesn't change
>> the
>> kernel code, (not true but those are "bugs") instead it replaces methods
>> with
>> a wrapper which calls the methods and send the events.
>>
>> I've a ChangeSet package that use it for recording your session (useful
>> when there is
>> a crash, I plan to release it soon ;)
>>
>> Here is the code git://github.com/MrGwen/gst-events.git
>> it's under MIT so feel free to use it
>
> Cool, I'll include it in 3.3.  And I should release 3.2.5 real soon now,
> too.
>
> Paolo
>
> _______________________________________________
> help-smalltalk mailing list
> [hidden email]
> https://lists.gnu.org/mailman/listinfo/help-smalltalk
>

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Events

MrGwen
On 09/01/2011 09:38 AM, Dmitry Matveev wrote:
> Hello!
>
> Great project! Will it be ported on Squeak etc?
>
> Dmitry
>

Thanks Dmitry, I guess in squeak/pharo they already have a system
announcement framework. If you want to port it feel free to do it :-)

Gwen

> 2011/9/1, Paolo Bonzini<[hidden email]>:
>> On 09/01/2011 12:17 AM, Gwenaël Casaccio wrote:
>>>
>>>
>>> I would like to announce a new project for GNU Smalltalk : SystemEvents
>>> (should find a better name). As the name says it spies some events like
>>> class creation, changes, new namespace, ... and sends an events.
>>>
>>> What are the differences with the VisualGST events, in VisualGST I don't
>>> use the announcement framework. So I can get rid of this other framework.
>>> It's independent of VisualGST. Anybody can use it, and it doesn't change
>>> the
>>> kernel code, (not true but those are "bugs") instead it replaces methods
>>> with
>>> a wrapper which calls the methods and send the events.
>>>
>>> I've a ChangeSet package that use it for recording your session (useful
>>> when there is
>>> a crash, I plan to release it soon ;)
>>>
>>> Here is the code git://github.com/MrGwen/gst-events.git
>>> it's under MIT so feel free to use it
>>
>> Cool, I'll include it in 3.3.  And I should release 3.2.5 real soon now,
>> too.
>>
>> Paolo
>>
>> _______________________________________________
>> help-smalltalk mailing list
>> [hidden email]
>> https://lists.gnu.org/mailman/listinfo/help-smalltalk
>>


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk