D Language Bugzilla Archive

24890 bugs archived from https://issues.dlang.org/.

IDStatusResolutionSeverityComponentGitHubSummary
11401RESOLVEDFIXEDregressionphobosElementType returns constructor instead of type
11402RESOLVEDFIXEDminorphobosany/all are not documented in std.algorithm header
11403RESOLVEDFIXEDnormalphobosfunctions in std.algo can't be used as pred
11404RESOLVEDFIXEDnormaldmdICE on using TypeTuple for AA values
11405RESOLVEDMOVEDnormaltoolsrdmd should limit its tmp cache
11406RESOLVEDFIXEDcriticaldmdld.gold breaks switch table jumps
11407RESOLVEDWORKSFORMEnormalphoboscan't move struct with disabled default constructor
11408NEWenhancementdruntimedmd#17263[GC] allow GC allocations in finalizers
11409RESOLVEDINVALIDnormaldruntimeArray element-wise comparison
11410RESOLVEDWONTFIXenhancementdmdSupport equality operator chaining
11411NEWnormaldmddmd#17621Disallow non pure lazy expressions in pure functions
11412RESOLVEDDUPLICATEenhancementdmdAllow nested pure functions to access outer function variables
11413RESOLVEDFIXEDnormaldmdFreeBSD libphobos2.a not updated in 2.064 betas
11414RESOLVEDFIXEDnormaldruntimedruntime should run debug unittest
11415RESOLVEDINVALIDnormaldruntimeAssign range to array
11416RESOLVEDDUPLICATEnormaldruntimeArray and slice assignment causes garbage values
11417RESOLVEDFIXEDenhancementdmdrotate with immediate not recognized by optimizer
11418RESOLVEDFIXEDnormaldmdbit test pattern not inlined core.bitop.bt useless
11419RESOLVEDDUPLICATEnormaldmdCompile crash when add -inline option.
11420NEWmajordmddmd#18706Inefficient AA value setting
11421RESOLVEDFIXEDnormaldmdDynamic array of associative array literal type inference
11422RESOLVEDFIXEDnormalphobosstd.array.assocArray with const tuple values
11423RESOLVEDFIXEDminordmdError: new can only create structs, dynamic arrays or class objects, not _error_'s
11424RESOLVEDFIXEDregressiondmdRegression (2.064 git-head) typedef on structs isn't caught
11425RESOLVEDFIXEDnormaldmdBroken shadowing variable diagnostic
11426RESOLVEDFIXEDregressiondmdReinterpret element-wise array initializing should be rejeted
11427RESOLVEDFIXEDnormaldmdanonymous unions break structs in @safe code
11428RESOLVEDDUPLICATEnormalphobosA simple std.array.array call at compile-time refused
11429RESOLVEDWONTFIXenhancementphobosDeprecate walkLength?
11430NEWenhancementphobosphobos#9616A simpler overload for std.file.slurp
11431RESOLVEDFIXEDnormalphobosstd.file.slurp fails with Windows newlines
11432RESOLVEDINVALIDnormalphobosformattedRead and slurp %s format code miss tab as whitespace
11433RESOLVEDMOVEDnormaldlang.orgForum hyperlink parser doesn't recognize + signs as part of the link
11434RESOLVEDFIXEDmajorphobosstd.file.copy doesn't preserve file attributes (eg: executable mode etc)
11435RESOLVEDFIXEDcriticaldmdPushing indirect ref to byte or short can read beyond edge of valid memory
11436NEWnormaldmddmd#17622Wrong ambiguity overloading error for functions with default arguments if there is an implicit cast
11437RESOLVEDFIXEDmajorvisuald[Mago] No source for step-by-step debugging, only raw assembler.
11438RESOLVEDFIXEDnormaldmdInternal error: ..\ztc\cod4.c 358 from "alias this" and a cast
11439NEWnormaldmddmd#18707Linker error while importing modules in unit test blocks
11440NEWnormaldmddmd#18708struct initialization with partially initialized data crashes
11441RESOLVEDFIXEDregressiondmdDMD halts compilation at semantic3
11442RESOLVEDDUPLICATEnormaldmd[CTFE] Bitwise struct comparison don't work for struct with float
11443NEWmajordmddmd#17623Misleading error for mismatch overloaded operator if there are immutable members
11444RESOLVEDDUPLICATEenhancementdmdBetter error messages for Phobos ranges used without bang !
11445RESOLVEDFIXEDnormaldmdadding double[string] causes crash
11446RESOLVEDFIXEDnormaldruntime[GC] GC realloc doesn't ignore non-GC owned pointers
11447RESOLVEDFIXEDregressiondmdClosure provide bogus values
11448RESOLVEDFIXEDnormaldmd`dup` calls @system impure code from @safe pure function
11449RESOLVEDFIXEDregressiondlang.orgJump lists of phobos are in wrong order
11450RESOLVEDDUPLICATEcriticaldmdCompiler crashes (assertion failure) when using -inline option
11451NEWenhancementdmddmd#18709import statements don't work when compiling several files at once
11452RESOLVEDDUPLICATEminordmdIFTI failure for aliased static array parameter
11453RESOLVEDFIXEDblockerdmdCompiling packages has a dependency on order of modules passed to the compiler.
11454RESOLVEDDUPLICATEnormaldruntimeRace in core.thread unit test causing transient unit test failures
11455RESOLVEDFIXEDnormaldmdOverriding template methods should raise a compile error
11456RESOLVEDWORKSFORMEnormaldmdworks with -allinst but not without
11457REOPENEDnormalinstallerinstaller#655Cannot compile 64bit apps with Visual Studio 2013
11458RESOLVEDDUPLICATEminordmdinitialization of a custom type(using alias this) broken in dmd 2.064.2
11459RESOLVEDFIXEDnormalphobosstd.container.Array bool constraint ambiguity
11460RESOLVEDWORKSFORMEnormaldmdICE for opDispatch and UFCS function (2.064)
11461RESOLVEDWORKSFORMEnormaldmd`Error`s are not thrown as `pure nothrow` functions are optimized out with "-O -release"
11462RESOLVEDFIXEDnormaldlang.orgstd.algorithm.multiSort is missing from the index
11463RESOLVEDFIXEDenhancementdmdDDoc html to show the normal escaped ASCII chars
11464RESOLVEDDUPLICATEnormaldmdAbstract classes can be instantiated. Causes link errors.
11465NEWenhancementphobosphobos#10009std.stdio.byLine(KeepTerminator.no) troubles on Windows
11466RESOLVEDWORKSFORMEnormalphobosstd.range.zip is not nothrow
11467RESOLVEDFIXEDnormaldmd[CTFE] Overlapping array copy is allowed in CT
11468NEWnormaldmddmd#18710`typeid` returns unqualified type info for qualified class instance
11469RESOLVEDWONTFIXenhancementdmdAdd function attributes wildcards for `@safe`, `pure`, and `nothrow`
11470RESOLVEDDUPLICATEmajordmdStatic array of `float`s is implicitly initializable from array of `double`s
11471RESOLVEDWORKSFORMEregressiondmd[profile+nothrow] `asm` statements rejected in `nothrow` functions if built with "-profile"
11472RESOLVEDFIXEDregressiondmdREGRESSION(2.064): dmd segfaults on wrong code instead of giving error
11473RESOLVEDWONTFIXnormaldmdrdmd --exclude=module1.package
11474RESOLVEDDUPLICATEregressionphobosREGRESSION(2.064): std.algorithm(1942): Assertion failure
11475RESOLVEDFIXEDenhancementphobosstd.algorithm.multiSort.release or similar
11476RESOLVEDINVALIDnormaldmdError: fun (A _param_0) is not callable using argument types ()
11477NEWnormaldmddmd#17624[AA] `T*` as associative array key becomes `const(T)*`
11478RESOLVEDFIXEDregressiondruntimeshared library on osx: worked in 2.062, fails in 2.063.2, still fails in 2.064
11479RESOLVEDFIXEDmajordmdtemplate members ignore private attribute in ddoc
11480RESOLVEDWONTFIXmajordmd`alias` template argument accepts `struct`, `class`, and `union` types and also loses all qualifiers
11481RESOLVEDINVALIDmajordlang.orgClearly note all explicit casts are forwarded to `alias this` if there is no `opCast`
11482RESOLVEDINVALIDenhancementdmdAdd `alias this` support for `null` class instances
11483RESOLVEDDUPLICATEnormaldmddmd inserts a gc allocation where none is required
11484RESOLVEDFIXEDminordmd[e2ir] Error in e2ir at cast to/from static array
11485RESOLVEDFIXEDminordmd[e2ir] Error in e2ir at numeric/bool to class/interface cast
11486NEWnormaldlang.orgdlang.org#4029Missing Alternative in Syntax
11487RESOLVEDFIXEDregressiondmddmd segfaults on writefln in nested template
11488NEWenhancementdmddmd#18711Disallow chaining of - operator
11489RESOLVEDFIXEDnormaldmdImproper implicit cast to immutable.
11490RESOLVEDDUPLICATEnormalphobosCannot copy BigInt
11491RESOLVEDDUPLICATEminordmd@safe prefix allows procedures without return type
11492RESOLVEDDUPLICATEblockerdmdExecutable with thread termination crashes (worked in 2.63, works on Windows)
11493RESOLVEDFIXEDnormaldlang.orgdlang.org/type.html incorrectly says that you can't cast from -1 to unsigned types
11494RESOLVEDINVALIDminorphobosstd.array.appender is not nothrow
11495NEWnormaldlang.orgdlang.org#3939dlangspec.pdf/.mobi should be stamped with date and version info
11496RESOLVEDWORKSFORMEnormaldmdCode fragment makes dmd crash instead of printing error message.
11497RESOLVEDFIXEDmajordmdlambda in "static if"/"assert" prevent inlining of function
11498RESOLVEDDUPLICATEnormaldlang.orgRunning code snippets on dlang.org is broken
11499RESOLVEDFIXEDmajordmdis-expression misbehaving with 'alias this'
11500NEWnormaldmddmd#17625Bringing mixed-in operators and constructors to the overload set