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

static imports suggested by dmd 2.071 #5

Open
SimonN opened this issue May 11, 2016 · 1 comment
Open

static imports suggested by dmd 2.071 #5

SimonN opened this issue May 11, 2016 · 1 comment

Comments

@SimonN
Copy link

SimonN commented May 11, 2016

dmd 2.071 has cleaned up module importing. Building toml-d with dmd 2.071 produces many deprecations of this form:

toml-d-0.3.0/source/toml/grammar.d-mixin-85(495,34): Deprecation: module pegged.peg is not accessible here, perhaps add 'static import pegged.peg;'

This is cosmetic. toml-d works still.

@SimonN SimonN changed the title import static imports suggested by dmd 2.071 May 11, 2016
jaydg added a commit to jaydg/toml.d that referenced this issue May 26, 2016
 * Add missing import
 * Update pegged to 0.3.2

Fixes oglu#5
@jaydg
Copy link
Contributor

jaydg commented May 26, 2016

pegged 0.3.2 was release to resolve these warning; updating to this release mutes most of them.
Four other warnings were fixed by adding a missing import.

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