24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 8801 | RESOLVED | FIXED | normal | dmd | assigning to __ctfe crashes the compiler | |
| 8802 | RESOLVED | FIXED | normal | dmd | Problem with enums of void* | |
| 8803 | RESOLVED | WONTFIX | normal | phobos | map.filter.array run map delegate an incorrect number of time. | |
| 8804 | RESOLVED | FIXED | minor | phobos | countUntil warning on an infinite range | |
| 8805 | RESOLVED | DUPLICATE | critical | dmd | corrupt data at compile time. | |
| 8806 | RESOLVED | FIXED | normal | phobos | fullyQualifiedName!T does not work for inner types | |
| 8807 | RESOLVED | WORKSFORME | minor | dmd | Better error messages for a switch on doubles | |
| 8808 | RESOLVED | INVALID | enhancement | tools | Header generation must recreate folder structure if -Hd is used | |
| 8809 | RESOLVED | WONTFIX | normal | dmd | (D1 Only) Cannot statically bind to base class method overridden by derived class | |
| 8810 | RESOLVED | DUPLICATE | major | dmd | struct not returned properly from extern (C) functions | |
| 8811 | REOPENED | normal | druntime | dmd#17246 | [snn] sscanf %n bug | |
| 8812 | RESOLVED | FIXED | normal | phobos | functionAttributes doesn't returns const/immutable/shraed/inout attributs | |
| 8813 | NEW | normal | dmd | dmd#18474 | Cannot define delegate with const/immutable/shared/inout attributes | |
| 8814 | NEW | normal | dmd | dmd#18475 | Issues casting opDispatch property when a write property exists | |
| 8815 | RESOLVED | INVALID | normal | dmd | alias modification silently fails on nested fields | |
| 8816 | RESOLVED | FIXED | enhancement | dmd | It should be illegal for enums to declare members named init, max, or min | |
| 8817 | RESOLVED | DUPLICATE | enhancement | dmd | Symbols named init should be illegal | |
| 8818 | RESOLVED | FIXED | regression | dmd | CTFE fails to compare strings correctly | |
| 8819 | RESOLVED | FIXED | enhancement | dmd | void static array should have init built-in propert | |
| 8820 | RESOLVED | DUPLICATE | normal | druntime | Array initialization generates garbage | |
| 8821 | RESOLVED | FIXED | trivial | phobos | countUntil chokes on reference ranges | |
| 8822 | RESOLVED | FIXED | normal | dmd | Usiing qualified delegate type in template argument causes parser error. | |
| 8823 | RESOLVED | INVALID | normal | dmd | static if (A || B) != static if (A) else if (B) in some cases | |
| 8824 | RESOLVED | FIXED | normal | phobos | std.container.Array fails to instantiate Array!char | |
| 8825 | RESOLVED | FIXED | normal | dmd | Wrong line number of error message | |
| 8826 | RESOLVED | DUPLICATE | normal | dmd | PostExpression cannot follow NewExpression | |
| 8827 | RESOLVED | FIXED | normal | dmd | Cannot move contents of R12 | |
| 8828 | RESOLVED | FIXED | normal | dmd | Long compilation time of a destroy() on a large fixed-sized matrix | |
| 8829 | RESOLVED | FIXED | enhancement | phobos | std.algorithm.find fails to take advantage of SortedRange | |
| 8830 | RESOLVED | FIXED | major | dmd | [CTFE] Incorrect slicing with pointer from sliced array | |
| 8831 | RESOLVED | FIXED | enhancement | druntime | core.atomic: add compare-and-swap function with other result type | |
| 8832 | RESOLVED | FIXED | major | dmd | Segfault when accessing range returned by function that has delegate referencing local variables | |
| 8833 | RESOLVED | FIXED | normal | dmd | Odd error with expression tuples | |
| 8834 | RESOLVED | DUPLICATE | normal | dmd | UFCS doesn't work with local aliases to functions | |
| 8835 | RESOLVED | DUPLICATE | major | dmd | dmd: module.c:829: void Module::semantic3(): Assertion `semanticstarted == 2' failed. | |
| 8836 | RESOLVED | FIXED | normal | dmd | function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg) | |
| 8837 | RESOLVED | FIXED | normal | phobos | BigInt needs better operator template constraints | |
| 8838 | RESOLVED | FIXED | major | dmd | Slicing static arrays should be considered unsafe (@system) | |
| 8839 | RESOLVED | INVALID | normal | phobos | MmFile do not use Range | |
| 8840 | RESOLVED | FIXED | blocker | dmd | calculating minimum of longs with following comparison compiles to wrong code when enabling the optimizer | |
| 8841 | RESOLVED | FIXED | normal | druntime | Missing line numbers in stack trace? | |
| 8842 | RESOLVED | FIXED | enhancement | druntime | Error line numbers for some run-time functions in debug mode? | |
| 8843 | RESOLVED | DUPLICATE | enhancement | dmd | Statically known slices given as fixed-size array arguments | |
| 8844 | RESOLVED | DUPLICATE | enhancement | dmd | Warning for bug-prone operator overloading | |
| 8845 | RESOLVED | FIXED | normal | dmd | Can't pass immediate or rvalue args to ref function parameters | |
| 8846 | RESOLVED | FIXED | normal | dlang.org | Specs for Inline Assembler don't include cmpxchg16b | |
| 8847 | RESOLVED | FIXED | blocker | dmd | voldemort + inout confuses "is" | |
| 8848 | RESOLVED | FIXED | normal | dmd | Array literals and AA literals are rejected as template value parameters | |
| 8849 | RESOLVED | FIXED | normal | phobos | std.parallelism.executeInNewThread with thread priority segfaults | |
| 8850 | REOPENED | normal | dmd | dmd#18476 | Nested struct creation by a template | |
| 8851 | RESOLVED | FIXED | enhancement | phobos | std.string.join should allow 'char' as joiner | |
| 8852 | RESOLVED | DUPLICATE | normal | phobos | Unable to join thread (started by another thread) | |
| 8853 | RESOLVED | FIXED | normal | phobos | Unable to use std.concurrency.receive with Tuple!(immutable(int[])) | |
| 8854 | RESOLVED | FIXED | normal | dmd | incomprehensible bug on windows with import side effect | |
| 8855 | NEW | normal | dmd | dmd#17558 | cannot define a function name that matches a package name in import statements | |
| 8856 | RESOLVED | DUPLICATE | normal | dmd | import inside function sometimes causes link errors | |
| 8857 | RESOLVED | FIXED | normal | dmd | [CTFE] does not evaluate to a boolean, only with -inline | |
| 8858 | RESOLVED | INVALID | normal | dmd | DMD's -v option doesn't output dependencies with imports inside functions | |
| 8859 | RESOLVED | FIXED | major | dmd | Solaris port of the toolchain | |
| 8860 | RESOLVED | DUPLICATE | normal | dmd | DMD crashes in post-contract of auto function | |
| 8861 | RESOLVED | WORKSFORME | major | dmd | ICE(cgcs.c) 343 | |
| 8862 | RESOLVED | WORKSFORME | normal | dmd | order of declaration of a function and compile time execution | |
| 8863 | NEW | normal | dmd | dmd#18477 | struct passed to template: cannot access frame pointer | |
| 8864 | RESOLVED | WONTFIX | enhancement | dmd | Simpler syntax for array literal of structs from one argument | |
| 8865 | RESOLVED | WONTFIX | normal | dmd | D1: Assertion failure: on line 1166 in interpret.c | |
| 8866 | RESOLVED | FIXED | normal | phobos | Splitter(R1, R2) CANNOT be bidirectional. | |
| 8867 | RESOLVED | WORKSFORME | normal | phobos | splitter(R1, X) strong requirements, weak support. | |
| 8868 | NEW | normal | dmd | dmd#17559 | overload resolution of &x.g() incorrectly chooses delegate over function pointer | |
| 8869 | RESOLVED | WORKSFORME | normal | phobos | std.typecons.Unique instance doesn't compile, needs std.stdio | |
| 8870 | RESOLVED | FIXED | critical | dmd | Incorrect values passing struct by value | |
| 8871 | RESOLVED | FIXED | normal | druntime | Missing the RegisterClassExA function declaration in the windows header. | |
| 8872 | RESOLVED | FIXED | minor | druntime | Missing extended window styles (WS_EX_... enumeration) in windows header | |
| 8873 | NEW | enhancement | dmd | dmd#18478 | Some class field reordering for emplacing? | |
| 8874 | RESOLVED | DUPLICATE | enhancement | dmd | Possible warning for always true/always false comparisons on unsigned values | |
| 8875 | RESOLVED | FIXED | normal | dmd | core.exception.InvalidMemoryOperationError in case of remove() in Destructors | |
| 8876 | RESOLVED | FIXED | major | phobos | bitfields template generate wrong code | |
| 8877 | RESOLVED | FIXED | normal | phobos | std.encoding.transcode is extremely slow | |
| 8878 | RESOLVED | WONTFIX | normal | tools | std.range is not pure | |
| 8879 | RESOLVED | DUPLICATE | normal | phobos | std.range function should to be usable in a pure (and sometimes nothrow) situations | |
| 8880 | RESOLVED | DUPLICATE | enhancement | phobos | Feature Request into both std.ascii std.uni isNewline | |
| 8881 | RESOLVED | WONTFIX | enhancement | phobos | Add EnumBaseType template into traits | |
| 8882 | RESOLVED | FIXED | normal | phobos | map, filter, iota and zip in pure (and nothrow) functions | |
| 8883 | NEW | normal | dmd | dmd#18479 | -H and non-object object handled incorrectly | |
| 8884 | RESOLVED | WONTFIX | normal | phobos | std.array RefAppender do not works with .ptr | |
| 8885 | RESOLVED | WORKSFORME | normal | dmd | Passing super class' private method as delegate allowed | |
| 8886 | NEW | normal | dmd | dmd#17560 | [CTFE] a check failure of memory block inclusion | |
| 8887 | REOPENED | critical | dmd | dmd#18480 | static arrays passed by value in extern C/C++ functions should not compile | |
| 8888 | RESOLVED | DUPLICATE | normal | dmd | enums with initializers inside functions cause linker error | |
| 8889 | RESOLVED | FIXED | major | dmd | [2.061 beta][64-bit] Assertion Failure argtypes.c | |
| 8890 | RESOLVED | FIXED | normal | phobos | std.algorithm.commonPrefix does not handle unicode correctly | |
| 8891 | RESOLVED | FIXED | normal | dmd | (D1 only) non-static opCall runs in initialization incorrectly | |
| 8892 | RESOLVED | FIXED | normal | dmd | Wrong diagnostic for static array assignment | |
| 8893 | RESOLVED | FIXED | major | dmd | [ICE][CTFE] (interpret.c, line 3598) with failed array access | |
| 8894 | RESOLVED | FIXED | regression | dmd | 2.059: Lookup error message has become uninformative | |
| 8895 | RESOLVED | FIXED | normal | phobos | infinite loop in DList.opEquals | |
| 8896 | RESOLVED | FIXED | normal | phobos | RedBlackTree.opEquals has byref semantics | |
| 8897 | RESOLVED | FIXED | regression | dmd | Regression: 'has forward references' error for static class after template mixin | |
| 8898 | RESOLVED | FIXED | normal | dmd | false positive dangling else warning | |
| 8899 | RESOLVED | WORKSFORME | normal | dmd | Erroneous delegate usage and map template | |
| 8900 | RESOLVED | FIXED | normal | phobos | Using zip with char[] sometimes fails to compile |