wilzbach / tools-test

1 stars 0 forks source link

rdmd --eval fails because it still imports std.metastrings #108

Closed wilzbach closed 10 years ago

wilzbach commented 10 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#13288 From: Nils <nilsbossung@googlemail.com> Reported version: D2

wilzbach commented 10 years ago

Comment author: Nils <nilsbossung@googlemail.com>

2.065 works. 2.066.0-rc2 fails. git head fails.


rdmd '--eval=writeln();'

/tmp/.rdmd-1000/eval.DA3CF7FCA39219256545070AACDE88CF.d(10): Error: module metastrings is in file 'std/metastrings.d' which cannot be read

Pull request is on the way.

wilzbach commented 10 years ago

Comment author: Nils <nilsbossung@googlemail.com>

https://github.com/D-Programming-Language/tools/pull/139

wilzbach commented 10 years ago

Comment author: github-bugzilla@puremagic.com

Commits pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/e7a1d2c2e6d04a3779607d198fca28d202189063 fix Issue 13288 - rdmd --eval fails because it still imports std.metastrings

https://github.com/D-Programming-Language/tools/commit/19bae091a6f1a7e69e2dd5d8c3d18450e5923ec7 Merge pull request BZ#139 from NilsBossung/13288

fix Issue 13288 - rdmd --eval fails because it still imports std.metastrings

wilzbach commented 10 years ago

Comment author: github-bugzilla@puremagic.com

Commit pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/3378196b27b1f6751d1534fbeeb1e52ff64280ba Merge pull request BZ#139 from NilsBossung/13288

fix Issue 13288 - rdmd --eval fails because it still imports std.metastrings

wilzbach commented 10 years ago

Comment author: github-bugzilla@puremagic.com

Commit pushed to 2.066 at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/3378196b27b1f6751d1534fbeeb1e52ff64280ba Merge pull request BZ#139 from NilsBossung/13288