24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 17504 | RESOLVED | INVALID | minor | druntime | Passing templated varargs to array varargs base class constructor segfaults | |
| 17505 | RESOLVED | FIXED | regression | dmd | [REG2.075] @safe constructor requires the deconstructor to be safe as well | |
| 17506 | RESOLVED | FIXED | regression | dmd | [REG2.075] @disable constructor requires members to be initialized | |
| 17507 | RESOLVED | FIXED | enhancement | druntime | Associative Array range operations should be marked @safe | |
| 17508 | RESOLVED | MOVED | normal | tools | optlink 8.00.17 crash at EIP=0040F60A | |
| 17509 | RESOLVED | FIXED | minor | dlang.org | [typo] "refered to" ("referred to") | |
| 17510 | RESOLVED | FIXED | normal | dlang.org | How could 509 be a byte value? | |
| 17511 | RESOLVED | FIXED | regression | phobos | [REG 2.075a] std.xml puts grand-children into items | |
| 17512 | RESOLVED | FIXED | regression | dmd | [REG 2.073] [DIP1000] Error on bad interplay of 'auto ref' and 'return' attribute deduction. | |
| 17513 | RESOLVED | FIXED | minor | dlang.org | [english] "a enum" -> "an enum" | |
| 17514 | RESOLVED | FIXED | minor | dlang.org | "positive" -> "nonnegative" | |
| 17515 | NEW | normal | dmd | dmd#19264 | ld.gold identical comdat folding triggers an assertion | |
| 17516 | NEW | enhancement | phobos | phobos#10252 | std.regex doesn't recognize \e (for ANSI escape character), unlike boost.regex | |
| 17517 | RESOLVED | WORKSFORME | critical | dmd | Missing default_ddoc_theme.ddoc in Archives from dlang.org/download | |
| 17518 | RESOLVED | FIXED | regression | dmd | [Reg 2.063] confusing error message with inout constructor/ctor | |
| 17519 | RESOLVED | FIXED | minor | phobos | RedBlackTree doesn't like const/immutable elements | |
| 17520 | REOPENED | normal | phobos | phobos#10253 | Different matches with ctRegex and regex on multiline inputs | |
| 17521 | RESOLVED | FIXED | enhancement | dmd | -betterC programs should not link in Phobos runtime library by default | |
| 17522 | RESOLVED | FIXED | regression | dmd | win64.mak broken | |
| 17523 | RESOLVED | FIXED | regression | dmd | Sporadic ICEs with inline asm | |
| 17524 | RESOLVED | FIXED | enhancement | dlang.org | [The C Preprocessor vs D] "need to worry about"? | |
| 17525 | RESOLVED | FIXED | enhancement | phobos | std.algorithm.searching.skipOver should have a single argument with pred version | |
| 17526 | NEW | enhancement | druntime | dmd#17346 | Add a set method for AA | |
| 17527 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: escape sequences table goes over the page boundaries | |
| 17528 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: keywords and globally defined symbols tables have broken formatting | |
| 17529 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: grammar definitions go over the right margin | |
| 17530 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: Anonymous nested class shows LaTeX code | |
| 17531 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: overloading unary operators exposes LaTeX | |
| 17532 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: continue in the next line instead of using arrows for inline code | |
| 17533 | RESOLVED | DUPLICATE | enhancement | dlang.org | dlangspec.pdf: 21.7: Template Alias Parameters table goes over page margin | |
| 17534 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: 25.24: getFunctionVariadicStyle's tables goes over the page margin and uses HTML | |
| 17535 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: enforce a maximal width for all code examples | |
| 17536 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: Unittests documentation uses HTML | |
| 17537 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: 31 Documentation escapes Ddoc in examples | |
| 17538 | RESOLVED | FIXED | enhancement | dlang.org | dlangspec.pdf: 33.14 Comparing D Immutable and Const with C++ Const goes over the page margin | |
| 17539 | RESOLVED | FIXED | normal | phobos | std.parallellism.parallel triggers 'statement not reachable' warnings in the rdmd_test suite | |
| 17540 | RESOLVED | FIXED | enhancement | phobos | std.net.curl: HTTP no possibillity to set CURLOPT_NOPROXY | |
| 17541 | REOPENED | normal | dmd | dmd#19265 | Function attribute deduction depends on compile invocation | |
| 17542 | NEW | enhancement | phobos | phobos#10254 | DSON conversion of enums misses enum name | |
| 17543 | RESOLVED | INVALID | normal | dmd | __gshared block modifier is ignored by static variables | |
| 17544 | NEW | normal | dmd | dmd#17799 | Versions derived from predefined versions not reserved | |
| 17545 | RESOLVED | FIXED | regression | dmd | [REG2.072] __traits(getAttributes, name) evaluates name to value prematurely | |
| 17546 | NEW | normal | dmd | dmd#19266 | Cannot call .stringof on a function symbol if it does not have a no-args overload | |
| 17547 | NEW | normal | dmd | dmd#19267 | Compile-time map!(...) fails to compile inside a struct when using lambdas ("this.__lambda1 has no value") | |
| 17548 | RESOLVED | FIXED | regression | dmd | [REG2.072.0] Forward reference error with scope function parameters | |
| 17549 | NEW | enhancement | dmd | dmd#19268 | $($1) should expand to the macro identified by $1 | |
| 17550 | NEW | normal | visuald | visuald#242 | No Edits while Resharper Extension is active | |
| 17551 | RESOLVED | FIXED | normal | dmd | VC build: bad mangling of real template argument | |
| 17552 | NEW | normal | dmd | dmd#17800 | Cannot implicitly convert expression (struct this) | |
| 17553 | RESOLVED | FIXED | normal | phobos | std.json should not do UTF decoding when encoding JSON | |
| 17554 | NEW | major | phobos | phobos#9717 | non-blocking connect doesn't work for TcpSocket on win | |
| 17555 | RESOLVED | FIXED | regression | phobos | [REG2.070.0] Control characters in JSON data are invalid and should cause an exception | |
| 17556 | RESOLVED | FIXED | normal | phobos | std.json encodes non-BMP characters incorrectly with JSONOptions.escapeNonAsciiChars | |
| 17557 | RESOLVED | FIXED | enhancement | phobos | std.json should not do UTF decoding when parsing | |
| 17558 | RESOLVED | DUPLICATE | enhancement | phobos | DateTime should support custom user-provided formatting | |
| 17559 | RESOLVED | FIXED | regression | dmd | [REG2.073.0] Wrong line number in stack trace | |
| 17560 | RESOLVED | FIXED | enhancement | dlang.org | Enhancement: view and copy full code example for offline compile/play | |
| 17561 | NEW | normal | dmd | dmd#19269 | @safe code can write beyond Fiber's stack, despite guard page | |
| 17562 | RESOLVED | FIXED | minor | phobos | Tangent function returns NaN for abs(input) >= 2^63 | |
| 17563 | RESOLVED | FIXED | enhancement | druntime | gc_inFinalizer should be public | |
| 17564 | RESOLVED | FIXED | normal | phobos | std.experimental.allocator.theAllocator is null within shared static this | |
| 17565 | RESOLVED | WONTFIX | enhancement | phobos | Rename theAllocator to threadAllocator | |
| 17566 | NEW | normal | dmd | dmd#17801 | can use void initialization in @safe code to break out of stack | |
| 17567 | RESOLVED | WONTFIX | enhancement | dmd | make shared methods callable on unshared objects (and covariant) | |
| 17568 | RESOLVED | FIXED | normal | dmd | [scope] addresses to fields can be escaped from scope method | |
| 17569 | RESOLVED | MOVED | major | tools | Rename dman in the Debian .deb package to prevent conflict with Debian package debian-goodies | |
| 17570 | RESOLVED | FIXED | minor | dmd | Misleading error message illegal conditional function definition | |
| 17571 | RESOLVED | DUPLICATE | minor | dmd | Cannot create alias of __traits(getMember, ...) | |
| 17572 | RESOLVED | INVALID | critical | dmd | unrestricted union erroneously invokes postblit | |
| 17573 | NEW | enhancement | dmd | dmd#19270 | Make opCmp more flexible | |
| 17574 | RESOLVED | FIXED | normal | phobos | Range violation in std.getopt:getopt AA parsing | |
| 17575 | RESOLVED | FIXED | enhancement | dmd | named mixin template error message | |
| 17576 | NEW | normal | dmd | dmd#19271 | mixin template cannot define alias | |
| 17577 | RESOLVED | WORKSFORME | normal | phobos | 20%+ Performance degradation in std.conv.to due to 'import std.getopt' | |
| 17578 | NEW | enhancement | dmd | dmd#17802 | Propagate the common qualifier of fields to the containing type | |
| 17579 | NEW | enhancement | dlang.org | dlang.org#4066 | Fork OSX and Linux guides | |
| 17580 | RESOLVED | FIXED | normal | dmd | Marking methods as synchronized is allowed despite spec | |
| 17581 | RESOLVED | FIXED | enhancement | dlang.org | Document behavior of -betterC | |
| 17582 | RESOLVED | FIXED | regression | dmd | [REG2.059] Applying const to struct declaration should make the struct type const | |
| 17583 | RESOLVED | DUPLICATE | enhancement | tools | Revive tools/pr/194 - compile the root module in the same step as getting the dependencies | |
| 17584 | RESOLVED | INVALID | enhancement | dmd | Wrong error message for deprecated overrides | |
| 17585 | RESOLVED | FIXED | normal | dmd | Wrong error message for deprecated overrides | |
| 17586 | RESOLVED | FIXED | normal | dmd | Overriding a deprecated base class function gives no warning | |
| 17587 | RESOLVED | FIXED | enhancement | phobos | JSONOptions: No forward slash encoding | |
| 17588 | RESOLVED | FIXED | normal | dmd | SIGSEGV in pthread_mutex_destroy on a shared library executable (with -pie) | |
| 17589 | NEW | enhancement | dmd | dmd#19272 | Prevent local imports from hiding imported symbols | |
| 17590 | RESOLVED | FIXED | enhancement | dmd | Unnecessary GC alloc on returning static local struct | |
| 17591 | NEW | major | dmd | dmd#19273 | SIGSEGV in pthread_mutex_destroy after dlopen'ing a shared library with -defaultlib=libphobos2.so | |
| 17592 | RESOLVED | DUPLICATE | major | druntime | destroy isn't marked @nogc when the class destructor is marked as @nogc | |
| 17593 | NEW | enhancement | dmd | dmd#19274 | __POS__ magical constant like __FILE__ and friends | |
| 17594 | RESOLVED | FIXED | enhancement | dlang.org | Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...) | |
| 17595 | RESOLVED | WONTFIX | enhancement | dlang.org | Fix warnings in PDF build & fail on specific warnings in the future | |
| 17596 | RESOLVED | FIXED | blocker | dmd | dmd d 2.073.2 and 2.074.1 interim generated dmd segfaults on FreeBSD 12-CURRENT | |
| 17597 | NEW | enhancement | phobos | phobos#10255 | std.typecons.Typedef cannot be instantiated with void | |
| 17598 | NEW | normal | dmd | dmd#19275 | dmd fails to build on OpenSUSE Tumbleweed | |
| 17599 | NEW | enhancement | dmd | dmd#17803 | Abbreviate too long type definitions in error messages | |
| 17600 | RESOLVED | DUPLICATE | normal | dmd | implicit float->int cast using += operator | |
| 17601 | NEW | regression | dmd | dmd#19276 | [REG2.075.0-b1] segmentation fault for dmd -deps | |
| 17602 | RESOLVED | FIXED | enhancement | dmd | improve message for deprecated enum comparison | |
| 17603 | RESOLVED | WORKSFORME | enhancement | dmd | "undefined reference to `__dmd_personality_v0'" with -betterC and struct destructors |