Completelly pharo hang with seaside3

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

Completelly pharo hang with seaside3

StormByte
In some of my examples, I subclassed WAComponent in order to test things
further.

I discovered that if you implement on class side the method name with self
subclassResponsibility, then, pharo completelly hangs.

Maybe is not a bug and is something I should not be doing, but anyways, it
is not worth to hang pharo completelly, can it be reviewed?

It can be tested just with that, immediatelly when you accept your changes,
your pharo UI is completelly stuck (no possible user interrupts, it is
completelly died)

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Completelly pharo hang with seaside3

EstebanLM
#name is implemented in Pharo3 class side, and used internally.
it was a mistake that has to be fixed in Pharo4, but for now you should not use it.

Is not a problem of seaside, is a problem of pharo… and hopefully it will be fixed for Pharo4, sorry for the inconvenience.

Esteban

> On 03 Feb 2015, at 16:13, David Carlos Manuelda <[hidden email]> wrote:
>
> In some of my examples, I subclassed WAComponent in order to test things
> further.
>
> I discovered that if you implement on class side the method name with self
> subclassResponsibility, then, pharo completelly hangs.
>
> Maybe is not a bug and is something I should not be doing, but anyways, it
> is not worth to hang pharo completelly, can it be reviewed?
>
> It can be tested just with that, immediatelly when you accept your changes,
> your pharo UI is completelly stuck (no possible user interrupts, it is
> completelly died)
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside