D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
14301RESOLVEDFIXEDregressiondmd[2.067-rc1] Private symbols of module conflicts with public from another
14302RESOLVEDWORKSFORMEnormaldmdNew style opSlice doesn't compile
14303RESOLVEDFIXEDcriticaldruntimert.util.container.array.Array unittest contains invalid code
14304RESOLVEDFIXEDregressiondmd[REG2.067a] ICE with static immutable variable CTFE
14305NEWnormaldmddmd#18959DMD incorrectly interprets -of and -od with -lib
14306RESOLVEDFIXEDcriticaldmdWrong codegen with -inline for generic lambdas
14307NEWenhancementdmddmd#18960Ddoc: issue error on all functions that are missing ddoc sections
14308REOPENEDnormaldruntimedmd#17294Compiling druntime with -release breaks range exceptions
14309NEWnormalphobosphobos#10120The difference between Microsoft's GUID and std.uuid.UUID
14310RESOLVEDDUPLICATEregressionphobos[REG2.067a] InvalidMemoryOperationError in std.stdio.File.byLine
14311RESOLVEDFIXEDmajordmdWin32 COFF: bad symbols/relocation entries for global data accesses
14312RESOLVEDFIXEDnormalphobosstd.random unittest has intermittent failure
14313RESOLVEDFIXEDnormaldmd[ld.gold] gdb: wrong value of shared variables
14314RESOLVEDDUPLICATEregressiondmd2.067-rc1: ICE compiling project which has compiled fine for years
14315NEWmajordruntimedmd#17295[snn] scanf can't read lines longer than 32767 characters
14316RESOLVEDDUPLICATEenhancementdmdallow to declare a variable in with statement
14317RESOLVEDFIXEDregressiondmd[REG2.066] ICE (cgcod.c 1767) when compiing with -profile -O -inline
14318RESOLVEDWORKSFORMEtrivialphobosShared library stdio not loaded
14319RESOLVEDFIXEDnormaldruntimecore.demangle does not support member function attributes
14320RESOLVEDFIXEDnormaldmdImprove diagnostic message for "undefined identifier" error
14321RESOLVEDFIXEDmajordmdUnnecessary destructor call with and AA's
14322RESOLVEDFIXEDnormaldlang.orgMenu on downloads.dlang.org is completely broken
14323RESOLVEDINVALIDnormaldmdBad code generation in dfmt
14324NEWnormaldmddmd#18961Cannot cast AA to immutable at compile time
14325RESOLVEDFIXEDnormaldmd[CTFE] Comparison of AAs makes wrong result
14326RESOLVEDFIXEDnormaldlang.orgsyntax highlighting of dpl-docs no longer works
14327RESOLVEDFIXEDmajordruntimeUnhandled exception from writeln() in C++/D application
14328RESOLVEDFIXEDenhancementdlang.orgThe terms "lvalue" and "rvalue" should be added to the glossary
14329RESOLVEDFIXEDnormaldlang.org[2.067] offline doc - menu broken due to missing jquery-1.7.2.min.js
14330RESOLVEDFIXEDminordmdWrong DWARF type of dynamic array variable
14331RESOLVEDDUPLICATEnormaldmdCannot cast(void*) a class with an alias this struct
14332NEWenhancementdmddmd#17700support with statement and :
14333RESOLVEDFIXEDminortoolsdmd2/windows/bin/README.TXT is woefully out of date
14334RESOLVEDWORKSFORMEnormaldmd(D1 only) Forward reference error with method returning template instance equal to typeof(this)
14335RESOLVEDWORKSFORMEnormaldlang.orgLogo is missplaced
14336NEWcriticalphobosphobos#9656Invalid memory access in struct destructor in std.uni
14337RESOLVEDFIXEDnormaldlang.orgThe buttons are misplaced on the download page
14338RESOLVEDFIXEDenhancementdmdImplement DIP25 Sealed References
14339RESOLVEDFIXEDnormaldlang.orgBasically all links broken on downloads.dlang.org
14340RESOLVEDINVALIDcriticalphobosAssertError in std.algorithm.sorting: unstable sort fails to sort an array with a custom predicate
14341RESOLVEDFIXEDregressiondmd[REG 2.067] Crash with -O -release -inline after sort and map!(to!string)
14342RESOLVEDINVALIDregressionphobos[REG] std.algorithm.internal omitted from posix.mak
14343RESOLVEDFIXEDnormaldmdPostfix increment doesn't work on structs with immutable member
14344RESOLVEDFIXEDregressiondmd[REG2.067] Wrong opBinary call in construction
14345NEWenhancementphobosphobos#10121Proxy doesn't support multidimensional structures
14346RESOLVEDFIXEDnormaldmdis-expression dependent on instantiation order
14347NEWnormalphobosphobos#10122functions in std.string need upgrading to support std.uni.nelSep line endings
14348RESOLVEDFIXEDnormaldmdtypeof(x).ident is not accepted as a symbol
14349RESOLVEDFIXEDnormaldmdString imports with subpaths don't work on Windows
14350RESOLVEDFIXEDnormaldruntimeUnit test failures are not displayed in Windows GUI programs
14351RESOLVEDFIXEDregressiondmd[REG2.063] `inout` base class constructor can't be called
14352RESOLVEDFIXEDnormaldmdTwo goto cases in one case branch does not work correctly
14353RESOLVEDINVALIDnormaldmdSDC test0104.d fails under DMD
14354RESOLVEDINVALIDnormaldmdSDC test0106.d compiles, but should not
14355RESOLVEDINVALIDnormaldmdSDC test0107.d compiles but should not
14356RESOLVEDINVALIDnormaldmdSDC test00120.d compiles but should not
14357RESOLVEDFIXEDnormaldmdMatch on specType does not check the conflict with already deduced template arguments
14358NEWenhancementdmddmd#18962[SDC] DMD should prevent declaring a function with a reserved name
14359NEWenhancementdmddmd#18963[SDC] Allow inferring template parameter from type of template value parameter
14360RESOLVEDINVALIDenhancementdmdDMD should compile SDC test0156.d
14361NEWenhancementdmddmd#17701[SDC] Allow aliasing integer and other literals
14362RESOLVEDDUPLICATEnormaldmdDMD should compile SDC test0159.d
14363NEWnormaldmddmd#18964[SDC] Error with inheriting nested classes in nested functions
14364REOPENEDnormaldlang.orgdlang.org#4040Spec is incorrect for opAssign operators.
14365RESOLVEDINVALIDnormaldmdDMD should error or warn on SDC test0173.d
14366RESOLVEDDUPLICATEnormaldmdDMD should not compile SDC test0174.d
14367NEWenhancementdmddmd#18965Print warnings by default
14368RESOLVEDFIXEDenhancementphobosstdio.rawRead underperforms stdio
14369NEWnormaldmddmd#18966ParameterDefaultValue does not work with convertion using a non-ctfe able opCall / ctor
14370RESOLVEDWORKSFORMEnormalphobosstd.utf.toUTF8 has an incorrect contract
14371RESOLVEDFIXEDnormaldmd[CTFE] Binary assignment expression makes wrong result in compile-time
14372NEWnormalphobosphobos#10123Heisenbug on FreeBSD: std/socket.d(523) Assertion failure during unittests
14373RESOLVEDFIXEDnormalphobosstd.range.refRange doesn't work on mere input ranges
14374RESOLVEDFIXEDminorphobosnot all default LogLevel of the provided Logger are equal
14375RESOLVEDFIXEDmajordmdstatic assert leads to __traits(allMembers) retuning an extra empty entry
14376RESOLVEDFIXEDregressiondmd[REG2.064] false positive "Error: one path skips field"
14377RESOLVEDDUPLICATEmajordmdcompiler segfault
14378RESOLVEDDUPLICATEenhancementdmdParse block statement followed by ';' as a function literal
14379RESOLVEDINVALIDmajordmdbsf(0) < 0 in loop randomly evaluates to non-zero
14380NEWnormaldruntimedmd#17141core.bitop.bsf is marked as pure but isn't
14381RESOLVEDWONTFIXenhancementdlang.orgIt is too difficult to contribute to the auto-tester
14382RESOLVEDFIXEDenhancementphobosconverting old D1 operator overloading style to new D2 style
14383RESOLVEDFIXEDenhancementdmd[ddoc] documented unittests don't work for module declaration
14384NEWenhancementphobosphobos#9657speed up Base64 decoding
14385RESOLVEDFIXEDenhancementdruntimeAA should use open addressing hash
14386RESOLVEDFIXEDenhancementdruntimeadd setOrGet to AA
14387RESOLVEDFIXEDenhancementdmdDisallow string literals as assert conditions
14388RESOLVEDFIXEDmajordmdICE with idup-ed struct literal in template argument
14389RESOLVEDWONTFIXenhancementdmdThe "(attributelist):" attribute notation scope of effect
14390RESOLVEDFIXEDregressiondmd[REG2.068a] ICE or bad "has forward references" error with circular class structure
14391NEWenhancementdmddmd#18967Assigning to module results in unhelpful error message
14392NEWnormaldmddmd#18968Operator overload is shadowed by "alias this"
14393NEWnormaldmddmd#17702'is' operator gives inconsistent results at runtime and compile-time for array duplication
14394NEWminorphobosphobos#10124byGrapheme does not preserve bidirectional ranges
14395RESOLVEDFIXEDregressiondmd[REG2.067] Typesafe variadic function call collapsed if being used for default value
14396RESOLVEDFIXEDregressionphobos[REG2.066] compile error std.conv.parse!int with input range
14397NEWenhancementdmddmd#18969dmd: Provide full source range for compiler errors [enhancement]
14398RESOLVEDFIXEDnormaldmdSegfault when nested struct in static array accesses context
14399RESOLVEDFIXEDnormalphobosstd.json cannot parse its own output for nan
14400RESOLVEDFIXEDtrivialdlang.orgminor nit- wiki front page needs to reflect latest D version at bottom: currently 2.066