> > A simple compiler warning in the Transcript might work. Like we have for Undeclared and shadowed variables ... <br>
> <br>
> Ah. This is something I do not like, at least not in the simplistic sense of writing to the Transcript.<br>
> a) may very well not have an open Transcript<br>
> b) may be compiling code in a system where nobody could ever see a Transcript<br>
> c) can't handle the error<br>
> <br>
> A suitable exception, perhaps with a defaultAction to write to a Transcript, would be easier to live with.<br>
<br>
+1. I would vote for a new subclass of ParserNotification - maybe let's make it configurable, but I would even prefer to get a small DialogWindow similar for "unused temp vars" etc. if I try to use a deprecated selector.<br>
<br>
Best,<br>
Christoph<br>
<br>
<font color="#808080">---<br>
</font><i><font color="#808080">Sent from </font></i><i><u><a href="https://github.com/hpi-swa-lab/squeak-inbox-talk"><font color="#808080">Squeak Inbox Talk</font></a></u></i><br>
<br>
On 2021-09-10T09:57:21-07:00, tim@rowledge.org wrote:<br>
<br>
> <br>
> <br>
> > On 2021-09-10, at 1:52 AM, Marcel Taeumel <marcel.taeumel at hpi.de> wrote:<br>
> > <br>
> > A simple compiler warning in the Transcript might work. Like we have for Undeclared and shadowed variables ... <br>
> <br>
> Ah. This is something I do not like, at least not in the simplistic sense of writing to the Transcript.<br>
> a) may very well not have an open Transcript<br>
> b) may be compiling code in a system where nobody could ever see a Transcript<br>
> c) can't handle the error<br>
> <br>
> A suitable exception, perhaps with a defaultAction to write to a Transcript, would be easier to live with.<br>
> <br>
> tim<br>
> --<br>
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim<br>
> The substance "Hey Y'all, watch this!" is known by the state of California to be hazardous to your health.<br>
> <br>