D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
8501RESOLVEDDUPLICATEmajortoolsUnexpected OPTLINK Termination at EIP=0041078E
8502RESOLVEDWORKSFORMEnormaldlang.orgcore.simd not listed.
8503RESOLVEDFIXEDnormaldmdUFCS fails on integer literal with Unicode identifier
8504RESOLVEDFIXEDcriticaldmdTemplate attribute inferrence doesn't work
8505RESOLVEDDUPLICATEblockerdmdThreadgroups fails using DMD 2.060
8506RESOLVEDDUPLICATEnormaldruntimesegault when using map with template delegate
8507RESOLVEDFIXEDcriticaldmd(Regression 2.060) rdmd hangs and mutex failures
8508RESOLVEDFIXEDregressionphobosstd.traits.isSomeString no longer works with enums
8509NEWnormaldmddmd#18457Appending a string to an enum string results in another enum string
8510RESOLVEDFIXEDnormaldmdNo line number in error message for conflicting aliases
8511RESOLVEDFIXEDminordmdSegfault with forward-referenced enum
8512RESOLVEDINVALIDnormaldmdNasty bug about template
8513RESOLVEDFIXEDnormaldmdCannot use dot for base class lookup in inheritance list
8514RESOLVEDFIXEDnormaldruntimedmd generate bug that segfault in very weird situation.
8515RESOLVEDDUPLICATEregressiondmd[regression] calling function types with default args fails
8516RESOLVEDFIXEDnormalphobosstd.string.representation works incorrect for shared(const(T)) types
8517RESOLVEDWORKSFORMEnormaldmdICE(toir.c 178) or stack overflow with recursive alias template
8518RESOLVEDDUPLICATEmajordmdSegmentation fault in _memset128ii
8519RESOLVEDFIXEDregressiondruntimewinsamp.d doesn't compile with 2.060
8520NEWenhancementdmddmd#18458Simple "in"-constrained opBinaryRight in interface doesn't work
8521RESOLVEDWORKSFORMEmajordmdICE(e2ir.c) when a function uses a template which relies on that function and -release and -inline are used
8522RESOLVEDFIXEDnormaldmdComparison operator overloading doesn't consider the qualifier of lhs
8523NEWenhancementphobosphobos#9934[CTFE] compile time parsing of hex floats
8524RESOLVEDWORKSFORMEmajordmdPhobos cannot be compiled with -inline
8525RESOLVEDFIXEDnormaldmdoptimizer loops infinitely
8526RESOLVEDFIXEDregressiondmdDMD 2.060 regression: anonymous delegate call in foreach loop
8527RESOLVEDFIXEDnormaldruntime`object.destroy` doesn't destroy interfaces
8528RESOLVEDWONTFIXnormalphobosstd.stream.File believes /dev/stdin to be seekable
8529RESOLVEDDUPLICATEmajorphobosctRegex - named submatch - hash-table exception
8530RESOLVEDDUPLICATEmajordmdFloat types default initializers doesn't work in class
8531RESOLVEDINVALIDnormalphobosformatting string documentation
8532RESOLVEDFIXEDcriticaldmdPure Segfault
8533RESOLVEDINVALIDnormaldmdPostfix and prefix declarations of static multidimensional arrays aren't equivalent
8534RESOLVEDFIXEDnormaldmdmixed-in struct definition not forward referenceable
8535RESOLVEDINVALIDnormaldmdperfectly valid uncidoe chars give: "Unsupported char xxx"
8536RESOLVEDDUPLICATEenhancementtoolsOPTLINK crash with large fixed-size array
8537RESOLVEDFIXEDnormaldlang.orgWarnings page is outdated
8538NEWmajordmddmd#18459scope parameters escaping via closure
8539RESOLVEDFIXEDnormaldmd(D1 only) -inline failure involving CTFE, nested functions, a ref parameter
8540NEWnormalphobosphobos#9935std.net.curl.SMTP doesn't escape leading dots
8541RESOLVEDWORKSFORMEnormaldmdmangleof symbol passed as alias gets messed up
8542RESOLVEDWORKSFORMEnormaldmdcrosstalk between template instantiations
8543RESOLVEDFIXEDmajordmdsimd literals need better CTFE support
8544RESOLVEDFIXEDenhancementdruntimeExpose "cArgs" in druntime
8545RESOLVEDINVALIDmajordmddefined opCast disables cast(void*)this in classes
8546RESOLVEDINVALIDminorphobosstd.array.overlap missing from ddoc
8547RESOLVEDDUPLICATEnormaldmdPure Functions Compilation - Not consistent errors
8548NEWnormaldmddmd#18460relocation R_X86_64_32 against can not be used when making a shared object
8549RESOLVEDDUPLICATEnormaldmdBad error message with const methods
8550NEWenhancementphobosphobos#9936std.container.InlinedArray
8551RESOLVEDDUPLICATEmajorphobosEndless Split
8552RESOLVEDDUPLICATEmajordmdBogus diagnostic when member function call doesn't match constancy
8553NEWnormaldmddmd#18461templated interface methods (virutal?) and linker missing symbols
8554RESOLVEDINVALIDnormaldmdddemangle is doing nothing on 64 bit linux
8555RESOLVEDWONTFIXnormalphobosRound Robin and Infinite Ranges
8556RESOLVEDFIXEDregressiondmdUsing take results in a corrupted call to opSlice
8557NEWnormaldmddmd#17555AA error with string[string][]
8558RESOLVEDFIXEDnormalphobosstd.net.isemail doesn't compile without -d switch
8559RESOLVEDFIXEDnormaldmdvoid and function type prints redundant error message with init property
8560RESOLVEDINVALIDmajordmdStrange behavior of lambda expressions
8561NEWenhancementdmddmd#18462Make xtoString detection just as tolerant as xopEquals, xopCmp and xtoHash detection
8562RESOLVEDDUPLICATEmajorphobosmath.pow fails at compile-time
8563RESOLVEDFIXEDcriticaldmdException segfault
8564NEWnormaldmddmd#18463Ambiguous renamed import is allowed
8565RESOLVEDINVALIDregressiondmdDMD 2.060 regression: align(1) broken
8566RESOLVEDINVALIDnormaldmdInconsistency in aligning named and anonymous structs
8567RESOLVEDFIXEDmajorphobosisDynamicArrray!S == true for S with alias this to array
8568RESOLVEDDUPLICATEnormaldmdcompile time access of associative array keys results in segfault
8569RESOLVEDWORKSFORMEnormaltoolsUnexpected OPTLINK termination at EPI=00424D76
8570RESOLVEDWONTFIXenhancementphobosTuples without named fields should implicitly convert to tuples with named fields when returned from a function
8571NEWenhancementphobosphobos#9593Defined exception for unequal zip lengths with StoppingPolicy.requireSameLength
8572RESOLVEDFIXEDminordmdBad mismatched nested comments error
8573RESOLVEDFIXEDenhancementphobosA simpler Phobos function that returns the index of the mix or max item
8574RESOLVEDFIXEDminordlang.org[std.format] The flag ' ' works for floating numbers, not only for integers
8575RESOLVEDFIXEDnormaldmdLambda expression causes compilation error with template function
8576RESOLVEDDUPLICATEmajordmdunions call destructors of all their fields
8577RESOLVEDINVALIDenhancementdmdstatic assert is triggered after tuple bounds check
8578RESOLVEDFIXEDnormalphobosstd.demangle.demangle does not parse symbols that are type names
8579RESOLVEDFIXEDnormaldmdDefault parameter appears a part of typeof().stringof of a function variable
8580RESOLVEDFIXEDnormalphobosVariantN.peek works wrongly for types with size bigger than maxDataSize template argument
8581RESOLVEDFIXEDnormaldmdInternal error: backend/cod1.c 1677 on structs with bitfields (when compile with release or optimize parameter)
8582RESOLVEDFIXEDminorphobosstd.parallelism unittest failure on single processor
8583RESOLVEDFIXEDcriticaldmd[64 bit] AA ushort[dchar] byValue range is corrupted on x86_64
8584RESOLVEDWORKSFORMEnormalphobosbug with std.range.zip? range with opEquals(const) const not allowed inside zip
8585RESOLVEDDUPLICATEnormalphobosiota(ubyte) problem
8586RESOLVEDWORKSFORMEnormaldmd[ICE] (module.c, line 829) with -noboundscheck and local import
8587RESOLVEDDUPLICATEnormaldmdMissing line number or wrong error message with ^^ of array
8588RESOLVEDDUPLICATEnormaldmdSome troubles with ^^ of arrays
8589RESOLVEDFIXEDmajordmdIncorrect conversion of function returning `typeof(null)` to function returning an array
8590RESOLVEDFIXEDnormalphobosDocumentation for "any" and "all" in std.algorithm is incorrect
8591RESOLVEDFIXEDnormalphobostypecons.RefCounted.refCountedPayload should be nothrow
8592RESOLVEDDUPLICATEnormaldmddmd crashing on in-function import with all optimizations turned on
8593RESOLVEDINVALIDnormaldmdCT out of bounds checks sometimes skipped
8594NEWenhancementphobosphobos#9937Enum string validator in Phobos?
8595RESOLVEDFIXEDnormaldmdtypeof(return) inside opApply loop always int
8596RESOLVEDFIXEDnormaldmdIndeterministic assertion failure in rehash
8597RESOLVEDWONTFIXenhancementdmdUFCS fails when used with a pointer to enum and implicit dereferencing
8598RESOLVEDFIXEDregressiondmd[regression 2.059] Calling template function doesn't print instantiated line number
8599RESOLVEDINVALIDnormaldmdLink time error when class's method are defined without body and nothing is abstract
8600REOPENEDnormalphobosphobos#9938"writeln" one parameter garbled