D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
11301RESOLVEDFIXEDregressiondruntime[2.064 beta] core.sys.linux.sys.mman triggers enum resolution error
11302RESOLVEDMOVEDnormaltoolsoptlink should support Environment32 section of sc.ini
11303RESOLVEDINVALIDcriticaldmdIsExpression can not return the correct result about function & delegate
11304RESOLVEDFIXEDnormaldmdIn case of different @safe/@trusted/@system attributes the weaker is selected
11305RESOLVEDWORKSFORMEminordmdOperations with array length cannot be used as a condition
11306NEWenhancementphobosphobos#10007ordering for std.algorithm.cartesianProduct
11307RESOLVEDWONTFIXenhancementdmdMake const(T).init and immutable(T).init lvalues
11308RESOLVEDFIXEDnormalphobosDon't use Voldemort types for std.process output
11309RESOLVEDFIXEDregressionphobosstd.concurrency: OwnerTerminated message doesn't work
11310RESOLVEDFIXEDnormaldmdAlignment failure in test42.d
11311RESOLVEDFIXEDregressiondmd[REG 2.064] Destructor not called on temporary with opIndex + opSlice
11312RESOLVEDFIXEDregressiondmd[REG2.063] Avoid auto-dereference for UFCS functions
11313RESOLVEDWONTFIXnormalphobosstd.process.ProcessException: Not an executable file on running unittests when /tmp is mounted noexec
11314RESOLVEDFIXEDmajordmdinline ice with tuple assignment and if/else again
11315RESOLVEDWORKSFORMEnormaldmddmd: Internal error: ..\ztc\cgcod.c 1561
11316RESOLVEDFIXEDenhancementdmdSome cases of missing delegate argument type inference
11317RESOLVEDFIXEDnormaldmdglue.c:1218: virtual unsigned int Type::totym(): Assertion `0' failed.
11318RESOLVEDDUPLICATEnormaldmdInternal error: ..\ztc\dt.c 106
11319RESOLVEDFIXEDenhancementphobosstd.range.zip should be nothrow
11320NEWenhancementphobosphobos#10008std.math.fmod, round, trunc are not yet pure
11321RESOLVEDFIXEDregressiondmdCan't link _D6object15__T7reserveTyaZ7reserveFNaNbNeKAyamZm
11322RESOLVEDFIXEDnormaldmdICE with -inline cgcs.c 221
11323RESOLVEDDUPLICATEnormaldmdICE with -inline in gother.c 989
11324RESOLVEDFIXEDnormalphobosswap does not support types that aren't assignable
11325RESOLVEDFIXEDnormalphobosswap accepts aggregates with non-mutable fields
11326RESOLVEDWORKSFORMEnormalphobosmove functions are not properly constrained and work improperly with templated functions
11327RESOLVEDINVALIDregressiondmdRegression (2.059): ICE in a recursive UFCS call
11328RESOLVEDWORKSFORMEnormaldmdNulled type template instantiation cached so all usages of null returns the same result
11329NEWmajordmddmd#18701Struct dtor called for a struct with a failed ctor when struct is nested in a class
11330RESOLVEDFIXEDregressiondmdDirectory named as imported module should not stop module search
11331NEWenhancementdmddmd#18702Inefficient initialization of struct with members = void
11332RESOLVEDFIXEDnormaldmdICE(dt.c) and missing error when interpreting an unimplemented builtin
11333RESOLVEDFIXEDnormaldmdICE: Cannot subtype 0-tuple with "alias this"
11334RESOLVEDFIXEDenhancementphobosImprove std.json api, make it typesafe and easier to use
11335RESOLVEDFIXEDnormalphobosAppender.reserve is overzealous and wrong
11336RESOLVEDFIXEDmajorphobosElementType does not support types with disabled postblits
11337NEWnormaldmddmd#18703Ddoc ignores methods in static else block
11338RESOLVEDFIXEDtrivialphobosstd.uri URIerror should be an Exception
11339RESOLVEDFIXEDenhancementphobosElementType and ElementEncodingType need proper examples
11340RESOLVEDINVALIDnormalphobosElementType and ElementEncodingType return oddly qualified element types
11341RESOLVEDDUPLICATEnormalphobossegfault in std.process.createEnv
11342RESOLVEDFIXEDnormaldruntimerdmd doesn't exclude phobos etc.c modules
11343RESOLVEDINVALIDregressiondmd[2.064 beta] Error: multiple field initialization
11344RESOLVEDFIXEDregressiondmd[2.064 beta] Error: object.destroy called with argument types matches both
11345RESOLVEDFIXEDenhancementdmdOptimize array literal to static array assignment to not allocate on GC heap
11346RESOLVEDINVALIDregressiondmd[2.064 beta] field initializing not allowed in loops or after labels
11347RESOLVEDFIXEDnormalphobosstd.string.split is not unicode-correct
11348RESOLVEDFIXEDenhancementphobosIntroduce assumeWontThrow for use with nothrow functions
11349RESOLVEDFIXEDnormalphobosArray!bool should be size_t indexed
11350RESOLVEDWORKSFORMEnormalphoboslibphobos2 regex match segfaults when a rare HTTP header is received
11351RESOLVEDDUPLICATEnormaldmdDestructor of "with" statement expression result is called too soon
11352RESOLVEDWONTFIXnormalphoboscore.time does not check for overflow when converting integrals to a Duration
11353RESOLVEDWONTFIXnormalphoboscore.time.Duration is missing to() conversion function
11354RESOLVEDINVALIDenhancementdmddmd2 wont compile properly under C++11/CLang
11355RESOLVEDFIXEDmajordmdCopy through alias this with @disabled this(this)
11356RESOLVEDWONTFIXenhancementphobosisASCII for strings
11357RESOLVEDDUPLICATEnormaldruntimeWeird behavior of appender with File as the element... do not know exactly where the bug resides.
11358RESOLVEDFIXEDnormaldmddebug import and getUnittests do not mix
11359RESOLVEDFIXEDregressiondmdAssoc range violation when accessed via ref
11360RESOLVEDFIXEDregressionphobos[2.064 beta] Variant fails to compile with void function().
11361RESOLVEDFIXEDregressionphobosVariant fails to compile with functions/delegates that contain const parameters.
11362RESOLVEDFIXEDregressiondruntimeUnit test assertion failure messages not printed
11363RESOLVEDFIXEDenhancementphobosstd.process should offer a way to run a executable with a given working directory
11364RESOLVEDFIXEDnormalphobosVariant fails to compile with const(TypeInfo).
11365RESOLVEDFIXEDenhancementdmdAllow D source file names to have no extension (or an arbitrary extension) when -run is used
11366RESOLVEDDUPLICATEnormaldmdtypeid on field access gives CT error: need 'this'
11367RESOLVEDWORKSFORMEminordmdInclude paths on windows do not recursively expand env vars
11368RESOLVEDFIXEDenhancementvisualdCouldn't Mago debugger be the default debugger engine?
11369RESOLVEDINVALIDcriticaldruntimetime.di(365)
11370RESOLVEDWORKSFORMEcriticaldmdcore.simd segfault
11371RESOLVEDFIXEDnormaldmdcore.simd and ctfe
11372NEWnormaldruntimedmd#17124getpagesize() should be in core.memory
11373RESOLVEDFIXEDnormaldruntimeflock from <sys/file.h> missing in linux-specific imports
11374RESOLVEDDUPLICATEnormalphobosWrong UTF-8 decoding when calling File.readln(buf) with typeof(buf) == string.
11375RESOLVEDFIXEDnormaldmd[profile+nothrow] Semantic 'no throw' error with -profile switch
11376RESOLVEDFIXEDmajordmdICE on __traits(compiles, ...) with invalid array-op
11377RESOLVEDWORKSFORMEnormaldmdif add -inline option. dmd source file in assertion failed.
11378RESOLVEDFIXEDregressiondruntimeimplicit runtime initialization/finalization is broken
11379RESOLVEDDUPLICATEnormaldmdCannot combine calling convention with an existing alias
11380NEWnormaldruntimedmd#17262rt_init/rt_term are not synchronized
11381NEWenhancementdmddmd#17620warn/error when static if else ladder has no matching block (or misses "else")
11382NEWcriticaldmddmd#18704Bad closure variable with scoped destruction
11383RESOLVEDFIXEDnormaldmdSome array casts incorrectly rejected in safe code
11384RESOLVEDFIXEDregressiondruntimeunhandled exceptions need to be written to stderr
11385RESOLVEDFIXEDmajordmdXXX is a nested function and cannot be accessed from XXX
11386NEWenhancementdmddmd#18705Error Message when lvalue required doesn't mention mismatch
11387RESOLVEDWORKSFORMEenhancementdmdTuple of dynamic array literal can't be immutable
11388RESOLVEDFIXEDregressiondmdfun (A a) is not callable using argument types (A)
11389RESOLVEDFIXEDnormalphobostemplate arity does not work with function type
11390RESOLVEDFIXEDmajorphobosconst(typeof(null)) fails to print correctly
11391RESOLVEDDUPLICATEminordmdVariables can be marked pure
11392RESOLVEDFIXEDregressionphobosdirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)
11393RESOLVEDFIXEDnormaldruntime[GC] GC realloc and free don't ignore interior pointers
11394RESOLVEDFIXEDnormaldmdNRVO should work for object field initialization in constructor
11395RESOLVEDFIXEDregressiondmdlink error (struct+opEquals) on separate compilation
11396RESOLVEDFIXEDnormaldlang.orgFunction alias declaration not valid according to spec
11397RESOLVEDFIXEDnormaldlang.orgLanguage spec does not allow postfix expressions on new expressions
11398RESOLVEDFIXEDnormaldlang.orgLanguage spec does not allow new eponymous template syntax
11399RESOLVEDDUPLICATEnormaldmdtime.di(365) error
11400RESOLVEDINVALIDnormalphobosFloating point numbers with fractional part printing alignment problem