You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be convenient for end user if the / was reexported from FilePathsBase to allow for a simple using FilePaths to be used in a script or notebook. Is there a technical reason this is not already done?
The text was updated successfully, but these errors were encountered:
Well there isn't anything to reexport because FilePathsBase doesn't export / anymore. I'll direct you to a similar issue raised on FilePathsBase for why / isn't exported anymore.
I'm not sure how likely it is that you wouldn't have FilePathsBase loaded as an explicit dependency, but I suppose we could support using FilePaths: /?
It would be convenient for end user if the / was reexported from FilePathsBase to allow for a simple
using FilePaths
to be used in a script or notebook. Is there a technical reason this is not already done?The text was updated successfully, but these errors were encountered: