D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
1401RESOLVEDWORKSFORMEnormaldmdMultiple inheritance of abstract template classes lead to segmentation fault.
1402RESOLVEDDUPLICATEmajordmdimbricated structs, functions and "with" generate invalid code
1403RESOLVEDWORKSFORMEnormaldmdIncorrect scope in unit test
1404RESOLVEDWORKSFORMEnormaldmdLink failure with template mixin and function literal
1405RESOLVEDFIXEDnormaldmdStack overflow when getting type info string of an invariant array
1406RESOLVEDFIXEDmajordmdOdd error when using indexes in static array initializers
1407RESOLVEDFIXEDnormaldmdauto type inference on new const(Class)() doesn't infer const
1408RESOLVEDFIXEDnormaldmdAssertion failure: 'd' on line 4234 in file 'mtype.c' on faulty d code
1409RESOLVEDFIXEDnormaldmdAssertion failure: '0' on line 4799 in file 'expression.c'
1410RESOLVEDFIXEDnormaldmdAliasing const-typed user defined types not working correctly.
1411RESOLVEDFIXEDnormaldmdref Tuple should transform to Tuple of ref's
1412RESOLVEDDUPLICATEenhancementdmdstringof shouldn't be shadowed by member func
1413RESOLVEDFIXEDnormaldmdnot every body is guarded by if statement in DMDFE
1414RESOLVEDFIXEDmajordmdcompiler crashes with CTFE and structs
1415RESOLVEDFIXEDnormaldmdgdc crash
1416RESOLVEDFIXEDenhancementdlang.orgAdd *NIX and FreeBSD to OS'es
1417RESOLVEDFIXEDnormaldmdtemplated final const member can't be assigned in constructor from the const const argument
1418RESOLVEDFIXEDnormaldmdtupleof bug on nested classes
1419RESOLVEDINVALIDmajordmddup attr not checked in the sub-class
1420RESOLVEDLATERenhancementphobosNo builtin equivalents to C++ containers
1421RESOLVEDFIXEDnormaldmdStack Overflow when using __traits(allMembers...)
1422RESOLVEDFIXEDminordmdDMD version info is outdated
1423RESOLVEDFIXEDblockerphobosRegistry: corrupted value
1424RESOLVEDDUPLICATEcriticaldmdis ( Type Identifier == function) Problems with inout/out/ref parameters
1425RESOLVEDFIXEDenhancementphobosFeature Request: call stack reflection
1426RESOLVEDFIXEDnormaldmdconst(templated class) allows calling mutable methods
1427RESOLVEDWONTFIXenhancementdmdGenerated .di files look ugly and are hard to read
1428RESOLVEDFIXEDnormaldmdSegfault on template specialization with delegates and tuples
1429RESOLVEDFIXEDmajordmdEquality for associative arrays doesn't work
1430RESOLVEDDUPLICATEnormaldmdCodeView: new dchar type not used
1431RESOLVEDWORKSFORMEnormaldmdForward reference related with string mixins
1432REOPENEDnormaldmddmd#17615Bogus "overlapping initialization" error with structs, unions, and member initializers
1433RESOLVEDWONTFIXenhancementdmdin array / slice / range / enum / ...
1434RESOLVEDINVALIDblockerdmdDMD COM design flaw
1435RESOLVEDFIXEDenhancementdmdDDoc: Don't apply DDOC_PSYMBOL everywhere
1436RESOLVEDFIXEDnormalphobosstd.date.getLocalTZA() returns wrong values when in DST under Windows
1437RESOLVEDFIXEDnormaldmddmd crash: "Internal error: ..\ztc\cod4.c 357"
1438RESOLVEDINVALIDnormaldmdInfinite recursive class template expansion
1439RESOLVEDFIXEDnormaltoolsOptlink segfault with long template string arguments
1440RESOLVEDFIXEDcriticaldmdCompiler hang with some modules
1441RESOLVEDFIXEDmajordmd[module] Allow 'private' to restrict class visibility outside module or outer class
1442RESOLVEDINVALIDnormaldmdstd.file.read returns truncated data on OS X if line ends are not Unix
1443RESOLVEDFIXEDmajordmdICE on template inference three-liner
1444RESOLVEDWONTFIXenhancementdmdImplicit conversions of types
1445RESOLVEDFIXEDenhancementdmdAdd default library options to sc.ini / dmd.conf
1446RESOLVEDFIXEDtrivialdlang.orgMissing comma in Final Const and Invariant page title
1447RESOLVEDDUPLICATEblockerdmdCTFE does not work for static member functions of a class
1448REOPENEDnormaldmddmd#17629UTF-8 output to console is seriously broken
1449RESOLVEDDUPLICATEnormaldmddeprecated methods are counted as interface implementation
1450RESOLVEDFIXEDmajorphobosRegistry: invalid UTF-8 sequence
1451RESOLVEDWORKSFORMEnormaldmdoverloading methods by mixin in static if doesn't work
1452RESOLVEDFIXEDnormalphobosstd.cstream doc incorrect - imports of stream and stdio are not public
1453RESOLVEDFIXEDnormaldmdinternal compiler error: Segmentation fault
1454RESOLVEDFIXEDnormaldmdIFTI cant deduce parameter if alias argument used
1455RESOLVEDFIXEDregressiondmdgdb: DMD does not generate debug info for class and struct members
1456RESOLVEDINVALIDnormaldmdCannot use a constant with alias template parameters
1457RESOLVEDDUPLICATEnormaldmdarray extension member syntax confused with local member functions
1458RESOLVEDDUPLICATEcriticaldmdlinker hangs with some very long enums & debug info
1459RESOLVEDFIXEDnormaldmdICE(cgcs.c) on attempt to set value of non-lvalue return struct
1460RESOLVEDFIXEDblockerdmdCompiler crash on valid code
1461RESOLVEDFIXEDnormaldmdLocal variable as template alias parameter breaks CTFE
1462RESOLVEDDUPLICATEenhancementdmdTemplated constructor not supported
1463RESOLVEDFIXEDnormaldmd__traits: indexed template parsed as type, not value
1464RESOLVEDFIXEDnormaldmd"static" foreach breaks CTFE
1465RESOLVEDDUPLICATEnormaldmdValue of x.stringof changes when used as a template parameter
1466RESOLVEDFIXEDminordlang.orgSpec claims maximal munch technique always works: not for "1..3"
1467RESOLVEDWONTFIXnormaldmdmixin same templates cause ld error: multiple definition
1468RESOLVEDFIXEDcriticaldmdA bug about stack overflow.
1469RESOLVEDFIXEDblockerdmd"alias int fpos_t" in std.c.stdio is wrong on Darwin
1470RESOLVEDFIXEDnormaldmd"extern (C)" inside function crashes gdc
1471RESOLVEDFIXEDnormaldmdLinker error on template function. Error 42: Symbol Undefined ...
1472RESOLVEDWONTFIXenhancementdmdBe more clever about detecting assigment to non-l-values
1473RESOLVEDWORKSFORMEregressiondmdregression: forward references in const struct/union initializers upset dmd
1474RESOLVEDFIXEDregressiondmdregression: const struct with an initializer not recognized as a valid alias template param
1475RESOLVEDFIXEDenhancementdmdallow to use intrinsic math functions (e.g. trigonometry) in CTFEs
1476RESOLVEDDUPLICATEenhancementdmdallow to use intrinsic math functions (e.g. trigonometry) in CTFEs
1477RESOLVEDFIXEDnormaldmdDMD hangs on named struct field initializer
1478RESOLVEDFIXEDnormalphobosPlease use threadsafe functions in getHostByName
1479RESOLVEDINVALIDmajordmdmixin error across two module
1480RESOLVEDFIXEDcriticalphobosstd.stream throws the new override warning all over the place
1481RESOLVEDWORKSFORMEnormaldmdadd final on template function cause local variable be finaled
1482RESOLVEDFIXEDnormalphobosstd.file docs are insufficient
1483RESOLVEDFIXEDnormaldmdErrors in threads not directed to stderr
1484RESOLVEDFIXEDregressiondmdForward reference of enum member crashes DMD
1485RESOLVEDWORKSFORMEregressiondmdReference to enum member in circular import crashes DMD
1486RESOLVEDFIXEDnormaldmdCan't implicitly convert char[][] to const(char)[][]
1487RESOLVEDFIXEDenhancementphobostoString(string) and toString(Object)
1488RESOLVEDFIXEDcriticaldmdBad code generation when using tuple from asm
1489RESOLVEDFIXEDregressiondmddmd-2.004 segfaults after encountering any source code error
1490RESOLVEDFIXEDmajordmdcompiler crash with memmove
1491RESOLVEDFIXEDnormalphobosif working with timed-out socket, SIGPIPE will kill program
1492RESOLVEDFIXEDnormaldmdWith recursive func definition, gdc evaluates too often
1493RESOLVEDINVALIDmajordmdProblem with dynamic array
1494RESOLVEDDUPLICATEnormaldmdICE on struct literal when struct has union members
1495RESOLVEDWONTFIXenhancementdmdfrontend optimization
1496RESOLVEDFIXEDenhancementdmdMake stringof return D-style function pointer type strings
1497RESOLVEDFIXEDnormaldlang.orgAdd a link to the DWiki debuggers page
1498RESOLVEDFIXEDnormaldmdRecursive mixins are not allowed
1499RESOLVEDFIXEDnormaldmd__trais: iterating over __traits(allMembers,...) with extern attributes does not compile
1500RESOLVEDWONTFIXenhancementdmdTemplate Arguments, Aliases, or Typedefs Generate Error when used inside inline ASM blocks