pharo
pharo copied to clipboard
asFileName in Tool-FileList used by Fuel
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.
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