Bug 18513 – Error: module `scripting` is in file 'std/experimental/scripting.d' which cannot be read

Status
RESOLVED
Resolution
MOVED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86
OS
Mac OS X
Creation time
2018-02-24T03:27:04Z
Last change time
2018-02-24T07:30:22Z
Assigned to
No Owner
Creator
Timothee Cour

Comments

Comment #0 by timothee.cour2 — 2018-02-24T03:27:04Z
documented unittest fails in https://dlang.org/phobos-prerelease/std_experimental_scripting.html onlineapp.d(3): Error: module `scripting` is in file 'std/experimental/scripting.d' which cannot be read import path[0] = /dlang/dmd-nightly/linux/bin64/../../src/phobos import path[1] = /dlang/dmd-nightly/linux/bin64/../../src/druntime/import
Comment #1 by greeenify — 2018-02-24T07:30:22Z
This looks like it's an issue with the cache. Just modify one character and it will work: https://run.dlang.io/is/mBAkPb We should probably reduce the cache to just one day for dmd-nightly. I will close this here as nothing is wrong with Phobos (well in this regard). I opened: https://github.com/dlang-tour/core/issues/684 Also note that it will be renamed to std.experimental.all soon: https://github.com/dlang/phobos/pull/6186