Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iamed2 opened this issue Dec 8, 2023 · 1 comment

Comments

@iamed2
Copy link
Contributor

iamed2 commented Dec 8, 2023

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.

@rofinn
Copy link
Owner

rofinn commented Dec 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants