24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 17104 | NEW | minor | dlang.org | dlang.org#3962 | "Real close to the machine" webpage error | |
| 17105 | RESOLVED | FIXED | normal | dmd | [ICE] SIMD Internal error with optimizations: backend\cod3.c 6807 | |
| 17106 | RESOLVED | DUPLICATE | normal | dmd | [ICE] SIMD Internal error with optimizations: Internal error: backend\cgcod.c 1666 | |
| 17107 | RESOLVED | FIXED | enhancement | phobos | Runnign phobos unittests do not work with PIE | |
| 17108 | RESOLVED | FIXED | normal | druntime | Associative array byKeyValue is unsafe | |
| 17109 | NEW | enhancement | phobos | phobos#9707 | std.csv chokes on empty columns when parsing to struct | |
| 17110 | NEW | major | phobos | phobos#10232 | Proxy (and therefore Typedef) doesn't work for type alias members | |
| 17111 | RESOLVED | FIXED | enhancement | dmd | DMD accepts switch statement with non-const case variables | |
| 17112 | RESOLVED | FIXED | normal | dmd | Simple writeln call produces cryptic error message | |
| 17113 | RESOLVED | WONTFIX | enhancement | dmd | cent/ucent lack basic support | |
| 17114 | RESOLVED | FIXED | regression | dmd | DMD 2.073.0 Error: undefined identifier '_arrayExpComSliceAndass_k' in module 'app' | |
| 17115 | RESOLVED | FIXED | minor | dlang.org | [404 Not Found] std.concurrencybase | |
| 17116 | RESOLVED | FIXED | normal | phobos | std.typecons.ReplaceType is not able to process const delegate | |
| 17117 | RESOLVED | FIXED | regression | dmd | [REG2.073] erroneous "escaping reference to local variable" | |
| 17118 | RESOLVED | INVALID | regression | dmd | [REG 2.074a] iasm64.d in test suite with with -g reveals a regression | |
| 17119 | RESOLVED | FIXED | normal | dmd | Broken URL for compiler switch -dip1000 | |
| 17120 | NEW | critical | dmd | dmd#19228 | error messages from wrong overload | |
| 17121 | RESOLVED | WORKSFORME | normal | dlang.org | DDoc documentation is out of date | |
| 17122 | RESOLVED | WORKSFORME | normal | phobos | Compiling trivial program yields deprecation warnings from std.typecons | |
| 17123 | RESOLVED | FIXED | regression | dmd | [REG 2.073] Issues with return @safe inference | |
| 17124 | RESOLVED | WORKSFORME | major | dmd | dmd segfaults on __traits(getMember, ...) | |
| 17125 | RESOLVED | FIXED | normal | dmd | Header Generation Incorrectly Formats Floating Point Number | |
| 17126 | RESOLVED | FIXED | blocker | visuald | [Visual D] Enables D compiler on C++ projects by default | |
| 17127 | RESOLVED | FIXED | minor | phobos | bad example code for std.concurrency.Generator | |
| 17128 | RESOLVED | DUPLICATE | critical | dmd | Wrong destructor call, if variables declared using tuple of types. | |
| 17129 | NEW | enhancement | dmd | dmd#19229 | class-nested alias of free function can't be called from const-methods | |
| 17130 | RESOLVED | FIXED | regression | druntime | [Reg 2.074] ambiguous implicit super call when inheriting core.sync.mutex.Mutex | |
| 17131 | NEW | regression | druntime | dmd#17342 | [Reg 2.074] Fiber.state collides with differently attributed function in derived class | |
| 17132 | NEW | normal | druntime | dmd#17343 | Using DLL makes an empty stacktrace on error | |
| 17133 | NEW | normal | installer | installer#687 | Platform specific archives contain files from other platforms | |
| 17134 | RESOLVED | FIXED | trivial | phobos | std.file.append documentation is incomplete | |
| 17135 | NEW | critical | dmd | dmd#19230 | Optimization of big functions takes a lot of time | |
| 17136 | RESOLVED | DUPLICATE | enhancement | druntime | dictionary get(value, defaultValue) should be nothrow | |
| 17137 | NEW | enhancement | phobos | phobos#10233 | std.stdio.readln should provide an OutputRange overload | |
| 17138 | NEW | enhancement | dmd | dmd#17788 | Warn about superfluous "with" statements | |
| 17139 | RESOLVED | FIXED | blocker | tools | [BLOCKING] dscanner needs to handle 'scope' function attributes | |
| 17140 | RESOLVED | DUPLICATE | normal | dmd | Segfault when using function-name-qualified renamed import as function return type | |
| 17141 | RESOLVED | FIXED | critical | dmd | Type Inference Incorrectly Converts Characters to Integers | |
| 17142 | NEW | enhancement | dmd | dmd#19231 | Empty statement warnings conflicts with type inference errors | |
| 17143 | RESOLVED | FIXED | regression | dmd | [REG2.072.0] Declaration is already defined on global enum = tuple(...).expand declaration | |
| 17144 | RESOLVED | INVALID | regression | dmd | [REG 2.071] local imports became invisible | |
| 17145 | RESOLVED | FIXED | regression | dmd | [REG2.066.0] Tuple expansion error in local enum declaration | |
| 17146 | RESOLVED | FIXED | normal | dmd | Internal error: tk.c 266 with -O -inline | |
| 17147 | RESOLVED | FIXED | major | dmd | package build fails without useful info after upgrade to v2.073.0 | |
| 17148 | RESOLVED | FIXED | major | dmd | Copying from const(void)[] to void[] breaks immutable | |
| 17149 | RESOLVED | INVALID | normal | phobos | to!int("42", 16, LetterCase.lower) does not compile | |
| 17150 | RESOLVED | DUPLICATE | enhancement | dmd | Add a trait to detect the linkage attribute of classes and interfaces | |
| 17151 | RESOLVED | DUPLICATE | enhancement | visuald | Auto Completion should suggest missing imports | |
| 17152 | RESOLVED | FIXED | major | dmd | DMD segfaults because of struct with static const struct members | |
| 17153 | RESOLVED | FIXED | normal | phobos | std.container.array.Array cannot be used in @nogc code | |
| 17154 | RESOLVED | FIXED | normal | phobos | std.conv.toChars doesn't support $ in slicing | |
| 17155 | NEW | regression | dmd | dmd#19232 | [REG2.071.0] Link failure with nested map | |
| 17156 | RESOLVED | INVALID | normal | dmd | Local function declaration not inferred to be static | |
| 17157 | RESOLVED | FIXED | normal | phobos | ctRegex.matchAll doesn't set last item in Captures | |
| 17158 | RESOLVED | WORKSFORME | normal | dlang.org | [404 Not Found] | |
| 17159 | RESOLVED | FIXED | normal | dlang.org | Behavior of unions at compile time is not documented | |
| 17160 | RESOLVED | WONTFIX | major | dmd | Apparently faulty behavior comparing enum members using `is` | |
| 17161 | RESOLVED | FIXED | regression | phobos | [REG 2.072.2] Massive Regex Slowdown | |
| 17162 | RESOLVED | FIXED | normal | dmd | std.algorithm.startsWith fails to compile with -dip1000 switch | |
| 17163 | RESOLVED | FIXED | regression | dmd | [Reg] Basic Ddoc generation no longer works | |
| 17164 | RESOLVED | WONTFIX | regression | dmd | [REG 2.072.0] undefined identifier '__va_argsave' | |
| 17165 | RESOLVED | FIXED | major | dmd | missing files in release archives | |
| 17166 | NEW | enhancement | dmd | dmd#19233 | [internals] Frontend AST is littered with DMD-specific fields | |
| 17167 | RESOLVED | FIXED | blocker | dmd | dmd fails to write to file or create directory with more than 248 characters in the path | |
| 17168 | RESOLVED | FIXED | major | dmd | Shift left operator causes segfault when compiling with -O flag | |
| 17169 | RESOLVED | FIXED | normal | dmd | New default ddoc theme merges all paragraphs except the first | |
| 17170 | RESOLVED | MOVED | normal | dmd | ddoc shows parameters that are not used in function | |
| 17171 | RESOLVED | INVALID | critical | tools | ddoc: enum misses some values + wrong order + missing member initializers | |
| 17172 | NEW | normal | dmd | dmd#19234 | redundant `statement is not reachable`: should only show 1 per code block | |
| 17173 | RESOLVED | WORKSFORME | normal | dmd | Incorrect return value for function accepting and returning cdouble | |
| 17174 | RESOLVED | INVALID | normal | dmd | can take address of member of struct parameter in @safe code | |
| 17175 | RESOLVED | WONTFIX | enhancement | dmd | make predefined version identifiers case insensitive | |
| 17176 | RESOLVED | FIXED | normal | phobos | https://dlang.org/phobos/std_stdio.html#.File.tmpfile broken link | |
| 17177 | RESOLVED | FIXED | normal | phobos | AutoImplement fails on function overload sets with "cannot infer type from overloaded function symbol" | |
| 17178 | RESOLVED | DUPLICATE | blocker | dmd | namespace bar.std conflicts with namespace bar.std | |
| 17179 | RESOLVED | WONTFIX | regression | dmd | dmd 2.073 betas segfault while trying to build vibe.d project | |
| 17180 | RESOLVED | INVALID | major | phobos | to!string('\0') makes "\0" which breaks concatination | |
| 17181 | RESOLVED | FIXED | normal | dmd | Local imports in templates should be added to imported modules list of module that instantiated it | |
| 17182 | RESOLVED | WORKSFORME | normal | dlang.org | dconf.org's thankyou page is missing | |
| 17183 | RESOLVED | FIXED | enhancement | phobos | Improve std.algorithm.mutate.remove documentation | |
| 17184 | NEW | major | dmd | dmd#17789 | error should show import chain leading to (first) problemic file | |
| 17185 | RESOLVED | WORKSFORME | normal | dmd | Error: number '0x0.0123p-1022' is not representable | |
| 17186 | RESOLVED | DUPLICATE | enhancement | dmd | Type inference for parameters with default argument | |
| 17187 | RESOLVED | INVALID | normal | phobos | Error when using std.format.unformatValue with static arrays | |
| 17188 | RESOLVED | FIXED | regression | druntime | stdc qsort predicate requires scope parameters | |
| 17189 | RESOLVED | FIXED | enhancement | dlang.org | Include byPair in the associative array document | |
| 17190 | RESOLVED | WONTFIX | regression | phobos | [REG2.072] isNumeric!string conflict std.traits std.string | |
| 17191 | NEW | enhancement | phobos | phobos#10234 | style: require all assert's to be supplied message | |
| 17192 | RESOLVED | FIXED | regression | phobos | ParameterDefaults fails when parameter is called "i" | |
| 17193 | RESOLVED | FIXED | normal | dmd | selective imports -> deprecation warnings even if symbol is not used | |
| 17194 | NEW | major | dmd | dmd#19235 | [scope] Fwd reference error with nested struct | |
| 17195 | RESOLVED | FIXED | regression | phobos | [Reg 2.074] isFloatingPoint!cfloat is now true | |
| 17196 | RESOLVED | FIXED | regression | phobos | [Reg 2.074] isUnsigned!bool now true | |
| 17197 | RESOLVED | FIXED | normal | visuald | Link failure with -m64 on Windows | |
| 17198 | RESOLVED | FIXED | normal | tools | rdmd does not recompile when --extra-file is added | |
| 17199 | NEW | enhancement | phobos | phobos#10235 | std.string: add case handling methods (camelCase, Capitalize, kebab-case, snake_case, lowerFirst, startCase) | |
| 17200 | NEW | enhancement | phobos | phobos#9708 | std.algorithm: add last* to minPos, maxPos, find, ... | |
| 17201 | NEW | enhancement | phobos | phobos#10236 | std.array: invert (convenience method that inverts a hashmap) | |
| 17202 | NEW | enhancement | phobos | phobos#10237 | std.functional: partialRight | |
| 17203 | NEW | enhancement | phobos | phobos#9709 | singleton as mixin |