Hi Hannes,

since we added "suppress" to the dialog, users can easily ignore that warning when loading older packages.

Still, we can change "self deprecated:" to "self flag: #deprecated" to avoid the debugger but keep the UI stuff.

Any thoughts on this?

Best,
Marcel

Am 09.09.2019 22:32:57 schrieb H. Hirzel <hannes.hirzel@gmail.com>:

Hello

When loading an external package I get the following feedback


FileList class>>#registerFileReader: has been deprecated.
FileList is not responsible for file reader registration anymore.
Use FileServices instead.


When I click on 'debug' I get



registeredFileReaderClasses

self deprecated: 'FileList is not responsible for file reader
registration anymore. Use FileServices instead.'.
FileReaderRegistry := nil. "wipe it out"
^FileServices registeredFileReaderClasses



How do I deal with this?


Old code?


New code?


Regards
Hannes