24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 7201 | RESOLVED | FIXED | enhancement | dmd | Lambda template assignment to variable | |
| 7202 | RESOLVED | FIXED | normal | dmd | Hole in type system still present for delegates | |
| 7203 | RESOLVED | INVALID | normal | dmd | Method pointer types differ depending on context | |
| 7204 | RESOLVED | WORKSFORME | normal | dmd | [CTFE] Assertion failure when attempting to access function pointer of delegate | |
| 7205 | NEW | normal | dmd | dmd#18393 | Function attribute inference fails in case of mutual dependencies | |
| 7206 | RESOLVED | DUPLICATE | normal | dmd | Constructor from mixin does not conflict with other constructors | |
| 7207 | RESOLVED | FIXED | normal | dmd | Explicit cast should resolve lambda type | |
| 7208 | REOPENED | enhancement | dmd | dmd#18394 | Unique arrays should be covariant | |
| 7209 | RESOLVED | FIXED | normal | dmd | Stack overflow on explicitly typed enum circular dependency | |
| 7210 | RESOLVED | DUPLICATE | normal | dmd | opCall weird behavior in struct | |
| 7211 | RESOLVED | FIXED | normal | dmd | Initializing const members in derived classes' constructors | |
| 7212 | RESOLVED | FIXED | normal | dmd | Regression(Head): ICE with overload resolution and delegate/function inference | |
| 7213 | NEW | enhancement | dmd | dmd#18395 | @disable should be useable to deactivate unittests | |
| 7214 | RESOLVED | INVALID | minor | dmd | Change of template specialization resolution | |
| 7215 | RESOLVED | WONTFIX | enhancement | phobos | array.Appender.put should work on its own type | |
| 7216 | RESOLVED | FIXED | normal | dmd | [CTFE] Can't call struct member function using pointer field | |
| 7217 | RESOLVED | FIXED | regression | dmd | Regression(head 7c839960): [CTFE] ICE on accesing struct array field | |
| 7218 | RESOLVED | FIXED | normal | dmd | Nested function with contract is rejected | |
| 7219 | RESOLVED | DUPLICATE | normal | dmd | valid overrides with type qualifiers rejected | |
| 7220 | RESOLVED | FIXED | critical | dmd | Bad initialization when using mixin to generate a static field in a -lib'rary | |
| 7221 | RESOLVED | DUPLICATE | normal | dmd | implicit conversion between delegates with qualified parameter types | |
| 7222 | RESOLVED | WORKSFORME | normal | dmd | inout functions cannot use return type inference | |
| 7223 | RESOLVED | FIXED | normal | phobos | Access violation when using rmdirRecurse on folder without modify permissions | |
| 7224 | NEW | normal | dmd | dmd#18396 | Throwing precondition of nothrow function | |
| 7225 | RESOLVED | DUPLICATE | normal | dmd | immutable argument by const ref | |
| 7226 | RESOLVED | DUPLICATE | normal | dmd | Refused pure nothrow ctor syntax | |
| 7227 | NEW | enhancement | dmd | dmd#18397 | [:] as empty associative array literal, plus warning for null | |
| 7228 | RESOLVED | FIXED | normal | dmd | MOVDQ2Q instruction is emitted with swapped register indices | |
| 7229 | NEW | normal | druntime | dmd#17239 | [GC] GC.collect fails when being called from Fiber | |
| 7230 | RESOLVED | FIXED | normal | phobos | Crash during printing anonymous union with writeln family functions. | |
| 7231 | RESOLVED | FIXED | normal | dmd | Segfault using opDispatch with property notation | |
| 7232 | RESOLVED | FIXED | normal | dmd | Warning: statement is not reachable has no line number | |
| 7233 | RESOLVED | DUPLICATE | normal | dmd | [ICE] (symbol.c 1032) Struct tupleof | |
| 7234 | RESOLVED | FIXED | normal | dmd | Segmentation fault when using stdio | |
| 7235 | RESOLVED | DUPLICATE | normal | dmd | throwing away return value of pure function should yield an error | |
| 7236 | RESOLVED | INVALID | normal | dmd | Protected class members in different file inaccessible | |
| 7237 | RESOLVED | WONTFIX | normal | dlang.org | un.di is missing in dmd.2.057.zip | |
| 7238 | RESOLVED | INVALID | normal | installer | Windows installer doesn't install dmd 2.057 | |
| 7239 | RESOLVED | FIXED | normal | dmd | C style struct initialization doesn't work with aliases | |
| 7240 | RESOLVED | LATER | enhancement | dmd | Possibilities of throwing Throwable should be calculated | |
| 7241 | RESOLVED | FIXED | regression | phobos | std.format can't read into array of dchar | |
| 7242 | RESOLVED | INVALID | normal | dmd | Cannot call base class member function with same name but diff parameters | |
| 7243 | RESOLVED | FIXED | enhancement | dmd | Compiler should call separate function when allocating a struct on the heap | |
| 7244 | RESOLVED | WORKSFORME | normal | phobos | Access Violation with optimized build when using memory-mapped file | |
| 7245 | RESOLVED | FIXED | normal | dmd | [CTFE] Address of ref foreach parameter changes to point after array | |
| 7246 | RESOLVED | FIXED | normal | phobos | Provide a simpler example for std.algorithm.remove | |
| 7247 | RESOLVED | WORKSFORME | critical | dmd | All programs segfault before main | |
| 7248 | RESOLVED | FIXED | regression | dmd | [CTFE] Stack overflow on using struct filed pointer with address of array element | |
| 7249 | RESOLVED | INVALID | regression | dmd | 2.058 regression: "no size yet for forward reference" when using this.init.tupleof | |
| 7250 | RESOLVED | FIXED | normal | dmd | [UFCS] UFCS chaining doesn't work | |
| 7251 | RESOLVED | DUPLICATE | minor | druntime | GC not working | |
| 7252 | RESOLVED | FIXED | normal | dmd | ICE(template.c): 'global.errors' on line 4893 in file 'template.c' | |
| 7253 | RESOLVED | DUPLICATE | normal | dmd | Bad error message when symbol is not found in selective import | |
| 7254 | RESOLVED | FIXED | normal | dmd | ICE(cod3.c) returning strings as static arrays | |
| 7255 | RESOLVED | DUPLICATE | enhancement | dmd | Struct array assign? | |
| 7256 | RESOLVED | WORKSFORME | enhancement | phobos | std.typecons.Nullable of a const value | |
| 7257 | RESOLVED | WORKSFORME | enhancement | phobos | std.typecons.Tuple of a immutable item | |
| 7258 | RESOLVED | WORKSFORME | normal | phobos | std.array.array of const items | |
| 7259 | RESOLVED | INVALID | enhancement | dmd | Explicit annotation for method hiding | |
| 7260 | RESOLVED | WONTFIX | normal | phobos | "g" on default in std.regex | |
| 7261 | RESOLVED | FIXED | regression | dmd | ICE(glue.c): With taskPool.reduce | |
| 7262 | RESOLVED | FIXED | major | dmd | 'used before set' error with no line number | |
| 7263 | RESOLVED | FIXED | normal | dmd | Tuple indexing/slicing + -O switch causes "used before set" error | |
| 7264 | RESOLVED | FIXED | normal | phobos | Can't iterate result from 4-arg dirEntries as string | |
| 7265 | RESOLVED | FIXED | normal | dlang.org | Function Literals where a keyword was omitted should be delegate even if inference. | |
| 7266 | RESOLVED | FIXED | normal | dmd | [CTFE] Assign to ref param (that's taken from struct member) is noop | |
| 7267 | RESOLVED | DUPLICATE | normal | dmd | nothrow functions with lazy arguments too | |
| 7268 | RESOLVED | INVALID | normal | druntime | Incorrect sign when raising negative number to even power. | |
| 7269 | RESOLVED | WORKSFORME | normal | dmd | Named string enum cannot compile with -g | |
| 7270 | NEW | enhancement | druntime | dmd#17240 | Eliminate needless qualifiers in `TypeInfo.toString` | |
| 7271 | RESOLVED | FIXED | normal | dmd | Calling struct.init causes a memory allocation. | |
| 7272 | RESOLVED | DUPLICATE | normal | dmd | `out` section makes return type `const` in `return` statement | |
| 7273 | NEW | enhancement | dmd | dmd#17536 | Tuples conversion assign | |
| 7274 | RESOLVED | FIXED | normal | dmd | Cannot use property function call in pragma declaration/statement | |
| 7275 | RESOLVED | FIXED | normal | dmd | Cannot use property function call in case/case range statement | |
| 7276 | RESOLVED | DUPLICATE | normal | dmd | ambugious method call with shared / const / immutable | |
| 7277 | RESOLVED | FIXED | normal | dmd | [CTFE ICE] Assertion failure: 'thisval' on line 1690 in file 'interpret.c' | |
| 7278 | RESOLVED | FIXED | normal | dmd | Templated struct (instantiated with null) can't access its own members (DMD confused about struct's type) | |
| 7279 | RESOLVED | INVALID | normal | dmd | Inconsistent overloading between arrays and scalars | |
| 7280 | RESOLVED | WONTFIX | minor | dmd | Can't get address of array `.length` or `.ptr` properties | |
| 7281 | RESOLVED | WONTFIX | enhancement | phobos | std.string.reversed | |
| 7282 | RESOLVED | WORKSFORME | normal | phobos | std.string.format throws at runtime where writef works fine | |
| 7283 | RESOLVED | WORKSFORME | normal | phobos | Add error info to failed shell call | |
| 7284 | RESOLVED | DUPLICATE | critical | dmd | ICE(module.c): with -inline -release -noboundscheck | |
| 7285 | RESOLVED | FIXED | normal | dmd | Implicit fixed-size array cast | |
| 7286 | RESOLVED | DUPLICATE | major | dmd | Array division bypasses immutable | |
| 7287 | RESOLVED | FIXED | normal | phobos | std.container.BinaryHeap example fails | |
| 7288 | RESOLVED | FIXED | normal | dmd | ICE(toir.c): with lambda return + auto | |
| 7289 | RESOLVED | FIXED | normal | phobos | Document how std.format handles structs, unions, and hashes. | |
| 7290 | RESOLVED | FIXED | normal | dmd | Heap allocation with scoped delegate literal | |
| 7291 | RESOLVED | INVALID | enhancement | dmd | UFCS doesn't work for static member functions | |
| 7292 | RESOLVED | FIXED | normal | dlang.org | Exception and Error missing from object docs | |
| 7293 | RESOLVED | WORKSFORME | major | dmd | dmd 2.057 segfault/crash - std.regex.match(string, string) | |
| 7294 | RESOLVED | FIXED | regression | dmd | [Regression] No warning when escaping local reference type variables | |
| 7295 | RESOLVED | FIXED | critical | dmd | Alias This + Pure + pointsTo = rejects-valid | |
| 7296 | RESOLVED | FIXED | regression | phobos | [2.058] Regression: Cannot swap RefCounted | |
| 7297 | RESOLVED | DUPLICATE | normal | dmd | [tdpl] allow explicit storage classes for delegate parameters with inferred types | |
| 7298 | RESOLVED | FIXED | normal | dmd | global static function and delegate literals | |
| 7299 | RESOLVED | FIXED | normal | phobos | std.uni missing doc comments | |
| 7300 | RESOLVED | FIXED | normal | phobos | std.regex.ShiftOr!dchar.search is broken |