D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
9501NEWenhancementphobosphobos#9951Struct std.mmfile.MmFile?
9502RESOLVEDWONTFIXenhancementphobosstd_container.BinaryHeap.pop?
9503RESOLVEDFIXEDnormaldlang.org[grammar] template declaration/instance must take one or more arguments?
9504RESOLVEDFIXEDnormaldmdtypeof does not look up properties correctly on template argument
9505RESOLVEDFIXEDnormalphobosstd.zlib seem to be bugged
9506RESOLVEDINVALIDnormalphobosWhen using alias this, writeln modifies its argument
9507RESOLVEDFIXEDnormalphobosstd.range.transposed behaves poorly with jagged ranges of ranges
9508RESOLVEDFIXEDnormaldmdRDMD doesn't generate new dependency list when a file is changed.
9509RESOLVEDDUPLICATEnormaldmdstd.stdio fails to import with specific dmd command-line options
9510RESOLVEDFIXEDnormaldmdcore.bitop.bsr undefined
9511RESOLVEDWONTFIXenhancementdmd[enh] overloading on attributes
9512RESOLVEDFIXEDnormalphobosstd.regex: Incorrect parsing of hex sequences composed from capital letters.
9513ASSIGNEDenhancementphobosphobos#9598RedBlackTree excessively copies structs by value
9514RESOLVEDFIXEDregressiondmd"template instance … is not an alias"
9515REOPENEDenhancementdmddmd#17573UFCS fails with local aliases
9516RESOLVEDDUPLICATEnormaldmdSelective imports are always public
9517RESOLVEDDUPLICATEnormaldmdSafety/purity/etc. of mixin code should not depend on generating function
9518RESOLVEDDUPLICATEnormalphobosWith DList of pointers, insertBack matches multiple templates.
9519RESOLVEDDUPLICATEnormaldmdconstant bug in structures
9520RESOLVEDDUPLICATEnormaldmdWrong associative array literal interpretation
9521RESOLVEDINVALIDnormaldmdMissed with() anti-hijacking
9522RESOLVEDFIXEDenhancementdruntime[AA] AA implementation needs no prime number of buckets
9523RESOLVEDFIXEDregressionphobosstd.conv.to will no longer convert enums to themselves
9524RESOLVEDFIXEDnormaldmdUnittest ddocs fail to appear following ditto
9525RESOLVEDFIXEDregressiondmd[CTFE] Cannot convert &S to const(S*) at compile time
9526RESOLVEDFIXEDregressiondmdICE when compiling project with unittests
9527RESOLVEDDUPLICATEnormaldmdEscaping references to variardic parameter array are not properly checked
9528RESOLVEDFIXEDnormalphobosstd.array.appender can't append elements with const members
9529RESOLVEDFIXEDnormaldlang.orgSwitch Statement grammar bug for the chain of case statements
9530NEWenhancementphobosphobos#9952std.path should have a function for getting the canonical path to a file or directory
9531RESOLVEDFIXEDnormaldmd__traits(parent, ...) does not work for types defined within a unittest block
9532RESOLVEDWORKSFORMEnormaldmdscope(exit) + alloca -> internal error
9533RESOLVEDFIXEDnormaldlang.orgCHM generation crashes
9534RESOLVEDFIXEDnormaldmdDistributed CHM file lacks styling
9535RESOLVEDFIXEDminordlang.orgincomplete documentation for std.range.recurrence and std.range.sequence
9536RESOLVEDFIXEDregressiondmdIFTI fails when calling a static member from const member
9537RESOLVEDFIXEDnormaldmdauto ref returns a reference its own stack
9538RESOLVEDFIXEDregressiondmdRegression (2.062): Can't use typeid on .ptr of static array
9539RESOLVEDFIXEDregressiondmdWrong implicit conversion of array to pointer
9540RESOLVEDFIXEDnormaldmdCompiler crash on delegate context frame assignment
9541NEWnormaldmddmd#18521CTFE: wrong code with delegates, recursion
9542RESOLVEDFIXEDtrivialdlang.orgBroken link on std.range doc page
9543NEWnormalphobosphobos#9953Base64.decode shouldn't require source to have known length
9544RESOLVEDFIXEDnormaldlang.orgD logo image is broken on non-root-level pages
9545RESOLVEDFIXEDregressiondmd[REG 2.063a] ICE with member template instantiation
9546RESOLVEDFIXEDnormaldmdgetProtection trait does not work with mixin or getMember
9547RESOLVEDWORKSFORMEnormaldlang.orgtypeof() which requires .init must be properly documented
9548RESOLVEDFIXEDnormalphobosBigInt: Wrong comparison result: BigInt("-1") > long.min
9549RESOLVEDWORKSFORMEregressiondmdRegression (2.062): Compiler spits out unrelated messages on error
9550RESOLVEDWONTFIXenhancementphobosRepeat!fun(size_t n)
9551RESOLVEDFIXEDnormaldmdtemplate this parameter not recognized in constructors
9552RESOLVEDFIXEDregressiondmdDMD crashed when taking member delegate from __traits(getOverloads)
9553RESOLVEDFIXEDnormalphobosSOCKET should be 64 bit wide on Win64
9554RESOLVEDFIXEDnormaldmdInconsistent stringof and mangleof result for module/package identifier
9555RESOLVEDINVALIDnormaldmdType deduction for new lambda syntax literals breaks with templates
9556RESOLVEDFIXEDminorphobosMissing underscore in docs for std.string.isNumeric
9557RESOLVEDFIXEDnormalphobosstd.array.array of array of immutable structs
9558RESOLVEDINVALIDnormalphobos0b and 0x prefixes for std.string.isNumeric
9559RESOLVEDFIXEDnormalphobosRange of Nullable doesn't work with std.array.array
9560RESOLVEDWORKSFORMEminorphobosToo many error messages from std.array
9561RESOLVEDFIXEDminordmdMany error messages from std.format
9562RESOLVEDFIXEDminordmdBuilt-in runtime properties should become error with `Type.prop`
9563RESOLVEDINVALIDregressiondmd(2.062) typeof(T[0]) no longer works with array T's
9564NEWenhancementdmddmd#18522Give module name too in "did you mean" error messages
9565RESOLVEDFIXEDenhancementdmdIndex of static array should not print literal suffix
9566RESOLVEDFIXEDregressiondmdRegression (2.062): Cannot use struct .init when it contains a static array initialized from a single element.
9567RESOLVEDINVALIDmajordmd"Symbol Undefined" linker error after separating project part into library
9568RESOLVEDFIXEDregressiondmd[64bit] wrong code for scope(exit)
9569RESOLVEDWONTFIXnormaldmd'alias this' syntax is not accepted by dmd
9570RESOLVEDFIXEDenhancementdmdWrong foreach index implicit conversion error
9571RESOLVEDFIXEDmajordmdlink error due to using unique ids in anonymous funcliteral
9572RESOLVEDFIXEDnormaldmdMissed wrong implicit integral conversion
9573RESOLVEDINVALIDnormaldmdSpurious _error_ in diagnostic
9574RESOLVEDFIXEDenhancementdmdDiagnostic for old use of 'alias this = that' should be informative
9575RESOLVEDINVALIDnormaldmd__traits(compiles, mixin()) incorrectly returns false
9576RESOLVEDWORKSFORMEregressiondmd"Symbol Undefined" linker error on using `std.random.MinstdRand`
9577RESOLVEDFIXEDmajordmdCrash on static array of function literals
9578RESOLVEDFIXEDnormaldmd"is a nested function and cannot be accessed from" problem
9579RESOLVEDFIXEDminorphobosstd.regex.replace format argument should not require same constness as target string
9580RESOLVEDWORKSFORMEnormalphobosstd.variant.Algebraic with Tuple format problem
9581RESOLVEDFIXEDnormaldmdExceptions are too slow
9582RESOLVEDWONTFIXnormalphobosstd.algorithm.map!(T) cause CT error for fixed size arrays
9583RESOLVEDFIXEDnormalphobosstd.getopt.getopt does not consume options terminator "--" from args list, as docs claim
9584RESOLVEDFIXEDnormaldruntimeExceptions in D are ludicrously slow (far worse than Java)
9585RESOLVEDWONTFIXenhancementdruntime[AA] Implement getPair() for Associative Arrays
9586RESOLVEDFIXEDmajordmdWin64 5/6/7 struct returns
9587RESOLVEDWORKSFORMEregressionphobosrdmd now fails to compile due to Phobos changes
9588RESOLVEDFIXEDnormalphobosformat prints context pointer for struct
9589RESOLVEDWONTFIXenhancementphobosAdd hasEmpty template to std.range
9590RESOLVEDFIXEDnormaldmdUFCS does not work with void lazy expressions
9591RESOLVEDFIXEDenhancementphobosstd.typetuple.staticApplyMap
9592RESOLVEDDUPLICATEminorphobosJustified Tuple printing
9593NEWenhancementphobosphobos#9954Optional type-free printing of a std.typecons.Tuple
9594NEWenhancementphobosphobos#9955std.format.tableFormat
9595RESOLVEDDUPLICATEnormaldruntimeThe thread priority can be setted only after the start()
9596RESOLVEDFIXEDnormaldmdAmbiguous match is incorrectly hidden by additional lesser match
9597RESOLVEDDUPLICATEnormaldmdusing "this" as a type leads to confusion
9598RESOLVEDWORKSFORMEmajorphobosCannot use moveFront on MapResult!(lambda, ByLine!(char, char))
9599RESOLVEDFIXEDnormalphobosFile.byLine doesn't function properly with take
9600NEWenhancementdruntimedmd#17248Inner class is not finalized on parent class finalization