24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 15904 | REOPENED | normal | dmd | dmd#19114 | Undefined reference to ModuleInfo | |
| 15905 | NEW | enhancement | phobos | phobos#10171 | Tuple Op Assignment Overload incorrect? | |
| 15906 | RESOLVED | WORKSFORME | regression | dmd | [REG2.068.1] GIT HEAD undefined references | |
| 15907 | RESOLVED | FIXED | regression | dmd | Unjustified "is not visible from module" deprecation warning when using getMember trait | |
| 15908 | NEW | normal | dmd | dmd#19115 | Implicitly typed lambda inside class "has no value" | |
| 15909 | RESOLVED | FIXED | trivial | dmd | Duplicate case error reports characters as numbers | |
| 15910 | NEW | enhancement | installer | installer#658 | Prevent mismatch of VERSION information in dmd releases | |
| 15911 | RESOLVED | FIXED | regression | druntime | undefined __Unwind_GetIPInfo for x86_64 | |
| 15912 | RESOLVED | INVALID | normal | dmd | Anonymous class with missing method results in linker error | |
| 15913 | RESOLVED | FIXED | normal | dmd | cannot initialize immutable fixed size array without similar const-code | |
| 15914 | RESOLVED | FIXED | regression | phobos | [REG 2.071] getopt doesn't accept anymore a character for a bool option | |
| 15915 | RESOLVED | INVALID | normal | phobos | std.process.execute throws an exception when using workDir and a relative path | |
| 15916 | RESOLVED | INVALID | normal | dmd | void makes a function impure + system | |
| 15917 | RESOLVED | FIXED | normal | phobos | std.concurrency module destructor causes useless creation of new MessageBox | |
| 15918 | RESOLVED | FIXED | regression | phobos | [2.070] Results from findSplit can no longer be assigned to each other | |
| 15919 | RESOLVED | FIXED | normal | phobos | [ndslice] Undetected spell miss in selection.reshape() | |
| 15920 | RESOLVED | FIXED | normal | phobos | std.traits.MemberFunctionsTuple gives a wrong result | |
| 15921 | RESOLVED | WORKSFORME | major | dmd | Win64: wrong codegen with array of structs slicing | |
| 15922 | RESOLVED | FIXED | major | dmd | DMD segfault in functionParameters() | |
| 15923 | RESOLVED | WORKSFORME | normal | dmd | is expression qualifier matching does not work with multiple qualifiers | |
| 15924 | RESOLVED | WORKSFORME | normal | phobos | formattedWrite doesn't write to empty appender | |
| 15925 | RESOLVED | INVALID | regression | dmd | -transition=[check]imports ignores import declaration from mixin templates | |
| 15926 | RESOLVED | WONTFIX | normal | dmd | Peculiar behavior of 'inout' | |
| 15927 | NEW | enhancement | phobos | phobos#9678 | KeyType and ValueType for User Defined AAs | |
| 15928 | NEW | enhancement | phobos | phobos#10172 | chain(r1, r2, r3, ...) should discard all arguments after the first infinite range | |
| 15929 | RESOLVED | FIXED | normal | dlang.org | First sentence to https://dlang.org/library/std/range/primitives.html points to invalid link https://dlang.org/library/std/range/std_range.html | |
| 15930 | RESOLVED | FIXED | normal | phobos | min/max of pointers violates const | |
| 15931 | NEW | normal | dmd | dmd#17752 | The compiler lets you try to derive from a const, immutable, or inout, shared class | |
| 15932 | REOPENED | enhancement | dmd | dmd#19116 | Get rid of the implicit slicing of static arrays | |
| 15933 | RESOLVED | FIXED | minor | druntime | GDC support for core.cpuid | |
| 15934 | RESOLVED | FIXED | normal | dmd | Non-virtual super class member function call ignores 'this' type qualifier | |
| 15935 | RESOLVED | FIXED | normal | dmd | compiling dub with -fPIC triggers internal compiler error | |
| 15936 | RESOLVED | WORKSFORME | minor | dmd | misleading error message about @disable where there is none | |
| 15937 | RESOLVED | FIXED | major | dmd | DMD should only expand tilde at start of paths | |
| 15938 | NEW | blocker | dmd | dmd#17753 | ctor doesn't initialize fields when struct is static immutable | |
| 15939 | RESOLVED | FIXED | blocker | druntime | GC.collect causes deadlock in multi-threaded environment | |
| 15940 | RESOLVED | FIXED | normal | phobos | ImplicitConversionTargets and class alias in struct | |
| 15941 | RESOLVED | FIXED | regression | phobos | [REG v2.069] rbtree no longer supports classes | |
| 15942 | NEW | normal | dmd | dmd#19117 | bogus "cannot implicitly convert expression" error when using vector notation to copy from immutable to mutable | |
| 15943 | RESOLVED | FIXED | normal | dmd | wrong code for extern(C++) thread local variables | |
| 15944 | NEW | normal | installer | installer#683 | Wrong directory separators in dmd.2.0xx.x.windows.zip | |
| 15945 | RESOLVED | FIXED | major | dmd | sizeof on an invalid type seems to compile. | |
| 15946 | NEW | enhancement | druntime | dmd#17151 | Exception collected during unwinding | |
| 15947 | RESOLVED | FIXED | regression | dmd | [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash | |
| 15948 | NEW | normal | dmd | dmd#19118 | wrong line numbers in stack traces | |
| 15949 | RESOLVED | FIXED | enhancement | phobos | Improve readtext handling of byte order mark (BOM) | |
| 15950 | RESOLVED | WONTFIX | enhancement | dmd | Wish: __compressed_import("file.ext"); | |
| 15951 | RESOLVED | DUPLICATE | enhancement | dmd | Inefficiencies in struct initialization | |
| 15952 | NEW | regression | dmd | dmd#19119 | [REG 2.053] struct in closure is destroyed when parent function returns | |
| 15953 | NEW | minor | phobos | phobos#9679 | std.net.curl: contentLength reset method DELETE to POST | |
| 15954 | RESOLVED | FIXED | minor | phobos | std.experimental.logger repeats wstring message | |
| 15955 | RESOLVED | DUPLICATE | normal | druntime | dwExtraInfo in winuser.d is DWORD in some cases, should be ULONG_PTR | |
| 15956 | RESOLVED | FIXED | normal | dmd | Incorrect value inside enum using simd vectors, weird tym errors, and weird if(true) {} partial solution. | |
| 15957 | RESOLVED | FIXED | major | dmd | Disabled postblit + template mixin break opAssign with confusing error message | |
| 15958 | RESOLVED | FIXED | normal | druntime | Missing extern(Windows) of core.sys.windows functions | |
| 15959 | RESOLVED | FIXED | major | druntime | core.sys.windows modules should be modified for x64 | |
| 15960 | RESOLVED | FIXED | normal | phobos | SetUnion should filter duplicates | |
| 15961 | RESOLVED | FIXED | regression | dmd | [REG2.066] ICE with instance field introduced by anonymous struct | |
| 15962 | RESOLVED | DUPLICATE | regression | dmd | [REG2.069] Don't strip off asserts to check internal compiler errors | |
| 15963 | RESOLVED | FIXED | normal | phobos | Hidden unresolved forward reference issue in std.uni | |
| 15964 | RESOLVED | FIXED | normal | phobos | The template constraints for std.uni.sicmp are too permissive | |
| 15965 | RESOLVED | WONTFIX | regression | dmd | [REG 2.070] Reference to other CT-known field on struct instantiation now yields "circular reference" | |
| 15966 | RESOLVED | INVALID | regression | dmd | [REG 2.071] {public,protected} imports in base class ignored on symbol lookup | |
| 15967 | NEW | normal | dmd | dmd#17754 | Dwarf EH caused a 85Kib increase in hello world binary | |
| 15968 | NEW | enhancement | phobos | phobos#10173 | deep-version of equals | |
| 15969 | RESOLVED | FIXED | enhancement | phobos | makeNrray - allocate + dispose multi-dimensional array | |
| 15970 | RESOLVED | DUPLICATE | normal | dmd | C++ mangling of templated arg type | |
| 15971 | NEW | enhancement | phobos | phobos#9680 | BigInt ctor should accept forward ranges | |
| 15972 | NEW | normal | phobos | phobos#10174 | range of chars doesn't work with joiner with literal delimiters | |
| 15973 | RESOLVED | FIXED | normal | phobos | nextPow2 and truncPow2 rely on processor specific behavior | |
| 15974 | RESOLVED | FIXED | trivial | dmd | Spurious error: argument to mixin must be a string, not (expression()) of type string | |
| 15975 | RESOLVED | INVALID | major | druntime | TLS not scanned correctly for main thread | |
| 15976 | RESOLVED | FIXED | normal | druntime | explicite TLS initializes badly in DLLs if other threads exist | |
| 15977 | RESOLVED | FIXED | enhancement | tools | `rdmd --eval' fails with `Error: module syserror is in file 'std/syserror.d' which cannot be read' | |
| 15978 | NEW | minor | dmd | dmd#19120 | Can't pass vector type .init property as template parameter | |
| 15979 | NEW | enhancement | phobos | phobos#9681 | std.net.curl should be tested with utf8 | |
| 15980 | RESOLVED | FIXED | minor | phobos | std.traits.Identity is undocumented but public | |
| 15981 | RESOLVED | FIXED | enhancement | dmd | infer function types for auto functions | |
| 15982 | RESOLVED | WONTFIX | enhancement | phobos | std.array.array treats dynamic arrays as input ranges and allocates new memory | |
| 15983 | RESOLVED | DUPLICATE | regression | dmd | [REG 2.071] Symbol visibility in derived classes | |
| 15984 | RESOLVED | FIXED | regression | dmd | [REG2.071] Interface contracts retrieve garbage instead of parameters | |
| 15985 | RESOLVED | FIXED | regression | dmd | [REG2.068/2.069] Code doesn't link unless compiled with -debug | |
| 15986 | RESOLVED | INVALID | enhancement | phobos | [std.experimental.allocator.mallocator] calloc? | |
| 15987 | RESOLVED | FIXED | normal | druntime | core.sys.windows.msacm remains pseudo definitions | |
| 15988 | RESOLVED | INVALID | regression | dmd | [REG v2.070] Massive Compile Time Slowdown | |
| 15989 | RESOLVED | FIXED | blocker | dmd | Initializing manifest constants with CTFE allocated data | |
| 15990 | NEW | normal | dlang.org | dlang.org#4050 | Error handling page on spec needs work | |
| 15991 | RESOLVED | FIXED | enhancement | phobos | std.datetime.StopWatch is not @nogc | |
| 15992 | RESOLVED | FIXED | regression | dmd | [REG2.072a] ICE with field variable of instantiated struct | |
| 15993 | RESOLVED | INVALID | normal | dmd | using mixin to specify 2 arguments for writefln results in unrecognized behavior | |
| 15994 | RESOLVED | INVALID | major | dmd | Trivial code compiled with dmd ends with code 11 !? | |
| 15995 | RESOLVED | FIXED | enhancement | phobos | std.conv.text and friends can be made faster with std.array.appender | |
| 15996 | RESOLVED | FIXED | major | dmd | @safe allows escaping of ptrs to variables going out of scope | |
| 15997 | RESOLVED | FIXED | normal | druntime | Wrong constant value for ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED in winhttp | |
| 15998 | RESOLVED | FIXED | regression | dmd | [REG2.067] Segmentation fault on const folding of arrays of static arrays | |
| 15999 | RESOLVED | FIXED | normal | dmd | Inline assembly incorrect sign extension instead of error | |
| 16000 | RESOLVED | FIXED | regression | dmd | [Reg 2.072~master] linking issues on OSX with size_t, extern(C++), i386, and clang | |
| 16001 | RESOLVED | FIXED | enhancement | dmd | Lambda syntax: forbid use with FunctionLiteralBody: (x) => {assert(x);} | |
| 16002 | RESOLVED | FIXED | enhancement | dmd | Add __traits(isModule) and __traits(isPackage) | |
| 16003 | RESOLVED | WORKSFORME | normal | dmd | stringof for module doesn't include full path |