24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 9501 | NEW | enhancement | phobos | phobos#9951 | Struct std.mmfile.MmFile? | |
| 9502 | RESOLVED | WONTFIX | enhancement | phobos | std_container.BinaryHeap.pop? | |
| 9503 | RESOLVED | FIXED | normal | dlang.org | [grammar] template declaration/instance must take one or more arguments? | |
| 9504 | RESOLVED | FIXED | normal | dmd | typeof does not look up properties correctly on template argument | |
| 9505 | RESOLVED | FIXED | normal | phobos | std.zlib seem to be bugged | |
| 9506 | RESOLVED | INVALID | normal | phobos | When using alias this, writeln modifies its argument | |
| 9507 | RESOLVED | FIXED | normal | phobos | std.range.transposed behaves poorly with jagged ranges of ranges | |
| 9508 | RESOLVED | FIXED | normal | dmd | RDMD doesn't generate new dependency list when a file is changed. | |
| 9509 | RESOLVED | DUPLICATE | normal | dmd | std.stdio fails to import with specific dmd command-line options | |
| 9510 | RESOLVED | FIXED | normal | dmd | core.bitop.bsr undefined | |
| 9511 | RESOLVED | WONTFIX | enhancement | dmd | [enh] overloading on attributes | |
| 9512 | RESOLVED | FIXED | normal | phobos | std.regex: Incorrect parsing of hex sequences composed from capital letters. | |
| 9513 | ASSIGNED | enhancement | phobos | phobos#9598 | RedBlackTree excessively copies structs by value | |
| 9514 | RESOLVED | FIXED | regression | dmd | "template instance … is not an alias" | |
| 9515 | REOPENED | enhancement | dmd | dmd#17573 | UFCS fails with local aliases | |
| 9516 | RESOLVED | DUPLICATE | normal | dmd | Selective imports are always public | |
| 9517 | RESOLVED | DUPLICATE | normal | dmd | Safety/purity/etc. of mixin code should not depend on generating function | |
| 9518 | RESOLVED | DUPLICATE | normal | phobos | With DList of pointers, insertBack matches multiple templates. | |
| 9519 | RESOLVED | DUPLICATE | normal | dmd | constant bug in structures | |
| 9520 | RESOLVED | DUPLICATE | normal | dmd | Wrong associative array literal interpretation | |
| 9521 | RESOLVED | INVALID | normal | dmd | Missed with() anti-hijacking | |
| 9522 | RESOLVED | FIXED | enhancement | druntime | [AA] AA implementation needs no prime number of buckets | |
| 9523 | RESOLVED | FIXED | regression | phobos | std.conv.to will no longer convert enums to themselves | |
| 9524 | RESOLVED | FIXED | normal | dmd | Unittest ddocs fail to appear following ditto | |
| 9525 | RESOLVED | FIXED | regression | dmd | [CTFE] Cannot convert &S to const(S*) at compile time | |
| 9526 | RESOLVED | FIXED | regression | dmd | ICE when compiling project with unittests | |
| 9527 | RESOLVED | DUPLICATE | normal | dmd | Escaping references to variardic parameter array are not properly checked | |
| 9528 | RESOLVED | FIXED | normal | phobos | std.array.appender can't append elements with const members | |
| 9529 | RESOLVED | FIXED | normal | dlang.org | Switch Statement grammar bug for the chain of case statements | |
| 9530 | NEW | enhancement | phobos | phobos#9952 | std.path should have a function for getting the canonical path to a file or directory | |
| 9531 | RESOLVED | FIXED | normal | dmd | __traits(parent, ...) does not work for types defined within a unittest block | |
| 9532 | RESOLVED | WORKSFORME | normal | dmd | scope(exit) + alloca -> internal error | |
| 9533 | RESOLVED | FIXED | normal | dlang.org | CHM generation crashes | |
| 9534 | RESOLVED | FIXED | normal | dmd | Distributed CHM file lacks styling | |
| 9535 | RESOLVED | FIXED | minor | dlang.org | incomplete documentation for std.range.recurrence and std.range.sequence | |
| 9536 | RESOLVED | FIXED | regression | dmd | IFTI fails when calling a static member from const member | |
| 9537 | RESOLVED | FIXED | normal | dmd | auto ref returns a reference its own stack | |
| 9538 | RESOLVED | FIXED | regression | dmd | Regression (2.062): Can't use typeid on .ptr of static array | |
| 9539 | RESOLVED | FIXED | regression | dmd | Wrong implicit conversion of array to pointer | |
| 9540 | RESOLVED | FIXED | normal | dmd | Compiler crash on delegate context frame assignment | |
| 9541 | NEW | normal | dmd | dmd#18521 | CTFE: wrong code with delegates, recursion | |
| 9542 | RESOLVED | FIXED | trivial | dlang.org | Broken link on std.range doc page | |
| 9543 | NEW | normal | phobos | phobos#9953 | Base64.decode shouldn't require source to have known length | |
| 9544 | RESOLVED | FIXED | normal | dlang.org | D logo image is broken on non-root-level pages | |
| 9545 | RESOLVED | FIXED | regression | dmd | [REG 2.063a] ICE with member template instantiation | |
| 9546 | RESOLVED | FIXED | normal | dmd | getProtection trait does not work with mixin or getMember | |
| 9547 | RESOLVED | WORKSFORME | normal | dlang.org | typeof() which requires .init must be properly documented | |
| 9548 | RESOLVED | FIXED | normal | phobos | BigInt: Wrong comparison result: BigInt("-1") > long.min | |
| 9549 | RESOLVED | WORKSFORME | regression | dmd | Regression (2.062): Compiler spits out unrelated messages on error | |
| 9550 | RESOLVED | WONTFIX | enhancement | phobos | Repeat!fun(size_t n) | |
| 9551 | RESOLVED | FIXED | normal | dmd | template this parameter not recognized in constructors | |
| 9552 | RESOLVED | FIXED | regression | dmd | DMD crashed when taking member delegate from __traits(getOverloads) | |
| 9553 | RESOLVED | FIXED | normal | phobos | SOCKET should be 64 bit wide on Win64 | |
| 9554 | RESOLVED | FIXED | normal | dmd | Inconsistent stringof and mangleof result for module/package identifier | |
| 9555 | RESOLVED | INVALID | normal | dmd | Type deduction for new lambda syntax literals breaks with templates | |
| 9556 | RESOLVED | FIXED | minor | phobos | Missing underscore in docs for std.string.isNumeric | |
| 9557 | RESOLVED | FIXED | normal | phobos | std.array.array of array of immutable structs | |
| 9558 | RESOLVED | INVALID | normal | phobos | 0b and 0x prefixes for std.string.isNumeric | |
| 9559 | RESOLVED | FIXED | normal | phobos | Range of Nullable doesn't work with std.array.array | |
| 9560 | RESOLVED | WORKSFORME | minor | phobos | Too many error messages from std.array | |
| 9561 | RESOLVED | FIXED | minor | dmd | Many error messages from std.format | |
| 9562 | RESOLVED | FIXED | minor | dmd | Built-in runtime properties should become error with `Type.prop` | |
| 9563 | RESOLVED | INVALID | regression | dmd | (2.062) typeof(T[0]) no longer works with array T's | |
| 9564 | NEW | enhancement | dmd | dmd#18522 | Give module name too in "did you mean" error messages | |
| 9565 | RESOLVED | FIXED | enhancement | dmd | Index of static array should not print literal suffix | |
| 9566 | RESOLVED | FIXED | regression | dmd | Regression (2.062): Cannot use struct .init when it contains a static array initialized from a single element. | |
| 9567 | RESOLVED | INVALID | major | dmd | "Symbol Undefined" linker error after separating project part into library | |
| 9568 | RESOLVED | FIXED | regression | dmd | [64bit] wrong code for scope(exit) | |
| 9569 | RESOLVED | WONTFIX | normal | dmd | 'alias this' syntax is not accepted by dmd | |
| 9570 | RESOLVED | FIXED | enhancement | dmd | Wrong foreach index implicit conversion error | |
| 9571 | RESOLVED | FIXED | major | dmd | link error due to using unique ids in anonymous funcliteral | |
| 9572 | RESOLVED | FIXED | normal | dmd | Missed wrong implicit integral conversion | |
| 9573 | RESOLVED | INVALID | normal | dmd | Spurious _error_ in diagnostic | |
| 9574 | RESOLVED | FIXED | enhancement | dmd | Diagnostic for old use of 'alias this = that' should be informative | |
| 9575 | RESOLVED | INVALID | normal | dmd | __traits(compiles, mixin()) incorrectly returns false | |
| 9576 | RESOLVED | WORKSFORME | regression | dmd | "Symbol Undefined" linker error on using `std.random.MinstdRand` | |
| 9577 | RESOLVED | FIXED | major | dmd | Crash on static array of function literals | |
| 9578 | RESOLVED | FIXED | normal | dmd | "is a nested function and cannot be accessed from" problem | |
| 9579 | RESOLVED | FIXED | minor | phobos | std.regex.replace format argument should not require same constness as target string | |
| 9580 | RESOLVED | WORKSFORME | normal | phobos | std.variant.Algebraic with Tuple format problem | |
| 9581 | RESOLVED | FIXED | normal | dmd | Exceptions are too slow | |
| 9582 | RESOLVED | WONTFIX | normal | phobos | std.algorithm.map!(T) cause CT error for fixed size arrays | |
| 9583 | RESOLVED | FIXED | normal | phobos | std.getopt.getopt does not consume options terminator "--" from args list, as docs claim | |
| 9584 | RESOLVED | FIXED | normal | druntime | Exceptions in D are ludicrously slow (far worse than Java) | |
| 9585 | RESOLVED | WONTFIX | enhancement | druntime | [AA] Implement getPair() for Associative Arrays | |
| 9586 | RESOLVED | FIXED | major | dmd | Win64 5/6/7 struct returns | |
| 9587 | RESOLVED | WORKSFORME | regression | phobos | rdmd now fails to compile due to Phobos changes | |
| 9588 | RESOLVED | FIXED | normal | phobos | format prints context pointer for struct | |
| 9589 | RESOLVED | WONTFIX | enhancement | phobos | Add hasEmpty template to std.range | |
| 9590 | RESOLVED | FIXED | normal | dmd | UFCS does not work with void lazy expressions | |
| 9591 | RESOLVED | FIXED | enhancement | phobos | std.typetuple.staticApplyMap | |
| 9592 | RESOLVED | DUPLICATE | minor | phobos | Justified Tuple printing | |
| 9593 | NEW | enhancement | phobos | phobos#9954 | Optional type-free printing of a std.typecons.Tuple | |
| 9594 | NEW | enhancement | phobos | phobos#9955 | std.format.tableFormat | |
| 9595 | RESOLVED | DUPLICATE | normal | druntime | The thread priority can be setted only after the start() | |
| 9596 | RESOLVED | FIXED | normal | dmd | Ambiguous match is incorrectly hidden by additional lesser match | |
| 9597 | RESOLVED | DUPLICATE | normal | dmd | using "this" as a type leads to confusion | |
| 9598 | RESOLVED | WORKSFORME | major | phobos | Cannot use moveFront on MapResult!(lambda, ByLine!(char, char)) | |
| 9599 | RESOLVED | FIXED | normal | phobos | File.byLine doesn't function properly with take | |
| 9600 | NEW | enhancement | druntime | dmd#17248 | Inner class is not finalized on parent class finalization |