D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 13288 - rdmd --eval fails because it still imports std.metastrings
Summary: rdmd --eval fails because it still imports std.metastrings
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: tools (show other issues)
Version: D2
Hardware: All All
: P1 regression
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2014-08-12 13:22 UTC by Nils
Modified: 2014-08-16 12:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Nils 2014-08-12 13:22:23 UTC
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.
Comment 2 github-bugzilla 2014-08-12 13:29:57 UTC
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 #139 from NilsBossung/13288

fix Issue 13288 - rdmd --eval fails because it still imports std.metastrings
Comment 3 github-bugzilla 2014-08-16 12:04:48 UTC
Commit pushed to master at https://github.com/D-Programming-Language/tools

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

fix Issue 13288 - rdmd --eval fails because it still imports std.metastrings
Comment 4 github-bugzilla 2014-08-16 12:40:11 UTC
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 #139 from NilsBossung/13288