D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
17404RESOLVEDWONTFIXnormaldmdcreating type named 'object' fails to compile, but only if you import something
17405RESOLVEDINVALIDenhancementdmd[module] Named module import bypass global
17406RESOLVEDDUPLICATEtrivialdmdint var = 10; write(--var,' ',var^^2); //output: 9 100 //NOT: 9 81
17407RESOLVEDFIXEDregressiondmd[REG2.067] __traits(compiles) triggers assertion failure
17408NEWnormaldmddmd#17794scope and in are considered redundant
17409RESOLVEDWORKSFORMEnormaldmd[ICE] Segmentation fault with invalid code and -dip1000
17410RESOLVEDDUPLICATEenhancementdmdCompilation is incredibily slow when instantiating classes in release mode
17411RESOLVEDINVALIDblockervisualdVisual Studio Community 2017 for Mac Version 7.0 (build 3146) Not Supported, Mac OS X not supported
17412RESOLVEDINVALIDenhancementtoolsD Jenkins plugin
17413NEWminordruntimedmd#17345Deadlock if allocation fails during runtime initialization
17414NEWenhancementdmddmd#19252DMD64 for windows
17415RESOLVEDFIXEDmajorphobosstd.conv.emplace does not forward arguments correctly
17416RESOLVEDFIXEDenhancementdruntimeSocketOption.REUSEPORT not available on linux
17417RESOLVEDWONTFIXenhancementdmdDeprecate signed integer promotions in bitwise operations
17418RESOLVEDFIXEDminordlang.orgopCmp return value unclear
17419RESOLVEDFIXEDenhancementdmdadd __traits(getLinkage, s) to the the linkage of symbol s
17420RESOLVEDFIXEDnormalphobosstd.format.formatObject doesn't work with @safe toString specialization
17421RESOLVEDFIXEDenhancementdmdadd __traits(getFunctionVariadicStyle, f)
17422RESOLVEDFIXEDnormaldmd[scope] class reference not initialized as scope variable
17423RESOLVEDFIXEDnormaldmdpointer assignment to `this` in member function is not accounted for
17424NEWenhancementdmddmd#19253Add optional errors/static analysis
17425RESOLVEDFIXEDenhancementdmdadd __traits(getParameterStorageClasses, f, i)
17426RESOLVEDWONTFIXnormaldmd"version(none):" cant be overwritten by its counterpart
17427RESOLVEDFIXEDnormalphobosstd.concurrency internal errors on uninitialised mailbox
17428RESOLVEDFIXEDenhancementdmd[scope] class field assignment allows to escape scope parameters
17429RESOLVEDFIXEDenhancementdmd[scope] each scope class references adds another delete call
17430RESOLVEDFIXEDnormaldmd[scope] delegate can escape context ptr
17431RESOLVEDFIXEDnormaldruntimeGCBits should be @nogc to prevent deadlocks
17432RESOLVEDFIXEDnormaldmd[DIP1000] scope delegates change type, but not mangling
17433RESOLVEDDUPLICATEregressiondlang.org[REG 2.071] Nested aggregate imports are not available in outer scope
17434RESOLVEDFIXEDregressiondmd[REG: 2.073] import lookup ignores public import.
17435NEWnormaldmddmd#19254bogus "need 'this'" error with aggregate field passed in alias parameter
17436RESOLVEDWONTFIXnormaldmdWeird `cast(double) i != cast(double) i` on 32-bit hosts
17437RESOLVEDFIXEDnormaldmdIncorrect range check when implicitly converting integer literals to float/double
17438RESOLVEDWORKSFORMEnormalphobosstd.conv.parse documentation contradiction
17439NEWnormaldmddmd#17795invalid instantiation of function template can be executed by taking function pointer first
17440RESOLVEDFIXEDenhancementphobosNullable.nullify() resets referenced object
17441RESOLVEDFIXEDnormalphobosstd.traits.moduleName gives wrong answer for modules imported under a different name in a mixin
17442NEWnormalphobosphobos#10250regex purity issues
17443NEWnormalphobosphobos#10251std.traits.ParameterDefaults fails for parameters with @disabled this(this)
17444RESOLVEDWORKSFORMEnormaldmdstd.traits.isCallable doesn't recognize struct member function if return type is 'auto'.
17445RESOLVEDFIXEDregressiondmd[REG2.073.0] Disagreement between 'static assert' and 'static if'
17446RESOLVEDWORKSFORMEnormaldmdStatic-assert passes/fails based on what follows
17447NEWnormaldmddmd#19255ref void return should be an error
17448RESOLVEDFIXEDcriticaldmdMove semantics cause memory corruption and cryptic bugs
17449RESOLVEDFIXEDnormaldmd[DIP1000] crash due to covariant conversion of scope delegate to delegate
17450RESOLVEDFIXEDnormaldmdescaping delegate context pointer not detected for member functions
17451RESOLVEDFIXEDregressiondmdICE in ddmd/declaration.d(2179)
17452RESOLVEDFIXEDregressionphobosUndefined references in std.container.array
17453RESOLVEDFIXEDcriticalvisualdI Have Many Issues
17454RESOLVEDINVALIDblockerdmdABI non-conformity: produces unaligned placement of struct on stack
17455RESOLVEDFIXEDenhancementdlang.org[Functions] Incorrect description of "in" storage class.
17456RESOLVEDINVALIDregressiondmd[REG2.075a] spurious lifetime diagnostic on delegates
17457RESOLVEDFIXEDenhancementdmdNamed Return Value Optimization (NRVO) not done with return of constructor call
17458RESOLVEDFIXEDnormalphobos[std.regex] Assertion failure in package.d
17459RESOLVEDFIXEDnormalphobosformat("%012,3d", ...) doesn't handle field width and zero-padding correctly
17460RESOLVEDFIXEDenhancementvisualdDebugger: registers don't work in expression evaluation
17461RESOLVEDWORKSFORMEblockerdmdBad codegen: compiler emit's call to destructor for uninitialised temporary
17462NEWnormaldmddmd#17796Order of base interfaces affects compiler behavior
17463RESOLVEDWORKSFORMEnormaldmdformat!(): variable __result cannot be read at compile time
17464RESOLVEDWORKSFORMEcriticaldmdICE in cg87.c on arithmetic expression with real numbers
17465RESOLVEDDUPLICATEminordmdstringof is allowed as identifier
17466RESOLVEDWORKSFORMEmajordmdVector assign of long[2][] cause segfault
17467RESOLVEDFIXEDnormalphobosBitArray are broken with <<= 64
17468RESOLVEDFIXEDnormaldmdInternal assertion fails during CTFE
17469RESOLVEDFIXEDminordlang.orgView source code
17470RESOLVEDINVALIDnormaldmd[scope] this has longer lifetime than this
17471RESOLVEDDUPLICATEnormaldmddeprecated("message") does not work inside function
17472RESOLVEDFIXEDregressionphobos[Reg 2.075] typeof(stdin) is no longer a File
17473NEWnormaldmddmd#19256foreach on delegates incorrectly rejected
17474NEWmajordmddmd#19257non-property being treated as a property
17475RESOLVEDWORKSFORMEregressiondmd[REG2.075] linker error on specific code
17476RESOLVEDINVALIDmajorphobosStatic fields don't seem to be reliably initialized when using parallel()
17477REOPENEDnormaldmddmd#19258DMD error message for delegate with wrong attributes is very confusing
17478RESOLVEDWONTFIXcriticalphobosSocket.select return a write status change, but no connection is established.
17479RESOLVEDDUPLICATEenhancementphobosPublic constructor for std.process.Pid
17480RESOLVEDFIXEDenhancementdlang.org[Downloads]
17481RESOLVEDFIXEDregressiondmd[REG 2.069.0] synchronized: Access Violation with dmd -O on win32
17482RESOLVEDFIXEDregressionphobos[REG 2.074] comile error: Comparing Nullable!Variant with basic type
17483NEWenhancementdmddmd#19259std.numeric.gcd cannot inline function
17484RESOLVEDFIXEDnormaldmdhigh penalty for vbroadcastsd with -mcpu=avx
17485NEWenhancementphobosphobos#9716bringToFront and/or upperBound slow
17486NEWnormaldmddmd#17797lazy parameters can be used to hijack the pure system
17487NEWenhancementdmddmd#19260CTFE should allow casting delegate function attributes
17488RESOLVEDFIXEDenhancementphobosPlatform-inconsistent behavior from getTempDir()
17489RESOLVEDFIXEDmajordmdICE in ddmd/argtypes.d
17490CLOSEDINVALIDenhancementphobosstd.path.buildPath on Windows returns incorrect paths
17491RESOLVEDFIXEDnormaldmdCompiles on invalid: *&s.init.var is not an lvalue
17492RESOLVEDFIXEDregressiondmd[REG 2.066] [ICE] AssertError@ddmd/dclass.d(1007): Assertion failure
17493RESOLVEDINVALIDregressiondmdnothrow constructor may throw
17494REOPENEDenhancementdmddmd#19261Do not execute scope(...) if an Error exception has been thrown
17495RESOLVEDFIXEDnormaldmd__traits(getParameterStorageClasses) doesn't work with tuples as parameters
17496NEWnormaldmddmd#19262Ambiguous address taking of overloaded function is not rejected.
17497RESOLVEDWORKSFORMEnormaldmd[REG] OSX: tar.xz doesn't decompress correctly (from http://dlang.org/download.html)
17498RESOLVEDWONTFIXtrivialdmdDouble error message about use of private
17499RESOLVEDFIXEDenhancementdmdwith -betterC switch, call C's assert failure function rather than druntime's
17500NEWenhancementdmddmd#19263Add a CLI flag configure the location for AST dumps produced by -vcg-ast
17501RESOLVEDFIXEDnormaldlang.orgRunnable unittest problem with AST rewrite
17502RESOLVEDFIXEDregressiondmd[REG2.064] Out contract in class method causes dmd segfault.
17503NEWnormaldmddmd#17798is-expression pattern in static if matches too many types