D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
11601REOPENEDnormaldmddmd#17628pragma(msg, ...) output not silenced inside is(typeof()) and __traits(compiles, ...)
11602NEWnormaldmddmd#18720`delegate`s passed with `in` direction causes closures
11603RESOLVEDFIXEDregressionphobosstd.algorithm.canFind does not work when needle is 1-byte zero
11604RESOLVEDINVALIDnormaldmdpragma(msg,....) printed twice?
11605RESOLVEDWORKSFORMEnormalphobosCannot print const classes
11606RESOLVEDFIXEDnormalphobosCannot instantiate Tuple of non printable
11607RESOLVEDFIXEDnormalphobosstd.range.chain doesn't work with arrays of immutable classes
11608RESOLVEDFIXEDminorphobosInadequate documentation for std.getopt.config.passThrough
11609NEWenhancementdmddmd#18721Use better substituted characters in coverage output filenames
11610RESOLVEDFIXEDregressiondmdCompiler core dumps on FreeBSD, compiles forever on Linux
11611RESOLVEDDUPLICATEmajordmddmd -O causes std.stdio.File.byLine to segfault
11612RESOLVEDFIXEDnormaldmdInconsistent error on negative new array size
11613RESOLVEDDUPLICATEenhancementdmdRemove case variables
11614RESOLVEDFIXEDregressiondmdError: this for _expand_field_0 needs to be type Tuple not type Foo
11615RESOLVEDWORKSFORMEenhancementdmdSyntax to indicate auto return type is const
11616REOPENEDenhancementdmddmd#18722Introduce virtual keyword and remove virtual-by-default
11617RESOLVEDFIXEDblockerphobosstd.uni.normalize doesn't compile
11618RESOLVEDFIXEDnormaldmdInternal Compiler Error
11619NEWmajordmddmd#18723dmd -cov doesn't work correctly with template functions and separate compilation
11620RESOLVEDFIXEDenhancementdmddmd json output should output enum values
11621RESOLVEDDUPLICATEnormaldmddotexp Internal error: e2ir.c 780
11622RESOLVEDFIXEDcriticaldmdAssertion failure in totym(), glue.c, line 1288
11623RESOLVEDFIXEDnormaldmdUndefined symbol for static inner class extending template class in trait delegate
11624RESOLVEDWORKSFORMEnormaldmd__trait(compiles) does not detect unimplemented interface
11625RESOLVEDDUPLICATEnormaldlang.orgPhobos documentation root is out of date
11626RESOLVEDFIXEDregressiondmd[ICE] (mtype.c line 9718) With missing in ref type
11627RESOLVEDFIXEDnormaldmd[CTFE] cannot cast dchar to char at compile time on AA assignment
11628RESOLVEDWORKSFORMEnormaldmdnested scope guards go cyclic
11629RESOLVEDFIXEDnormaldmd[CTFE] crash on AA.rehash
11630RESOLVEDDUPLICATEcriticaldruntimeshared library segv
11631RESOLVEDINVALIDnormalphobosstd.file.rename doesn't work across different mount points
11632NEWnormaldmddmd#18724Old alias syntax accepts "ref"
11633RESOLVEDFIXEDnormaldmdstatic assert(false) ignored
11634NEWenhancementphobosphobos#9618std.process executeShell() Exception message is incomplete
11635RESOLVEDFIXEDnormaldmdRDMD eats the -op flag when it should just pass through
11636NEWnormaldmddmd#18725-unittest flag preserves assert() statements but still allows in/out contracts to be stripped
11637NEWnormaldmddmd#18726Statically disallow sparse array literals and associative array literals with duplicate indexes
11638RESOLVEDFIXEDnormaldlang.orgVariadic function documentation, out-of-date example
11639NEWnormaldmddmd#18727Documentation from files included using an absolute path ignore -Dd flag.
11640RESOLVEDFIXEDregressionvisuald[regression] goto-def not working in v0.3.38beta1
11641NEWenhancementvisualdvisuald#200[enhancement] support for DUB's "package.json" format
11642RESOLVEDFIXEDenhancementdruntimeHandy object AA.setDefault function
11643RESOLVEDDUPLICATEenhancementdmdLoop-invariant code motion optimization for associative array literals
11644NEWenhancementphobosphobos#10014EvictingStrategy.LRU for std.functional.memoize
11645NEWnormaldmddmd#18728struct with union considered unsafe only in second struct literal
11646RESOLVEDFIXEDmajordruntime[snn] `malloc` is unstable for large allocations
11647NEWenhancementdmddmd#18729Different D sequence point rules
11648RESOLVEDINVALIDregressiondmdrangeerror when adding element to associative array and value is implicitely converted by alias this
11649RESOLVEDFIXEDenhancementvisualdcompletion for symbols in selective import
11650RESOLVEDFIXEDenhancementvisualdcompletion list sorting and visualization
11651RESOLVEDFIXEDenhancementvisualdshow signature and ddoc while scrolling completion list
11652RESOLVEDFIXEDnormalphobosSupport numerical ^^ complex operations in std.complex
11653RESOLVEDFIXEDnormaldmdNo error when forgetting break with range cases.
11654RESOLVEDINVALIDnormalphobosstd.complex.arg should return a value in the range 0 <= theta < 2*PI
11655RESOLVEDWORKSFORMEnormaldmdassignment of struct with vector field
11656RESOLVEDFIXEDnormaldmdproperty offsetof does not work with __vector fields
11657RESOLVEDDUPLICATEenhancementdmdPass array literal to typesafe variadic argument on stack
11658NEWenhancementdmddmd#18730implicit conversion of associative array literal to (typesafe variadic) tuple array
11659RESOLVEDFIXEDregressiondmdfalse positive goto skips initialization of variable error (skipping enum initialization)
11660NEWnormaldmddmd#18731use newer DWARF version?
11661RESOLVEDFIXEDnormaldmdMeaningless error: "a struct is not a valid initializer for a void function()"
11662NEWcriticaldmddmd#17630Template constraint evaluation should not look eponymous template function parameters if it's unnecessary
11663RESOLVEDWORKSFORMEcriticaldmdincorrect double increment in array assign expression
11664RESOLVEDFIXEDnormaldmdA function with a local static variable is unusable in CTFE
11665RESOLVEDWORKSFORMEnormaldlang.orgout of date final and invariant documentation still available at dlang.org
11666NEWenhancementdruntimedmd#17264Separate each platform's port to its own folder/file: aka "if version{} else version {}" getting out of control
11667RESOLVEDFIXEDenhancementphobosstd.algorithm.find() should take advantage of SortedRange
11668RESOLVEDWORKSFORMEnormaldmd"is" fails to catch errors in functions
11669RESOLVEDFIXEDnormalphobosDeprecate std.c.stdc
11670NEWmajordmddmd#18732RTInfo is not respected for primitive types
11671RESOLVEDFIXEDregressionphobosctRegex broken
11672RESOLVEDFIXEDnormaldmddefault initialization of static array of structs with a single value fails
11673RESOLVEDINVALIDregressionphobosstd/traits.d(346): Error: static assert ("sync" == "core.sync") is false
11674RESOLVEDFIXEDnormaldruntimecore.stdc.fenv.fenv_t declaration not architecture aware
11675RESOLVEDWORKSFORMEnormaldmd[ICE] (expression.c line 9217) With text() of a Typedef
11676RESOLVEDFIXEDenhancementdlang.orgAdd a link to D Wiki Sidebar to take users back to DLang.org
11677RESOLVEDFIXEDnormaldmduser defined attributes must be first
11678RESOLVEDFIXEDnormaldmduser defined attributes cannot appear as postfixes
11679RESOLVEDFIXEDnormaldmduser defined attributes not allowed for local auto declarations
11680RESOLVEDFIXEDnormaldmduser defined attributes for type inference
11681RESOLVEDFIXEDnormalphobosstd.datetime.IntervalRange.opAssign with non-ref parameter is required
11682NEWenhancementphobosphobos#10015Lazier std.csv.csvReader
11683NEWmajordlang.orgdlang.org#3940Document current Identity Expression over `interface`s behaviour
11684RESOLVEDFIXEDregressionphobosSIGSEGV with ld.bfd version 2.22
11685RESOLVEDDUPLICATEnormaldmdtemplate opDispatch rejects-valid.
11686NEWenhancementphobosphobos#10016core.thread missing cpu binding method (thread affinity).
11687NEWnormaldruntimedmd#17265core.sys.posix.pthread missing affinity related resources
11688NEWnormalinstallerinstaller#673dlang packages should not depend on i686
11689RESOLVEDFIXEDnormaldmddeprecated local function does not work
11690RESOLVEDDUPLICATEenhancementdmda few spellchecker improvements
11691RESOLVEDFIXEDnormalphoboscan't join pathSplitter with dirSeparator
11692RESOLVEDFIXEDregressionphoboscan't set file attributes for std.zip.ArchiveMember
11693NEWenhancementphobosphobos#10017Add new per thread active tickduration facility
11694RESOLVEDWORKSFORMEnormalphobosstd.traits.SetFunctionAttributes does not conserve constness
11695NEWnormalphobosphobos#9619std.net.curl https not thread-safe
11696RESOLVEDFIXEDnormaldmdC++ incorrect static member mangling
11697NEWnormaldmddmd#18733Cannot initialize enum with class or pointer to struct.
11698RESOLVEDFIXEDnormalphobosreadf doesn't compile with bool
11699RESOLVEDDUPLICATEnormalvisualdcannot move caret left while holding down ctrl over "(_"
11700RESOLVEDINVALIDenhancementvisualdmake camel humping optional