24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 7701 | RESOLVED | DUPLICATE | normal | dmd | ICE(e2ir.c) on access of instance fn on nested templated struct type | |
| 7702 | RESOLVED | FIXED | critical | dmd | opDispatch goes into infinite loop | |
| 7703 | RESOLVED | FIXED | normal | dmd | [UFCS] explicit template function instantiation as property | |
| 7704 | RESOLVED | FIXED | normal | druntime | RangeError when using key optainey by AA byKey() iteration | |
| 7705 | RESOLVED | FIXED | normal | dmd | lambda syntax doesn't allow some valid signatures | |
| 7706 | NEW | enhancement | dmd | dmd#18427 | Comparing struct rvalues | |
| 7707 | RESOLVED | INVALID | normal | dmd | Purity inference fails when template used before it's defined | |
| 7708 | RESOLVED | DUPLICATE | normal | dmd | cannot implicitly assign delegate taking const to a delegate reference taking mutable | |
| 7709 | RESOLVED | FIXED | normal | dmd | Segfault when trying to use any property of an AA, which is the return type of a CTFE function with inout parameters. | |
| 7710 | RESOLVED | FIXED | normal | dmd | Segmentation fault when assigning function to delegate variable | |
| 7711 | RESOLVED | FIXED | normal | druntime | ICE when trying to use an AA with inout type. | |
| 7712 | RESOLVED | WORKSFORME | normal | dlang.org | Cannot "make" website | |
| 7713 | RESOLVED | FIXED | normal | dmd | lambda inference doesn't work on template function argument | |
| 7714 | RESOLVED | WORKSFORME | normal | phobos | Building d-programming-language.org fails to build phobos when built with multiple jobs. | |
| 7715 | RESOLVED | FIXED | normal | dmd | DDoc eats $1, $2, $3 etc. inside d_code section | |
| 7716 | RESOLVED | WONTFIX | enhancement | phobos | Add an indexed overload to countUntil | |
| 7717 | RESOLVED | WORKSFORME | enhancement | dmd | Regression(2.059): typeof(this) incorrect in mixin template | |
| 7718 | RESOLVED | FIXED | normal | phobos | regex and ctRegex produce different results | |
| 7719 | RESOLVED | FIXED | major | dmd | enum forward reference error when enum is in braces | |
| 7720 | RESOLVED | DUPLICATE | normal | dmd | asm silent wrong code generation | |
| 7721 | RESOLVED | FIXED | major | dmd | Nested template loses context when mixin'd | |
| 7722 | RESOLVED | FIXED | regression | dmd | Refuse normal functions to be used as properties | |
| 7723 | RESOLVED | WONTFIX | enhancement | phobos | @property filter/map | |
| 7724 | RESOLVED | DUPLICATE | enhancement | dmd | 'final:' causes error if any variable declarations are placed between it and the end of its scope | |
| 7725 | RESOLVED | DUPLICATE | normal | dmd | Implicit function pointer cast | |
| 7726 | RESOLVED | DUPLICATE | enhancement | dmd | 'virtual' keyword please | |
| 7727 | RESOLVED | FIXED | normal | dmd | "static initializer" for non-static unions too | |
| 7728 | RESOLVED | DUPLICATE | enhancement | dmd | Alternative div and mod in core.bitop | |
| 7729 | RESOLVED | FIXED | normal | phobos | fileno conflict | |
| 7730 | NEW | enhancement | dmd | dmd#18428 | Make imports work case-sensitive on all platforms | |
| 7731 | RESOLVED | FIXED | major | dmd | Assertion failure: 't' on line 7911 in file 'mtype.c' | |
| 7732 | RESOLVED | FIXED | critical | dmd | [CTFE] wrong code for a struct called AssociativeArray | |
| 7733 | RESOLVED | DUPLICATE | normal | dmd | [tdpl] opIndexUnary not called with postfix increment/decrement operators | |
| 7734 | RESOLVED | INVALID | normal | dmd | Wrong comparison of float return value from opEquals | |
| 7735 | RESOLVED | FIXED | regression | dmd | Functions with variadic void[][]... arguments corrupt passed data | |
| 7736 | RESOLVED | INVALID | regression | dmd | Regression(2.059 beta): opApply for immutable structs too | |
| 7737 | RESOLVED | INVALID | normal | phobos | std.typecons.Typedef problem with immutable initialized in static this() | |
| 7738 | RESOLVED | WORKSFORME | normal | phobos | Can't iterate a std.typecons.Typedef!(int[]) with foreach | |
| 7739 | RESOLVED | INVALID | normal | phobos | regex fails to accept \p in expression of unicode properties | |
| 7740 | RESOLVED | FIXED | normal | dmd | unicodeProperties cannot be read at compile time for ctRegex | |
| 7741 | RESOLVED | FIXED | normal | druntime | getHash inconsistent for const(char)[] vs. char[] and string | |
| 7742 | RESOLVED | FIXED | regression | dmd | 'More initializers than fields' error with correct number of fields | |
| 7743 | RESOLVED | FIXED | normal | dmd | Parsing problem with nothrow delegate | |
| 7744 | RESOLVED | FIXED | normal | dmd | Forward reference in string mixin | |
| 7745 | RESOLVED | FIXED | regression | dmd | Regression (1.x git-415e48a) Methods defined in external object files when a pointer to it is taken | |
| 7746 | RESOLVED | FIXED | normal | dmd | Error with 'TOK232' declaring enum of anonymous nested class type | |
| 7747 | RESOLVED | FIXED | enhancement | dmd | Diagnostic should be informative for an inferred return type in a recursive call | |
| 7748 | RESOLVED | WORKSFORME | normal | dmd | Unification of template arguments with parameters does not work with variadics | |
| 7749 | NEW | enhancement | druntime | dmd#17241 | make unittest should test the gcstub version of druntime as well. | |
| 7750 | RESOLVED | FIXED | critical | dmd | while(true) loop with try/catch block causes segfault | |
| 7751 | RESOLVED | FIXED | regression | dmd | [ICE] (Regression 2.059head) From auto and forward reference | |
| 7752 | RESOLVED | WORKSFORME | normal | dmd | Static array .init is actually .init of the array element type, not the array. | |
| 7753 | NEW | enhancement | dmd | dmd#18429 | Support opIndexCreate as part of index operator overloading in user-defined types | |
| 7754 | RESOLVED | FIXED | normal | dmd | static this() in template is stripped during header gen | |
| 7755 | RESOLVED | FIXED | regression | dmd | regression(2.059head): ICE in glue.c | |
| 7756 | RESOLVED | FIXED | normal | phobos | iota(const doubles) problem | |
| 7757 | RESOLVED | FIXED | critical | dmd | Inout function with lazy inout parameter doesn't compile | |
| 7758 | RESOLVED | WORKSFORME | normal | dmd | Mixin error: No size yet for forward reference | |
| 7759 | RESOLVED | FIXED | normal | dmd | Inconsistencies with Array Operations | |
| 7760 | RESOLVED | DUPLICATE | normal | dmd | Getting delegate address from class object requires unneeded cast | |
| 7761 | RESOLVED | FIXED | normal | dmd | lambda expression doesn't parse attributes | |
| 7762 | RESOLVED | WORKSFORME | normal | phobos | Possible bug in std.algorithm.sort(ubyte[]) | |
| 7763 | RESOLVED | FIXED | normal | dmd | No template instantiation backtrace printed trying to use writefln on a const or immutable object reference | |
| 7764 | RESOLVED | INVALID | normal | phobos | Using phobos on windows through MinGW | |
| 7765 | RESOLVED | INVALID | major | dmd | Cannot access __gshared function pointers from static methods | |
| 7766 | RESOLVED | DUPLICATE | minor | dmd | (Full Closures) Chain of nested functions fails | |
| 7767 | RESOLVED | FIXED | normal | phobos | Unstable sort - slow performance cases | |
| 7768 | RESOLVED | FIXED | minor | dmd | More readable template error messages | |
| 7769 | RESOLVED | FIXED | normal | dmd | relax inout rule doesn't work for template function | |
| 7770 | RESOLVED | FIXED | normal | dmd | __dollar cannot be read at compile time | |
| 7771 | RESOLVED | DUPLICATE | normal | dmd | [ICE][CTFE] With maketrans and string slicing | |
| 7772 | RESOLVED | FIXED | major | druntime | Remove volatile statements from core.thread | |
| 7773 | RESOLVED | FIXED | minor | dmd | UCFS syntax on built-in attributes too? | |
| 7774 | RESOLVED | WORKSFORME | normal | dmd | Floating point mod using %= does not properly update field while inside member function | |
| 7775 | RESOLVED | FIXED | enhancement | phobos | std.range.chunks on const array of strings too | |
| 7776 | RESOLVED | DUPLICATE | enhancement | phobos | std.array.join on const array of strings too | |
| 7777 | RESOLVED | WORKSFORME | normal | dmd | std.typecons.Typedef problem with global arrays | |
| 7778 | RESOLVED | DUPLICATE | regression | dmd | regression(DMD 2.059head) Segmentation fault on 'auto foo(){bar[]r;r~=[];}' | |
| 7779 | RESOLVED | FIXED | normal | dmd | D1-style opWhatever method is chosen in preference to opBinary under D2 | |
| 7780 | RESOLVED | FIXED | normal | dmd | Template mixin'd members do not properly overload | |
| 7781 | RESOLVED | FIXED | normal | dmd | [CTFE] Segmentation fault on 'mixin({return;}());' | |
| 7782 | RESOLVED | FIXED | regression | dmd | [ICE] With wrong import syntax | |
| 7783 | RESOLVED | INVALID | normal | dmd | compiler generated struct equality doesn't compare array fields | |
| 7784 | RESOLVED | FIXED | normal | dmd | ICE with self-referencing literals | |
| 7785 | RESOLVED | FIXED | normal | dmd | [CTFE] ICE when slicing pointer to variable | |
| 7786 | RESOLVED | FIXED | regression | dmd | dmd crashes with invalid module name | |
| 7787 | NEW | normal | dmd | dmd#17544 | Anonymous interface instantiation returned from anonymous function misbehaves | |
| 7788 | RESOLVED | INVALID | normal | dmd | __gshared and UFCS - "Error: nested structs with constructors are not yet supported in CTFE (Bug 6419)" | |
| 7789 | RESOLVED | FIXED | normal | dmd | [CTFE] null pointer exception on setting array length | |
| 7790 | RESOLVED | FIXED | normal | dmd | [CTFE] assignment to AA apply ref argument | |
| 7791 | RESOLVED | FIXED | enhancement | dmd | Unnecessarily slow test in the DMD test suite | |
| 7792 | RESOLVED | DUPLICATE | normal | dmd | DMD crashes when local enum array containing undefined | |
| 7793 | RESOLVED | FIXED | normal | dmd | static assert( void_function() ) gives misleading error message | |
| 7794 | RESOLVED | FIXED | regression | dmd | Sea of errors when calling regex() after compile error | |
| 7795 | RESOLVED | FIXED | normal | dmd | Ddoc emits garbage if a default argument contains a struct constructor call | |
| 7796 | RESOLVED | FIXED | normal | phobos | std.typecons.Unique is using writeln without importing std.stdio | |
| 7797 | RESOLVED | FIXED | normal | phobos | std.typelist should be deprecated | |
| 7798 | RESOLVED | DUPLICATE | enhancement | dmd | Improve nested functions | |
| 7799 | RESOLVED | WORKSFORME | normal | dmd | Can't use alias for overload resolution with alias this subtype | |
| 7800 | RESOLVED | DUPLICATE | normal | tools | Paths with square brackets cause link failure |