You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: