D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
23205RESOLVEDFIXEDnormaldmdCan't declare mixin template inside a function
23206RESOLVEDFIXEDmajordmdImportC: __declspec(noreturn) does not compile
23207RESOLVEDFIXEDmajordmddmd hangs compiling druntime/src/core/stdc/errno.c
23208NEWnormaldmddmd#18113[dip1000] missing return scope inference after parameter assignment
23209RESOLVEDDUPLICATEnormaldruntimeLinker error for valid code.
23210NEWenhancementphobosphobos#10495[Function feqrel]
23211RESOLVEDDUPLICATEnormaldmdis(__traits(parent,...) == module) evaluates to false even if the parent is module
23212NEWenhancementdruntimedmd#17201missing documentation for druntime hooks
23213RESOLVEDFIXEDnormaldmdImportC - variable length array does not compile
23214RESOLVEDFIXEDblockerdmdImportC: typedef with unsigned types does not compile
23215RESOLVEDFIXEDmajorphoboscalling std.file.remove with null string segfaults in strlen
23216RESOLVEDFIXEDenhancementdmdBetter Error Message For foreach_reverse Without Bidirectional Range
23217RESOLVEDFIXEDnormaldmdImportC: extra initializer(s) error for array of structs
23218RESOLVEDFIXEDmajordmdICE: src/dmd/backend/cgxmm.d:1373: Assertion `0' failed.
23219NEWmajordmddmd#20125ICE: AssertError@src/dmd/hdrgen.d(1910): Assertion failure
23220NEWnormaldmddmd#20126CTFE: Casting from static array to vector should result in an element-wise conversion
23221NEWnormaldmddmd#18114codegen: Casting from static array to vector should result in an element-wise conversion
23222RESOLVEDFIXEDminordmdvcg-ast segfaults on aliases to parent module
23223RESOLVEDFIXEDnormaldmdAliases to modules print the modules contents into ast dump
23224RESOLVEDFIXEDnormaldmdImportC: memory model switch is not passed to C preprocessor
23225RESOLVEDFIXEDmajordmdOpenBSD: cpp invocation cannot find files
23226RESOLVEDFIXEDblockerdmddruntime does not compile with -preview=nosharedaccess
23227NEWnormaldmddmd#20127DMD compiler can't be built without RTTI
23228RESOLVEDFIXEDnormaldruntimeOpenBSD: No SIGRTMIN or SIGRTMAX
23229NEWnormaldmddmd#18115struct used as UDA with opDispatch errors with "variable `impl` cannot be modified at compile time" if it includes a call to writeln
23230RESOLVEDFIXEDnormaldmdcannot implicitly convert expression define of type char[7] to char
23231NEWenhancementphobosphobos#10496splitWhen from std.algorithm is not CTFEable
23232NEWnormaldmddmd#20128Static array limits are incorrect for -m64
23233NEWnormaldmddmd#18116Compiler hangs when current static array limit reaches the edge
23234RESOLVEDFIXEDmajordmdDelegate literal with inferred return value that requires following alias-this uses class cast instead.
23235RESOLVEDFIXEDnormaldmd[DIP1000] typesafe variadic parameters should automatically be scope
23236RESOLVEDFIXEDnormaldmdcan't initialize a @mustuse member in constructor
23237RESOLVEDFIXEDblockerdlang.orgdmd 2.100.1 download link error.
23238RESOLVEDFIXEDregressionphobosCannot write a const Nullable(T, T nullValue)
23239NEWmajordmddmd#20129Type with destructor returned from helper function moved without postblit or copyctor
23240NEWregressiondmddmd#18117dmd compiles 'ok' class invalid to interface if class contains abstract members
23241RESOLVEDFIXEDblockerdmd__traits getMember breaks compilation when hit an alias
23242RESOLVEDWONTFIXnormalphobosInputRangeObject derived from RandomAccessInfinite is not a random-access range
23243RESOLVEDWONTFIXenhancementphobosstd.range.isInfinite should accept ranges with non-static empty methods
23244RESOLVEDDUPLICATEregressiondmd[REG 2.100.1]Functions with function parameter give strange error messages
23245RESOLVEDFIXEDregressionphobos[REG 2.099] std.format ignores non-const toString method of static array element
23246RESOLVEDFIXEDregressionphobos[REG 2.099] std.format ignores non-const toString method of associative array value
23247RESOLVEDFIXEDregressiondmdDeprecation: argument 0.0L for format specification "%La" must be double, not real
23248RESOLVEDDUPLICATEmajordlang.org[Home]
23249RESOLVEDFIXEDnormaldmdDeprecation: argument &p for format specification "%m" must be char*, not char**
23250RESOLVEDFIXEDnormalphobosUnicode regional indicators are not paired correctly
23251RESOLVEDFIXEDnormaldmdDeprecation: format specifier "%[a-z]" is invalid
23252RESOLVEDFIXEDnormaldmdDeprecation: format specifier "%[]]" is invalid
23253RESOLVEDFIXEDmajordruntimeasserting in a destructor causes a deadlock
23254RESOLVEDFIXEDnormaldmdDeprecation: format specifier "%S" and "%C" are invalid
23255RESOLVEDDUPLICATEregressiondmd[REG 2.099] undefined reference to 'core.internal.switch.__switch_error()(string, size_t)'
23256RESOLVEDFIXEDnormaldmdmust supply -mscrtlib manually when compiling for Windows
23257RESOLVEDDUPLICATEblockerinstallerUnable to Download Installer from DLang Website
23258RESOLVEDFIXEDcriticaldmdICE on SumType of two arrays of classes
23259NEWnormaldmddmd#20130Visibility violation with variadic templates
23260NEWenhancementdmddmd#20131If constructors have a function body, they should infer attributes
23261RESOLVEDFIXEDnormaldmddruntime core.std.attribute.Tagged1_2 constructor is unsafe
23262RESOLVEDFIXEDnormaldmdtypesafe variadic function parameter cannot infer return
23263RESOLVEDDUPLICATEenhancementdlang.org[DMD Compiler for Windows]
23264NEWenhancementdmddmd#20132Allow __traits(parameters) in the return type or contract of a function
23265NEWenhancementdmddmd#20133spell checker could provide better identification of spelling mistakes
23266RESOLVEDWONTFIXenhancementdmdDead else blocks are not considered unreachable
23267NEWnormaldmddmd#20134statically evaluated code in betterC mask static assertion message with an unrelated error
23268RESOLVEDFIXEDregressionphobosclamp no longer accepts shorts
23269RESOLVEDWORKSFORMEnormalvisualdUnable to build VisualD
23270RESOLVEDFIXEDminorphobosstd.random.dice is poorly documented
23271RESOLVEDFIXEDregressiondmd`goto` skips declaration of variable `bugred.A.test.__appendtmp4`
23272NEWregressiondruntimedmd#17451[REG2.099] CTFE error of typeid comparison ==
23273NEWregressiondmddmd#18118[REG2.095] Error on passing inout variable to function (not an lvalue)
23274NEWregressiondmddmd#20135[REG2.099] Wrong call resolution (ambiguity) with const and non-const methods
23275NEWmajordlang.orgdlang.org#4125docarchives.dlang.io invalid SSL certificate + "Not Found" Error
23276RESOLVEDFIXEDnormaldlang.orgDOC: ">" instead of ">" in dmd-windows.html
23277NEWminordmddmd#20136alias to mixin template breaks selective overriding of mixin template member
23278REOPENEDnormaldmddmd#20137Can't pass alias member to a function
23279RESOLVEDFIXEDcriticaldmdSegmentation fault on mixin template + using unknown type
23280NEWenhancementvisualdvisuald#257Error: Incompatible types for array comparison: string and string
23281NEWregressiondmddmd#20138[REG2.099] Cannot pass alias template overload to template ("is not a template, it is a function")
23282NEWnormalphobosphobos#9842locale decimal separator unsued [dot vs comma]
23283RESOLVEDINVALIDregressiondmdHealth is just one aspect of Healthy Life Human.
23284RESOLVEDFIXEDenhancementdmdEnhance floating point not representable error message
23285NEWenhancementdlang.orgdlang.org#3993code.dlang.org: code search would be a great feature
23286RESOLVEDFIXEDblockerphobosstd.logger.core randomly fails unittests on line 1900
23287NEWnormaldmddmd#18119Invalid @nogc code succeeds when compiling with -o-
23288RESOLVEDFIXEDnormalphoboszlib: Fix potential buffer overflow
23289NEWnormaldruntimedmd#17452winsock2.d is missing some definitions
23290NEWenhancementdlang.orgdlang.org#4126Interfacing to C++ mention C++ symbols may have been stripped
23291RESOLVEDFIXEDregressiondmdMembers of arrays of shared classes cannot be compared
23292NEWnormaldmddmd#20139Import in template ignored during IFTI for eponymous member
23293RESOLVEDFIXEDnormaldmdImportC: _Bool bit fields layout does not match gcc
23294RESOLVEDFIXEDnormaldmd[dip1000] parameter to parameter assignment leads to incorrect scope inference
23295RESOLVEDFIXEDenhancementdmd[dip1000] explain why scope inference failed
23296RESOLVEDFIXEDnormaldlang.orgValue Range Propagation not documented
23297RESOLVEDINVALIDnormaldmdYou Can Assign a dstring to a dchar[] if Both Sides of the Expression are Slices
23298RESOLVEDFIXEDenhancementphobosstd.string wrap wraps early
23299NEWenhancementdmddmd#18120Detect if lambda does not access its delegate context pointer
23300RESOLVEDFIXEDnormalphobosstd.array : array wrongly propagates scopeness of source
23301RESOLVEDFIXEDnormaldlang.orgDlang website (doc) bug: std_experimental_checkedint.html
23302RESOLVEDFIXEDminordruntimestd.algorithm.comparison.predSwitch producing SwitchError with error message as the filename
23303NEWregressiondmddmd#20140[REG2.096] Conflict error on private imports
23304RESOLVEDWONTFIXenhancementdruntimeAdd core.bitops.ReverseBitRange