[Seaside-dev] it wont halt

Sebastian Sastre ssastre at seaswork.com
Mon Mar 30 17:20:34 UTC 2009


I totally aggree. We better stop rationalizing this: halts in production are
bugs. 


> -----Mensaje original-----
> De: seaside-dev-bounces at lists.squeakfoundation.org 
> [mailto:seaside-dev-bounces at lists.squeakfoundation.org] En 
> nombre de Lukas Renggli
> Enviado el: Monday, March 30, 2009 14:04
> Para: Seaside - developer list
> Asunto: Re: [Seaside-dev] it wont halt
> 
> > handleFiltered: aRequestContext
> >
> >        (super handleFiltered: aRequestContext) 
> ifNotNilDo:[:response|
> >                self halt.
> >                ^ response].
> >
> > can someone clarify why this won't halt? (s2.9a3 with flow)
> 
> In the current code base the error handling is highly customizable, so
> maybe you want to check what error handler you are using?
> 
> We had lengthy arguments on how Seaside should handle sends to #halt
> (http://code.google.com/p/seaside/issues/detail?id=227 and others). I
> still think that Seaside should never ever swallow a #halt, not even
> in productive code.
> 
> Lukas
> 
> -- 
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



More information about the seaside-dev mailing list