In Exceptions-ar.18.mcz...
Item was removed:
- Notification subclass: #ParserRemovedUnusedTemps
- instanceVariableNames: ''
- classVariableNames: ''
- poolDictionaries: ''
- category: 'Exceptions-Tests'!
Le mar. 13 avr. 2021 à 18:38, Nicolas Cellier
<
[hidden email]> a écrit :
>
> IOW, understand where it comes from, if it was replaced by something
> else in between, if catching it serves a useful feature at all, and
> fix its usage...
>
> Le mar. 13 avr. 2021 à 18:32, Thiede, Christoph
> <
[hidden email]> a écrit :
> >
> > Hm, if it's never signaled, we should delete it, shouldn't we? :-)
> >
> >
> > Best,
> >
> > Christoph
> >
> > ________________________________
> > Von: Squeak-dev <
[hidden email]> im Auftrag von Nicolas Cellier <
[hidden email]>
> > Gesendet: Dienstag, 13. April 2021 18:25:45
> > An: The general-purpose Squeak developers list
> > Betreff: [squeak-dev] ParserRemovedUnusedTemps
> >
> > The class is in category Tests-Exceptions, only ever used (caught) by
> > ScriptParser and never raised (signalled). Err?
> >
> >