D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
2501RESOLVEDFIXEDnormaldmdmember function marked as final override ignores override requirements
2502RESOLVEDDUPLICATEenhancementdmdcompiler crashes on erroneous AA declaration
2503RESOLVEDFIXEDnormalphobosError 42: Symbol Undefined _D3std7process6systemFAyaZi
2504ASSIGNEDenhancementdmddmd#17814Reserve for associative arrays
2505RESOLVEDDUPLICATEnormaldmdInline Assembly: Getting offset of a label
2506RESOLVEDFIXEDnormaldmdCan't initialize const member in ctor if it is accessed via this.member syntax
2507RESOLVEDWONTFIXnormalphobosNo support for Posix on Windows
2508RESOLVEDFIXEDmajordmd-inline doesn't work with new runtime lib.
2509RESOLVEDDUPLICATEnormaldmdCompiler rejects inner function that return references
2510RESOLVEDFIXEDenhancementdmdprovide a template instantiation backtrace when compile fails in a template
2511RESOLVEDFIXEDblockerdmdCovariant return type doesn't work with circular import
2512RESOLVEDFIXEDnormalphobosParameterTypeTuple do not support opCall
2513RESOLVEDDUPLICATEnormaldmdSilent error for tupleof from forward reference
2514RESOLVEDFIXEDnormaldmdindexing error in struct.tupleof[i]
2515RESOLVEDFIXEDnormalphobosLots of pure and nothrow functions not marked as such.
2516RESOLVEDDUPLICATEnormaldmdDDoc omits static on templates
2517RESOLVEDFIXEDnormaldmdDDoc omits abstract on classes
2518RESOLVEDFIXEDcriticaldmdscope(success) not executed and RAII variable destructor is not called
2519RESOLVEDFIXEDnormaldmdSegfault when >> used in an invalid slice
2520RESOLVEDFIXEDnormaldmdICE on template mixin typedef
2521RESOLVEDFIXEDnormaldmdNot possible to return immutable value by ref
2522RESOLVEDINVALIDmajordmdCombining two types
2523RESOLVEDFIXEDnormalphobos[PATCH] fix rdmd to understand core.* libs
2524RESOLVEDFIXEDnormaldmdfinal override inconsistent when implementing interfaces
2525NEWnormaldmddmd#17816Can't use `override` when implementing abstract base class's interface function
2526RESOLVEDWONTFIXmajordmd(D1 only) non-const initializer to constant accepted inside template
2527RESOLVEDFIXEDregressiondmdAlias Template Params Are Always Same Type As First Instantiation (according to typeof(x).stringof)
2528RESOLVEDFIXEDenhancementphobosArrays in Phobos shold be pre-allocated.
2529RESOLVEDFIXEDenhancementdmd'package' access qualifier should allow access to sub-packages
2530RESOLVEDDUPLICATEregressiondmd"Previous definition different" error on using template class with inner struct
2531RESOLVEDFIXEDnormaldmdDDoc not generated correctly for struct methods inside static if
2532RESOLVEDFIXEDenhancementdmd'=' does not give a boolean result
2533RESOLVEDFIXEDminordmdcompiler falls with "assertion failed" message on wrong code
2534RESOLVEDFIXEDnormaldmddmd.conf is wrong
2535RESOLVEDDUPLICATEnormalphobosStandard library does not mark functions as pure
2536RESOLVEDDUPLICATEblockerdmdClassInfo.interfaces contains null sub-ClassInfos
2537RESOLVEDFIXEDnormaldmdcompiler crashes on this code:
2538REOPENEDenhancementdmddmd#17823Private final method is not involved in inteface method resolution
2539RESOLVEDDUPLICATEnormaldmdBase class methods are not involved in interface methods implementation resolution
2540RESOLVEDFIXEDenhancementdmdsuper can not be using in alias statement
2541RESOLVEDWORKSFORMEnormaldmdcannot use aliased type for decl of foreach variable
2542RESOLVEDFIXEDnormaldmdarray casts behave differently at compile and runtime
2543RESOLVEDDUPLICATEenhancementdmdforeach's index behaves differently for every type
2544RESOLVEDDUPLICATEmajordmdimplicit const casting rules allow violations of const-safety
2545RESOLVEDWONTFIXenhancementphoboswrite(f)(ln) delays throwing StdioException("Bad file descriptor") when no console is available
2546RESOLVEDFIXEDnormaldmdArray Ops silently fail when no slice symbol is used.
2547RESOLVEDWORKSFORMEnormaldmdArray Ops should check length, at least when bounds checking is on
2548REOPENEDenhancementdmddmd#17829Array ops that return value to a new array should work.
2549RESOLVEDFIXEDnormaldmdSegfault on array multiplication.
2550RESOLVEDFIXEDenhancementdmdimplicit conversions don't apply to template value parameter specialization
2551RESOLVEDFIXEDnormalphobosstd.format on invariant values : error and segmentation fault
2552RESOLVEDINVALIDnormalphobosstd.path.isabs broken for Windows
2553RESOLVEDFIXEDnormaldmdExcess attribute propagation for interfaces
2554RESOLVEDINVALIDminordmdspec for pragma(lib, ...) doesn't say it's only legal as declaration
2555RESOLVEDDUPLICATEnormaldmdICE using invalid tuple property in a declaration
2556RESOLVEDFIXEDnormaldmdProperty classinfo needs better documentation (RTTI, typeof, typeid, runtime type information)
2557RESOLVEDWONTFIXnormaldmdinconsistent behavior when taking reference to member without instance
2558NEWenhancementdmddmd#17851#line should show the same package as the original module
2559RESOLVEDFIXEDcriticaldmdbad code generation for enum arrays
2560RESOLVEDFIXEDregressiondmdICE(cod4.c) on invoking method that takes ref const struct parameter
2561RESOLVEDDUPLICATEnormaldmdFunction return values cannot be used as "ref const" parameters
2562RESOLVEDFIXEDnormaldmdforeach over uninitialized array fails in CTFE
2563RESOLVEDWONTFIXnormaldmdDerived class is implicitly castable to Base class when inherited privately
2564RESOLVEDFIXEDnormaldmdCTFE: the index in a tuple foreach is uninitialized (bogus error)
2565REOPENEDenhancementdmddmd#17858Should be able to use an inherited method as interface implementation
2566RESOLVEDDUPLICATEnormaldmdRegression:compiler ICE from TypeTuple
2567RESOLVEDFIXEDenhancementdmd[patch] Option To Not Treat Warnings As Errors
2568RESOLVEDINVALIDminordmdWarning Inside Template Causes Instantiation Error
2569RESOLVEDFIXEDnormaldmdstatic arrays in CTFE functions don't compile
2570RESOLVEDFIXEDtrivialdmdPatch for some mistakes in Ddoc comments.
2571RESOLVEDFIXEDnormaldmdconst/invariant/immutable static arrays: const(T)[N] and const(T[N]) are the same, but DMD treats them as different
2572RESOLVEDFIXEDmajordlang.orgimmutable keyword not documented
2573RESOLVEDLATERnormaldmd[Tracker] Data integrity issues
2574RESOLVEDFIXEDmajordmdstd.c.stdio doesn't compile: va_list not defined!
2575RESOLVEDFIXEDmajordmdgdb: can not show code
2576RESOLVEDFIXEDnormaldmdICE(mtype.c, MODconst) - forward reference of aliased-type string constant
2577RESOLVEDFIXEDnormaldmdDMD crashes on foreach of undefined identifier
2578RESOLVEDWORKSFORMEnormaldmdCompiler crashes when type is passed to writefln()
2579RESOLVEDFIXEDnormaldmdTemplate function accepting a delegate with in argument doesn't compile
2580RESOLVEDFIXEDcriticaldlang.orgDocumented WinMain for D2 is wrong
2581RESOLVEDFIXEDnormaldmdDDoc doesn't work for functions with auto return type.
2582RESOLVEDFIXEDregressiondmdSignificantly Increased Compile Times For DWT
2583RESOLVEDDUPLICATEnormaldmdSegfault on invalid foreach argument
2584RESOLVEDFIXEDmajordmdGDC on ARM does not honor volatile
2585RESOLVEDWONTFIXnormalphobosstd.stream readf
2586RESOLVEDFIXEDnormaldmdbroken import gcstats
2587RESOLVEDFIXEDenhancementphobosstd.process.shell doesn't work for win32
2588RESOLVEDFIXEDnormalphobosstd.signals should not use 'length' stealth keyword in indexing
2589RESOLVEDDUPLICATEnormaldmdassertion failure when a struct contains a forward referenced, aliased function member.
2590RESOLVEDWONTFIXnormaldmdDeallocator is not called if constructor fails.
2591RESOLVEDFIXEDnormaldmdcustom allocator new argument should be size_t instead of uint
2592RESOLVEDFIXEDnormalphobosCast in std.stdio disallowed in safe mode
2593RESOLVEDDUPLICATEnormaldmd"Overriding" interface functions in final classes fails
2594RESOLVEDDUPLICATEnormaldmdConst/immutable should not matter for value types in IFTI
2595RESOLVEDFIXEDnormaldmdtemplate ctors crash compiler
2596RESOLVEDFIXEDnormaldmdVariadic constructors don't compile
2597RESOLVEDFIXEDnormaldmdauto return doesn't work for a variety of cases
2598RESOLVEDWORKSFORMEnormaldmdAlias declaration doesn't work for a tuple field
2599RESOLVEDWONTFIXenhancementdmdTwo variadic parameters should be accepted
2600RESOLVEDDUPLICATEenhancementdmdNonuniform treatment of built-in types and user-defined types in value syntax