FilePathsBase.jl icon indicating copy to clipboard operation
FilePathsBase.jl copied to clipboard

React to restriction of pass-through ::Any Base methods by explicitly implementing replacements

Open iamed2 opened this issue 2 years ago • 1 comments

https://github.com/JuliaLang/julia/pull/51711/files (at time of posting, unmerged)

This doesn't affect anything that was already explicitly implemented in FilePathsBase, but would affect things like uperm which used to implicitly work by dispatching to stat, but now will throw MethodErrors. Probably those things should just be reimplemented here.

Just wanted to flag this as I saw it, this might be too soon.

iamed2 avatar Dec 08 '23 03:12 iamed2

Thanks, seems reasonable. I've started watching that PR and whenever it's ready to be merged I'll run the tests on that branch.

rofinn avatar Dec 30 '23 00:12 rofinn