ParserRemovedUnusedTemps

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

ParserRemovedUnusedTemps

Nicolas Cellier
The class is in category Tests-Exceptions, only ever used (caught) by
ScriptParser and never raised (signalled). Err?

Reply | Threaded
Open this post in threaded view
|

Re: ParserRemovedUnusedTemps

Christoph Thiede

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?



Carpe Squeak!
Reply | Threaded
Open this post in threaded view
|

Re: ParserRemovedUnusedTemps

Nicolas Cellier
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?
>
>

Reply | Threaded
Open this post in threaded view
|

Re: ParserRemovedUnusedTemps

Nicolas Cellier
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?
> >
> >