pharo icon indicating copy to clipboard operation
pharo copied to clipboard

asFileName in Tool-FileList used by Fuel

Open hernanmd opened this issue 1 year ago • 1 comments

The method String>>asFileName is packaged in Tool-List but used by NewTools-Fuel and CodeExporter.

As FileList is a Morph-based package and it will be removed, we should move this method to another package where it guarantees to survive.

hernanmd avatar Feb 08 '24 15:02 hernanmd

I would rewrite all the senders of the system to avoid to use it and I would deprecate it but keeping it around. Strings are too much overloaded

Ducasse avatar Feb 08 '24 19:02 Ducasse