-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
move Mmap and SharedArrays to stdlib #23931
Conversation
b880891
to
b6fde00
Compare
b6fde00
to
6004f43
Compare
6004f43
to
af97d70
Compare
Thrilled to see this happening. This experience probably needs to be improved, however :) julia> Mmap
WARNING: Base.Mmap is deprecated, run `using Mmap` instead.
likely near no file:0
julia> using Mmap
WARNING: using Mmap.Mmap in module Main conflicts with an existing identifier.
ERROR: importing Mmap into Main conflicts with an existing identifier |
BSD CI got error after this PR merged
|
🤔 why did it try to load things from |
https://julia.iblis.cnmc.tw/#/builders/1/builds/2843/steps/6/logs/stdio In this case, home path is correct, but still has trouble with relative path. |
Can reproduce on Linux as well: |
One or both of these might go on to become an external package, but this at least does part of the work.