D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
2101RESOLVEDFIXEDenhancementdmdCTFE: Please may I use mutable arrays at compile time?
2102RESOLVEDWORKSFORMEnormaldmdInvalid code generated with nested delegates
2103RESOLVEDINVALIDnormaldmdimport expression with relative path fails on Linux
2104RESOLVEDFIXEDenhancementphobosstd.regex: escape function for regular expressions
2105RESOLVEDFIXEDmajorphobosManual Memory Management for Associative Arrays
2106RESOLVEDFIXEDmajordmdexport class doesn't affect, what is exported
2107RESOLVEDINVALIDnormalphobosRegexp multiline attribute is broken
2108RESOLVEDFIXEDnormalphobosregexp.d: The greedy dotstar isn't so greedy
2109RESOLVEDFIXEDnormaldmdasm {lea EAX, [0*0+EAX]; } rejected.
2110RESOLVEDWORKSFORMEnormaldmd-run causes assertion error
2111RESOLVEDFIXEDnormaldmdProtection incorrectly resolved when accessing super class' tupleof
2112RESOLVEDFIXEDnormaldmdthe type of undefined variable incorrectly assumed to be int
2113RESOLVEDINVALIDnormaldmdspec inconsistent with the current d1.0 behavior?
2114RESOLVEDWORKSFORMEnormalphobosIncorrect example foreach readLine()
2115RESOLVEDWORKSFORMEenhancementdlang.orgDescribe thread_hdl in relation to unix
2116RESOLVEDWONTFIXnormalphobosVery incomplete docs for std.c.process
2117RESOLVEDFIXEDenhancementphobosPlease add more byteswapping support
2118RESOLVEDFIXEDtrivialdlang.orgInconsistent use of string vs invariant(char[]) in doc
2119RESOLVEDFIXEDenhancementdlang.orgPlease provide example of interfacing to C struct
2120RESOLVEDWORKSFORMEenhancementdmdscope class spec unclear
2121RESOLVEDINVALIDnormalphobosstd.conv.to doesn't know about std.encoding
2122RESOLVEDWORKSFORMEnormaldmdScope object from a mixin destroyed immediately
2123RESOLVEDFIXEDregressiondmdAnonymous class crashes
2124RESOLVEDFIXEDnormalphobosUsing method or delegate from reduce! template.
2125RESOLVEDINVALIDnormaldmdMoving a template to a separate module breaks compilation
2126RESOLVEDWORKSFORMEenhancementdmdclass template specialization and inheritance
2127RESOLVEDFIXEDcriticaldmdinliner turns struct "return *this" from by-value into by-ref
2128RESOLVEDWORKSFORMEenhancementdmdTemplate function argument binding is too restrictive wrt qualifiers
2129RESOLVEDFIXEDnormaldmdforeach won't work with invariant limits
2130RESOLVEDINVALIDnormaldmdQualifier does not apply to multiple typed definition
2131RESOLVEDINVALIDenhancementdmdTemplate scope access
2132RESOLVEDFIXEDnormaldmdCTFE: can't evaluate ~= at compile time, D2 only.
2133RESOLVEDFIXEDnormaldmdanonymous enum without {} doesn't work as asm value
2134RESOLVEDFIXEDnormaldmd'Symbol undefined' when array created from tuple is sliced and used in foreach
2135RESOLVEDDUPLICATEnormaldmddmd produces wrong code for dynamic array of associative array
2136RESOLVEDFIXEDnormaldmdtypeof(super(...)) counted as a constructor call
2137RESOLVEDFIXEDenhancementphobosData not compressed on fly when adding to zip archive
2138RESOLVEDFIXEDenhancementphobosAllow more than 65535 files in Zip archives
2139RESOLVEDWORKSFORMEminordmdCompiler rejects delegate of a static struct instance as non-constant
2140RESOLVEDFIXEDnormaldmdstatic if as final statement with no code causes containing code to be skipped
2141RESOLVEDFIXEDnormaldmdCompiling with sjlj exception unwinding fails
2142RESOLVEDFIXEDnormalphobosgetopt() incorrectly processes bundled comman-line options
2143RESOLVEDFIXEDnormaldmdMixed-in identifier is not recognized by static if
2144RESOLVEDFIXEDnormaldmd'is' is defined to be the same as '==' for non-class and non-array types, but does not call opEquals
2145RESOLVEDFIXEDnormalphobosPhobos buildsystem unable to build html
2146RESOLVEDFIXEDnormaldmdMultiple execution of 'static this' defined in template
2147RESOLVEDWONTFIXnormalphobosstd.typecons broken (or wrong documentation presented)
2148RESOLVEDDUPLICATEnormaldmdIncorrect local closure detection when closure is used as local alias parameter
2149RESOLVEDFIXEDminordmdAuto variables loose the keyword "auto" in di files generated with -H option.
2150RESOLVEDFIXEDnormalphoboscannot get values from const variant
2151RESOLVEDINVALIDmajordmd-release generates buggy array appending code
2152RESOLVEDWORKSFORMEnormaldmdParentheses usage inconsistency.
2153RESOLVEDDUPLICATEminordmdmixin(null) error message has no line number
2154RESOLVEDFIXEDregressiondmdstatic if (is(typeof(E.toString()) : string)) in template broken
2155RESOLVEDDUPLICATEnormaldmdcase statements always start new scope
2156RESOLVEDFIXEDnormaldmd[] and null should be accepted where a compile-time string is required
2157RESOLVEDINVALIDnormaldmd[GSoC] mixin struct, function overload
2158RESOLVEDFIXEDcriticaldmdStatic associative array initialisation causes segmentation fault
2159REOPENEDenhancementdmddmd#17713Confusion between function call and C++ style function address
2160RESOLVEDWONTFIXnormalphobosspawnvp P_NOWAIT issue
2161RESOLVEDFIXEDnormaldmdModify compiler to pass array TypeInfo to _adEq and _adCmp instead of element TypeInfo
2162RESOLVEDFIXEDnormalphobosAccess violation when threads run closures
2163RESOLVEDWONTFIXnormalphobossuccessfully reading doesn't necessarily mean not EOF in the stream
2164RESOLVEDFIXEDnormalphobosRandom Phobos Linux buildsystem feedback
2165RESOLVEDINVALIDnormalphobosphobos format is not POSIX compatible
2166RESOLVEDFIXEDnormalphobosMore stuff that doesn't compile in Phobos
2167RESOLVEDDUPLICATEnormaldmdincorrect behaviour of IsExpression on invalid template instance
2168NEWenhancementdmddmd#17716cast extern enhancement?
2169RESOLVEDWONTFIXnormaldmd(D1 only) Can't concat non-char[] string literal and char literal
2170RESOLVEDWONTFIXenhancementdmdReplace struct "literals" with actual struct literals
2171NEWenhancementdmddmd#17737errors involving anonymous class literals expose compiler internals
2172RESOLVEDFIXEDenhancementdmdstatically disallow bool + bool
2173RESOLVEDWORKSFORMEnormaldmdforeach iteration not possible for associative array indexed with static array
2174RESOLVEDFIXEDnormaltoolsdstress test case typo and something not correct
2175RESOLVEDFIXEDnormaltoolswrong categorizing of dstress test case
2176RESOLVEDFIXEDnormaldmdAssertion failure: 'sz == es2->sz' on line 1339 in file 'constfold.c' (concatenating strings of different types)
2177RESOLVEDINVALIDnormaltoolsdstress nocompile section get something should be in compile section?
2178RESOLVEDFIXEDnormaldmd3 errors without line number: typeof
2179RESOLVEDWORKSFORMEnormaldmd[module] import inside class works but is not in spec
2180RESOLVEDFIXEDnormaldmdfilename error with #line
2181RESOLVEDFIXEDenhancementphobosConstant-time std.gc.removeRange
2182RESOLVEDWONTFIXmajordmdExceptions don't work on FreeBSD
2183RESOLVEDFIXEDnormaldlang.orgBad formatting in std.c.stdlib
2184RESOLVEDDUPLICATEnormaldmdClass Invariants not called
2185RESOLVEDFIXEDenhancementdlang.orgBugzilla CC & Reasign
2186RESOLVEDINVALIDnormalphobosOut of order in stdout
2187RESOLVEDWONTFIXnormalphobosmissing make target
2188RESOLVEDFIXEDnormaldmdman-or-boy test fails with access violation
2189RESOLVEDINVALIDnormaldmdbad alias declaration not reported as semantic error
2190RESOLVEDFIXEDnormaldmdtoHash documentation is deprecated [D2.0]
2191RESOLVEDFIXEDblockerdmdGDC fraudulently defines D_InlineAsmX86
2192RESOLVEDDUPLICATEnormaldmdReturning from inside foreach body delegate only returns from inner delegate
2193NEWenhancementdmddmd#17739Allow implicit conversions: char -> ubyte, wchar -> ushort, dchar -> uint
2194NEWnormaldmddmd#17744Variadic parameters of non-array types
2195RESOLVEDFIXEDnormaldmdVariable shadowing in foreach is not detected and reported
2196RESOLVEDINVALIDminordmdLink errors with an abstract class's method implementing an interface
2197RESOLVEDWONTFIXenhancementdmdNeed warning on declared, but unaccessed, variables
2198RESOLVEDINVALIDnormaldmdSegfault
2199RESOLVEDFIXEDnormaldmdSegfault using array operation in function call
2200RESOLVEDDUPLICATEnormalphobosstd.string.format behaves wrong when passing an interface reference