D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
10901RESOLVEDFIXEDnormaldlang.orgWin_64 Autotester KO'd
10902RESOLVEDFIXEDmajorphobossome phobos unittests take an excessive amount of time
10903RESOLVEDFIXEDcriticaldlang.orgrebuild dlang.org documentation
10904RESOLVEDINVALIDenhancementphobos"%(%s %)" format string support for std.container.Array too
10905RESOLVEDFIXEDnormaldmd[ICE](ctfeexpr.c line 355) with ulong2 in structs
10906RESOLVEDFIXEDregressionphobos[2.064 git-head] Out of memory compiling Phobos on Windows
10907RESOLVEDFIXEDnormalphobosIt is impossible to pack a structure with shared object into a tuple.
10908RESOLVEDFIXEDnormaldmdLinks in d.chm file are broken
10909RESOLVEDFIXEDenhancementphobosstd.conv.to!(bool)(int): conversion from integer to bool
10910NEWnormaldmddmd#17607Duplicate error messages for array bounds errors
10911RESOLVEDFIXEDnormalphobosstd.net.curl.HTTP: should allow user code to indicate content type of POST data
10912RESOLVEDINVALIDnormaldmdproperty overridding requires both accessors to be overridden
10913RESOLVEDFIXEDregressionphobos[2.064 git-head] regex/demange compilation failure
10914RESOLVEDDUPLICATEnormaldmdtemplate stringof depends on instantiation order
10915RESOLVEDFIXEDminordmdstd.typecons.Nullable throws in writeln() if it's null
10916RESOLVEDFIXEDnormalphobostoHash on VariantN not being recognised
10917RESOLVEDDUPLICATEnormaldmdscope ref should be allowed
10918RESOLVEDDUPLICATEregressiondmdICE(arrayop.c:526) involving array ops on real[]
10919RESOLVEDINVALIDenhancementdmdtypeof should accept types
10920RESOLVEDFIXEDcriticaldmdtemplate instantiation order dependent link failure problem
10921RESOLVEDINVALIDnormalphobosscoped returns a reference to an uninitialized object
10922RESOLVEDFIXEDnormaldmdCompiler segfaults when using __traits(parent, {})
10923RESOLVEDDUPLICATEcriticaldmdICE in backend with postincrement on double in vector op on 64 bit
10924NEWenhancementdmddmd#18660covariant attribute inference for all functions
10925NEWenhancementdmddmd#18661unittests qualified on the right hand side fail
10926RESOLVEDFIXEDnormaldmdWrong expression printed when ternary operator used as lvalue
10927RESOLVEDFIXEDnormaldmdPower of complex number causes an internal error
10928RESOLVEDFIXEDblockerdmdFails to create closures that reference structs with dtor
10929RESOLVEDFIXEDcriticaldmd[CTFE] Destructor errornously gets called on NRVO-ed structs?
10930RESOLVEDFIXEDenhancementphobosstd.array.replace cannot simple replace an element in array
10931RESOLVEDFIXEDnormalphobosetc.c.zlib should properly annotate const parameters
10932NEWnormaldmddmd#18662Useless temporaries and other absurd in inlined code
10933NEWenhancementphobosphobos#10000findSplitBefore/After should have needle-less overloads
10934RESOLVEDINVALIDnormaldlang.orgD logo missing when building website on Windows
10935RESOLVEDWORKSFORMEnormaldlang.orgMalformed std.windows.charset reference
10936RESOLVEDDUPLICATEnormaldmdunittest in struct body makes crash dmd
10937RESOLVEDFIXEDnormaldmdstruct inside union gives uninitialized error in CTFE
10938RESOLVEDFIXEDnormaldmdICE on recursive instantiation in opDispatch
10939NEWnormaldmddmd#17608Inconsistent stripping of "in" but not assert in release/unittest
10940RESOLVEDDUPLICATEnormaldmdInterface post-condition breaks sub-interface covariance.
10941RESOLVEDFIXEDnormalinstallerobject.d not found when following Mac installation instructions
10942RESOLVEDFIXEDnormaldmdICE on 1087+ initializers (Internal error: backend\cgcv.c 203)
10943RESOLVEDWORKSFORMEnormaldmdNested lambda alias in template arguments has no code generated
10944RESOLVEDFIXEDnormaldmd[ICE](interpret.c line 310) with arith operation on missing variable
10945RESOLVEDDUPLICATEenhancementdruntimeType extracted in an 'is' expression in a constraint should be visible in the template body
10946RESOLVEDFIXEDregressiondmdInteger constant expression expected instead of...
10947RESOLVEDFIXEDnormaldmdconst out parameter is not properly rejected
10948RESOLVEDFIXEDnormalphobosBitArray.opEquals is invalid
10949RESOLVEDFIXEDregressiondmdCTFE ICE after indexing error
10950NEWmajordmddmd#18663[CTFE] enum "char[]" not correctly duplicated when used.
10951RESOLVEDFIXEDnormalphobosEnumMembers should document about returning duplicate members
10952RESOLVEDDUPLICATEnormaldmdstruct ctor with defaulted parameters should not be allowed
10953RESOLVEDFIXEDnormaldmdAttribute inheritance needs to apply to contracts, too
10954RESOLVEDWORKSFORMEnormaldlang.orgInclude IDE integration downloads on dlang's download page
10955RESOLVEDFIXEDnormalphobosstd.getopt errors internally when insufficient arguments are passed
10956RESOLVEDFIXEDnormalphobosstd.getopt error on wrongly position arguments should improve
10957NEWnormaldmddmd#18664Bad diagnostic: compiler attempts to do UFCS on a non-function
10958RESOLVEDFIXEDnormalphobosstd.variant : Variant and Algebraic can't use a type when sizeof == 0
10959NEWnormalphobosphobos#10001std.algorithm.remove is highly bug-prone
10960NEWnormaldmddmd#17609Copying a const value type should yield unqual
10961RESOLVEDFIXEDnormalphobosAssigning a void[] to a Variant results in compiler errors.
10962RESOLVEDWORKSFORMEnormaldmdIncorrect merging of same enum types with different qualifiers
10963RESOLVEDDUPLICATEnormaldmdWrong code with aliased function referencing closure variable
10964RESOLVEDFIXEDregressiondmd[REG][2.063] Static array assign/blit exception slips through catch block.
10965RESOLVEDWONTFIXenhancementdmdAllow alias initializer as enum member to avoid counter reset
10966RESOLVEDFIXEDblockerdmdOptimizer generates wrong code with try-catch
10967RESOLVEDFIXEDnormaldmdstatic array assignement is not exception safe.
10968RESOLVEDFIXEDnormaldmdarray element copy (1-N and N-N) ignores postblit attributes
10969RESOLVEDFIXEDnormaldmdVariadic template parameter re-use in function signature
10970RESOLVEDFIXEDcriticaldmdSegfault in a simple test compiled without -g.
10971RESOLVEDINVALIDenhancementdmdassigning derived class to base should not trigger promotion of result
10972RESOLVEDFIXEDnormaldmdaggregate postblit doesn't clean up in case of failure
10973RESOLVEDFIXEDregressionphobosemplace internal error
10974RESOLVEDWORKSFORMEblockerdmdstatic or enum a=expr different from auto a=expr ;
10975RESOLVEDDUPLICATEcriticaldmdAssertion failed: (type->ty != Tstruct || ((TypeStruct *)type)->sym == this), function semantic, file struct.c, line 791.
10976RESOLVEDFIXEDregressiondruntimethread_joinAll after main exit performed too late
10977RESOLVEDFIXEDnormaldmdSegfault with __traits(hasMember, ...)
10978RESOLVEDWORKSFORMEnormalphobosBetter support of emplace for structs with immutable members
10979REOPENEDenhancementdmddmd#18665Add trait for function callgraph extraction, to allow "builtin attribute"-style UDA semantic checks
10980RESOLVEDFIXEDblockerdmdstatic initialization of immutable structs with disabled postblit fails
10981RESOLVEDFIXEDregressiondmdContracts in pure class methods are useless
10982RESOLVEDWORKSFORMEmajordmdMisleading diagnostic for missing member function overload: "Error: inout method ... is not callable using a const object"
10983NEWenhancementdmddmd#18666WinRT version specifier needed for the Windows Runtime
10984RESOLVEDFIXEDnormaldmdFrame access diagnostic should improve
10985RESOLVEDFIXEDcriticaldmdCompiler doesn't attempt to inline non-templated functions from libraries (even having the full source)
10986NEWnormaldruntimedmd#17260thread_attachThis doesn't initialize shared libraries
10987RESOLVEDFIXEDnormaldlang.orgAdd documentation for 'extern (C++)' classes
10988NEWnormaldlang.orgdlang.org#4028Add documentation on how to load DLLs at runtime
10989RESOLVEDFIXEDnormaldmd[CTFE] Uncaught exception messages are not pretty printed if message wasn't literal
10990RESOLVEDFIXEDnormaldmdPassing in a module as a mixin to __traits(getUnitTests) behaves differently than passing in the module directly.
10991RESOLVEDFIXEDenhancementdmdImplement trait to get vptr index of a method.
10992RESOLVEDFIXEDnormaldmdTrait getUnitTests skips first test if aggregate contains multiple tests.
10993RESOLVEDFIXEDnormaldmdmangling of voldemort types with lambdas changes during return type inference
10994RESOLVEDFIXEDregressiondmd[REG] cannot declare statics struct with void-initialized static arrays
10995RESOLVEDFIXEDnormaldmdCTFE failures for structs with void initialized members
10996RESOLVEDINVALIDnormaldmdSubtyping with "alias this" conflicts with private base type
10997RESOLVEDFIXEDmajordmdTupple parsing(?)
10998RESOLVEDFIXEDregressiondmd[REG 2.063] compile-time postblit call check is incorrectly suppressed.
10999NEWnormaldmddmd#18667Limited type matching
11000RESOLVEDWORKSFORMEnormaldmdStatic field type inference failure