Abscissa / scriptlike

Utility library to help you write script-like programs in D
Other
93 stars 10 forks source link

deprecation warnings in compiling #26

Closed ilmanzo closed 8 years ago

ilmanzo commented 8 years ago
$ dmd --version
DMD64 D Compiler v2.071.0
Copyright (c) 1999-2015 by Digital Mars written by Walter Bright

$ dub test
src/scriptlike/path/extras.d(36,2): Deprecation: constructor scriptlike.path.extras.Ext.this all parameters have default arguments, but structs cannot have default constructors.
src/scriptlike/path/extras.d(105,2): Deprecation: constructor scriptlike.path.extras.Path.this all parameters have default arguments, but structs cannot have default constructors.
src/scriptlike/core.d(345,27): Deprecation: module std.path is not accessible here, perhaps add 'static import std.path;'
src/scriptlike/core.d(346,7): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(352,13): Deprecation: module std.path is not accessible here, perhaps add 'static import std.path;'
src/scriptlike/core.d(337,14): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(372,9): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(374,10): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(375,8): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(377,8): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(368,14): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(407,32): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(426,19): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(444,19): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(463,19): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(407,32): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(426,19): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(444,19): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(463,19): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'
src/scriptlike/core.d(407,32): Deprecation: module std.file is not accessible here, perhaps add 'static import std.file;'