gtoolkit
gtoolkit copied to clipboard
`FileLocator>>parent` sometimes resolves references to `gtResource` causing potential issues
FileLocator>>parent uses GtResourceClosestFileLocator. This takes into account gtResource. Introducing gtResource can change the path from pharo-local to gt-extra. This means that sometimes when calling parent on a file locator for a folder in pharo-local we can get back as parent a folder from gt-extra (in case the parent folder does not exist in pharo-local but exists in gt-extra)
Do you know how to reproduce the problem?