24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 15704 | RESOLVED | FIXED | major | dmd | @safe code should not allow copying to/from void[] | |
| 15705 | RESOLVED | DUPLICATE | normal | dmd | Invalid memory operation during array growth (@safe code) | |
| 15706 | RESOLVED | WORKSFORME | normal | dmd | std.conv.to!int - wrong line number in exception | |
| 15707 | NEW | enhancement | druntime | dmd#17150 | Extend aggregate TypeInfo with information about `alias this` | |
| 15708 | RESOLVED | FIXED | normal | phobos | std.range.choose assumes hasElaborateCopyConstructor means "has __postblit" | |
| 15709 | RESOLVED | WORKSFORME | blocker | installer | [Downloads] cannot install dmd using curl script | |
| 15710 | ASSIGNED | enhancement | phobos | phobos#10161 | Replacement for std.utf.validate which does not throw | |
| 15711 | RESOLVED | FIXED | blocker | dmd | Incorrect type inferring of [char]/string when passed via recursive template, extracting it from a structure field | |
| 15712 | RESOLVED | FIXED | normal | dmd | extern(C) attribute inside extern(C) unittest is incorrectly ignored | |
| 15713 | RESOLVED | FIXED | regression | dmd | [REG-master] ctfe string concatenation is templates is broken | |
| 15714 | RESOLVED | FIXED | enhancement | phobos | [ndslice] byElement seems to be missing some slicing primitives | |
| 15715 | RESOLVED | FIXED | normal | phobos | [ndslice] rangeHasMutableElements is not defined | |
| 15716 | RESOLVED | INVALID | enhancement | tools | How to resolve the warning explicit braces to avoid ambiguous else | |
| 15717 | RESOLVED | DUPLICATE | normal | phobos | iota: "Error: cannot implicitly convert expression (cast(int)pastLast - 1) of type int to ushort" | |
| 15718 | RESOLVED | WONTFIX | enhancement | dmd | use ref or out parameters in the anonymous method may cause error | |
| 15719 | RESOLVED | WONTFIX | minor | dmd | Can't make template with name "this" | |
| 15720 | RESOLVED | FIXED | normal | phobos | iota(long.max, long.min, step) does not work properly | |
| 15721 | RESOLVED | FIXED | normal | phobos | free error when calling Mallocator.dispose on interfaces | |
| 15722 | NEW | enhancement | phobos | phobos#9675 | std.algorithm sum should favour speed | |
| 15723 | RESOLVED | FIXED | blocker | druntime | GC memory leakage depending on source code size | |
| 15724 | RESOLVED | WORKSFORME | normal | dmd | CTFE internal error: determining classinfo | |
| 15725 | RESOLVED | DUPLICATE | enhancement | dlang.org | D wiki over HTTPS does not load properly | |
| 15726 | RESOLVED | FIXED | regression | dmd | [REG2.068.0] forward reference error for circular classes, RefCounted | |
| 15727 | RESOLVED | DUPLICATE | enhancement | dmd | DMD adds default opEqals to structure with SIMD vector | |
| 15728 | RESOLVED | WORKSFORME | enhancement | dmd | ICE while simd vec.f.array compared to ordinal array | |
| 15729 | RESOLVED | FIXED | regression | dmd | [REG(master)] broken debug info for libraries | |
| 15730 | RESOLVED | WORKSFORME | normal | dmd | invalid template merging in tuple foreach | |
| 15731 | REOPENED | normal | dmd | dmd#19101 | Analysis error on explicit case fall-through | |
| 15732 | RESOLVED | FIXED | minor | phobos | std.function partial does not work with function / delegate references | |
| 15733 | RESOLVED | FIXED | regression | dmd | [REG2.066] Forward reference issue involving inheritance | |
| 15734 | RESOLVED | INVALID | normal | dmd | Need this for map | |
| 15735 | RESOLVED | FIXED | major | phobos | std.algorithm.iteration.splitter returns empty range | |
| 15736 | RESOLVED | MOVED | normal | dmd | clang vs gcc-42 on osx 10.11 (el capitan) | |
| 15737 | RESOLVED | FIXED | major | phobos | forward reference error in std.format | |
| 15738 | RESOLVED | WONTFIX | enhancement | phobos | Problem with std.experimental.ndslice empty() | |
| 15739 | RESOLVED | FIXED | normal | visuald | Can't inspect contents of a struct in an AA of structs | |
| 15740 | NEW | major | phobos | phobos#10162 | Indexing a std.typecons.Tuple with names doesn't work in ctfe | |
| 15741 | NEW | normal | dmd | dmd#19102 | A combination of union, pointer type parameter, and recursive call prevent CTFEability | |
| 15742 | RESOLVED | FIXED | enhancement | phobos | parseJSON does not work at compile time for JSON input with object of object or array of array | |
| 15743 | RESOLVED | WONTFIX | normal | dmd | typeof function literal with unnamed parameter of aliased type is void | |
| 15744 | RESOLVED | FIXED | regression | dmd | [REG2.067] (SIGABRT) Error: overloadset t.Bar.__ctor is aliased to a function | |
| 15745 | RESOLVED | FIXED | normal | dmd | Inline Assembly stomped on by Profiling | |
| 15746 | RESOLVED | INVALID | enhancement | phobos | Add github hooks for autotester | |
| 15747 | NEW | critical | dmd | dmd#19103 | debug info missing for static library (dmd only, ldc is ok) | |
| 15748 | RESOLVED | DUPLICATE | enhancement | dmd | inconsistent symbols generated by dmd vs ldc | |
| 15749 | NEW | enhancement | dmd | dmd#19104 | allow `with` on an expression | |
| 15750 | NEW | enhancement | phobos | phobos#10163 | net/isemail uses lots of redundant helper methods | |
| 15751 | RESOLVED | WORKSFORME | major | dmd | atomicLoad doesn't return stable result if compiled with -profile | |
| 15752 | RESOLVED | FIXED | enhancement | dmd | Diagnostic: Better Error Message for Assigning Incorrect AA Empty Value | |
| 15753 | RESOLVED | INVALID | minor | dmd | clear method for AA not work | |
| 15754 | RESOLVED | FIXED | major | dmd | can access alias from instance but not from type | |
| 15755 | RESOLVED | FIXED | critical | dmd | DMD segfault upon alias on alias on __trait(getAttributes, ...) | |
| 15756 | RESOLVED | WORKSFORME | critical | dmd | reading wrong address for alias in nested struct instance | |
| 15757 | RESOLVED | FIXED | normal | dmd | D main is a nested function and cannot be accessed | |
| 15758 | RESOLVED | FIXED | major | installer | .deb not installing on Ubuntu 15.10 since 2.7x was released. | |
| 15759 | RESOLVED | FIXED | enhancement | phobos | chunks should work with only an input range | |
| 15760 | RESOLVED | FIXED | normal | dmd | Segfault when compiling when using __gshared and selective import. | |
| 15761 | NEW | normal | phobos | phobos#10164 | Windows wide character console output broken with MS runtime | |
| 15762 | RESOLVED | FIXED | minor | dmd | Array casts involving const enums can be made @safe | |
| 15763 | RESOLVED | FIXED | minor | phobos | std.math.approxEqual is not symmetric | |
| 15764 | RESOLVED | WONTFIX | enhancement | dmd | Name lookup within (eponymous?) template doesn't check outside the template | |
| 15765 | RESOLVED | DUPLICATE | major | dmd | TypeInfo for C++ classes uses wrong vtbl | |
| 15766 | NEW | normal | dmd | dmd#17748 | extern(Objective-C) should result in compile error on OS X 32bit | |
| 15767 | RESOLVED | WONTFIX | enhancement | phobos | Why isn't there a deprecation plan for TypeTuple? | |
| 15768 | RESOLVED | FIXED | critical | phobos | std.stdio.File does not support __gshared semantics of stdout/err/in | |
| 15769 | NEW | enhancement | dlang.org | dlang.org#4049 | Unittests example should have titles | |
| 15770 | RESOLVED | WORKSFORME | minor | phobos | SocketSet.add OutOfMemoryError on Posix | |
| 15771 | RESOLVED | FIXED | enhancement | phobos | FileLogger should create the output directory if it does not exist | |
| 15772 | RESOLVED | FIXED | normal | phobos | emplace works with abstract classes but it shouldn't | |
| 15773 | RESOLVED | FIXED | minor | phobos | D's treatment of whitespace in character classes in free-form regexes is not the same as Perl's | |
| 15774 | RESOLVED | FIXED | normal | dmd | cant write import std.range; twice | |
| 15775 | RESOLVED | REMIND | enhancement | phobos | Object.factory replacement based on experimental allocators | |
| 15776 | NEW | enhancement | phobos | phobos#10165 | symlink documentation wrong: "Relative paths are relative to the current working directory" | |
| 15777 | RESOLVED | FIXED | normal | dmd | Premature expansion of overload set in tuples | |
| 15778 | RESOLVED | FIXED | regression | dmd | [REG2.064] polysemous string type doesn't work in array operation | |
| 15779 | RESOLVED | FIXED | regression | druntime | DWARF EH fails when using stack stomping (-gx) | |
| 15780 | RESOLVED | FIXED | regression | dmd | [REG2.069] CTFE foreach fails with tuple | |
| 15781 | RESOLVED | FIXED | regression | dmd | [REG2.069] Template type deduction failure with same-type variables with different constness | |
| 15782 | RESOLVED | FIXED | regression | phobos | [Reg 2.071-devel] Alias no longer strips qualifiers from user defined types | |
| 15783 | RESOLVED | FIXED | major | phobos | Junk is written into environment variable after assigning null to it | |
| 15784 | RESOLVED | FIXED | normal | dmd | Overload set constructor call should be supported from inside a constructor | |
| 15785 | RESOLVED | FIXED | regression | dmd | [DMD HEAD] Spurious warning when calling protected super | |
| 15786 | NEW | normal | phobos | phobos#9676 | Line buffering not activated for stdout when running D programs under Eclipse | |
| 15787 | RESOLVED | DUPLICATE | major | druntime | core.stdc.config should be documented | |
| 15788 | RESOLVED | FIXED | regression | dmd | [REG2.069] ICE assert triggered on overloaded function | |
| 15789 | RESOLVED | FIXED | normal | dmd | ICE Assert in TemplateInstance semanticTiargs | |
| 15790 | RESOLVED | DUPLICATE | normal | phobos | The GC frees managed members made w/ allocator.make, causing memory corruption | |
| 15791 | RESOLVED | FIXED | normal | phobos | Cannot get a stored nested struct object from Variant | |
| 15792 | NEW | minor | phobos | phobos#10166 | Error Filling an array | |
| 15793 | NEW | enhancement | dmd | dmd#19105 | Change !is error to warning | |
| 15794 | RESOLVED | FIXED | normal | dmd | Lambda cannot get a chance to run its codegen | |
| 15795 | RESOLVED | FIXED | normal | dmd | bogus "conflicts with" error depending on order of declaration | |
| 15796 | RESOLVED | FIXED | enhancement | dlang.org | REF_ALTTEXT doesn't work yet | |
| 15797 | RESOLVED | FIXED | enhancement | phobos | Add Option to Not Drop Matches in std.regex.splitter | |
| 15798 | NEW | normal | phobos | phobos#10167 | std.algorithm.mutation.copy takes target by value | |
| 15799 | RESOLVED | FIXED | normal | dmd | Misleading error message against the contract followed by semicolon in interface | |
| 15800 | RESOLVED | FIXED | enhancement | phobos | std.conv.to!int does not work with ranges of any char type | |
| 15801 | NEW | normal | dmd | dmd#17749 | Enum template with alias parameter overload not considered | |
| 15802 | RESOLVED | FIXED | normal | dmd | (SIGSEGV) CppMangleVisitor::source_name | |
| 15803 | RESOLVED | FIXED | enhancement | phobos | std.file should support sub-second file time precision on POSIX |