https://bz.apache.org/bugzilla/show_bug.cgi?id=57501
--- Comment #14 from Massimo Manghi <mxman...@apache.org> --- AfterEveryScript was meant to be exactly that: the last resort for catching anything left dangling. It has no ErrorScript or AbortScript but it makes sense it should be caught by an ErrorScript in case of Tcl errors. I'm not sure AbortScript should be triggered from AfterEveryScript (which won't be run after-every-script anymore), but for uniformity of behavior it might be the case we also assume abort_page to be able to trigger an exception even during this very final stage. I would be glad to add it, I just have a feeling like we are forcing and overloading AbortScript of tasks that should probably be carried out withing AfterEveryScript itself. But I'm a bit too conservative at times Thoughts? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org For additional commands, e-mail: rivet-dev-h...@tcl.apache.org