24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 1701 | RESOLVED | WONTFIX | normal | tools | rcc fails on ico with Vista 256x256 icon | |
| 1702 | RESOLVED | FIXED | normal | dmd | ICE when identifier is undefined | |
| 1703 | RESOLVED | FIXED | normal | dmd | invariant(Class) does not work as expected | |
| 1704 | RESOLVED | WORKSFORME | normal | phobos | std.string doesn't compile with warnings enabled | |
| 1705 | NEW | normal | dmd | dmd#17655 | CodeView: static variables in functions not assigned to procedure scope | |
| 1706 | RESOLVED | DUPLICATE | normal | dmd | Access Violation at readln | |
| 1707 | RESOLVED | FIXED | normal | dmd | '==' in TemplateParameterList in IsExpression causes segfault | |
| 1708 | NEW | normal | dmd | dmd#17659 | CodeView: parent-scope not set for nested functions | |
| 1709 | RESOLVED | INVALID | normal | dmd | ICE(cgcod.c 1522), using -O, no test case | |
| 1710 | RESOLVED | DUPLICATE | normal | dmd | DMD crashes when parsing incorrect inline asm | |
| 1711 | RESOLVED | FIXED | normal | dmd | typeof with delegate literal not allowed as template parameter | |
| 1712 | RESOLVED | FIXED | normal | dmd | vtbl[0] for interface not set to corresponding Interface* | |
| 1713 | RESOLVED | FIXED | normal | dmd | foreach index with tuples and templates fails | |
| 1714 | RESOLVED | FIXED | normal | dmd | Type specialization in IsExpression should work for templated types | |
| 1715 | RESOLVED | FIXED | normal | dmd | Template specialization checks for equality rather than convertibility | |
| 1716 | RESOLVED | INVALID | normal | dmd | Access Violation at readln | |
| 1717 | RESOLVED | WONTFIX | normal | dmd | Template class with opAssign should be nullable | |
| 1718 | RESOLVED | FIXED | normal | dmd | obscure exit with error code 5 | |
| 1719 | RESOLVED | FIXED | major | dmd | Compiler crash or unstable code generation with scoped interface instances | |
| 1720 | RESOLVED | FIXED | trivial | phobos | std.math.NotImplemented missing a space in message | |
| 1721 | RESOLVED | WONTFIX | normal | phobos | std.math.nextafter should be backported to D1 Phobos | |
| 1722 | RESOLVED | FIXED | enhancement | phobos | std.math.nextafter: nextafterl does not exist on Windows | |
| 1723 | RESOLVED | FIXED | normal | dmd | __traits(getVirtualFunctions) on a non-function fails badly | |
| 1724 | RESOLVED | FIXED | normal | dmd | Internal error: toir.c 177 | |
| 1725 | RESOLVED | FIXED | normal | phobos | std.stream.BufferedFile.create should use FileMode.OutNew | |
| 1726 | RESOLVED | FIXED | normal | phobos | std.stream FileMode documentation problems | |
| 1727 | RESOLVED | FIXED | regression | dmd | Associate Array Literals regression | |
| 1728 | RESOLVED | INVALID | normal | dmd | alias hides mixin member func? | |
| 1729 | RESOLVED | FIXED | normal | dmd | ICE when using std.typecons.defineEnum | |
| 1730 | RESOLVED | FIXED | minor | dmd | Bogus error message calling a non-const struct method on a const struct reference | |
| 1731 | RESOLVED | FIXED | critical | dmd | forward reference of function type alias resets calling convention | |
| 1732 | RESOLVED | INVALID | normal | dmd | Mixin can not be instantiated | |
| 1733 | RESOLVED | FIXED | normal | phobos | parse() function does not handle all build-in types | |
| 1734 | RESOLVED | WONTFIX | enhancement | dmd | mixins for statements | |
| 1735 | RESOLVED | INVALID | normal | phobos | classinfo.create returns null if no default constructor | |
| 1736 | RESOLVED | FIXED | normal | dmd | dmd segv | |
| 1737 | RESOLVED | INVALID | normal | phobos | A strange "Previous Definition Different" | |
| 1738 | RESOLVED | FIXED | normal | dmd | Error on struct without line number | |
| 1739 | RESOLVED | INVALID | normal | phobos | cannot cast "r" char[1u] to string implicitly | |
| 1740 | RESOLVED | FIXED | normal | dmd | Full closure problem | |
| 1741 | RESOLVED | FIXED | normal | dmd | crash on associative array with static array as index type | |
| 1742 | RESOLVED | FIXED | normal | dmd | CTFE fails on some template functions | |
| 1743 | RESOLVED | FIXED | normal | dmd | interpret.c:1421 assertion failure on CTFE code | |
| 1744 | RESOLVED | FIXED | minor | dmd | CTFE: crash on assigning void-returning function to variable | |
| 1745 | RESOLVED | FIXED | normal | dmd | Internal error: ..\ztc\out.c 115 | |
| 1746 | RESOLVED | FIXED | critical | dmd | Enums with member initializers generate undefined symbols | |
| 1747 | RESOLVED | FIXED | normal | dmd | class to base interface static cast is incorrect in some cases | |
| 1748 | RESOLVED | FIXED | normal | dmd | Wrong stringof for templated classes | |
| 1749 | RESOLVED | FIXED | normal | phobos | std.socket not thread-safe due to strerror | |
| 1750 | RESOLVED | FIXED | enhancement | phobos | RegExp: lack of support for wchar, dchar; lack of lookingAt() method | |
| 1751 | RESOLVED | FIXED | normal | dmd | char** null after Compilation | |
| 1752 | RESOLVED | WONTFIX | normal | phobos | std.date.LocalTimetoUTC applies wrong daylight savings time adjustments in EU timezones | |
| 1753 | RESOLVED | FIXED | major | dmd | String corruption in recursive CTFE functions | |
| 1754 | RESOLVED | FIXED | normal | dmd | module member visibility does not affect conflicts | |
| 1755 | RESOLVED | WONTFIX | blocker | dmd | linker problems in mac os x 10.5 | |
| 1756 | RESOLVED | WONTFIX | normal | dmd | comparing a constant to artihmetic expression with floating point types fails | |
| 1757 | RESOLVED | FIXED | major | phobos | there is an fault in phobos windows api interface | |
| 1758 | RESOLVED | FIXED | normal | dmd | Lazy Parameters in Closures - Access Violation | |
| 1759 | RESOLVED | FIXED | normal | dmd | Closures and With Statements | |
| 1760 | RESOLVED | WONTFIX | enhancement | dmd | Closures - Variable unnecessarily allocated on heap | |
| 1761 | RESOLVED | FIXED | normal | dmd | TypeInfo.toString for function types always indicates no-parameter function | |
| 1762 | RESOLVED | FIXED | normal | dmd | Wrong name mangling for pointer args of free extern (C++) functions | |
| 1763 | RESOLVED | FIXED | trivial | phobos | EndianStream doesn't handle ubyte/byte read/writes. Simple fix. | |
| 1764 | RESOLVED | WONTFIX | major | dmd | Scoped sub-objects not garbage collected | |
| 1765 | RESOLVED | FIXED | normal | dmd | foreach scope does not call destructor | |
| 1766 | RESOLVED | INVALID | normal | dmd | segfault writing to a string variable... | |
| 1767 | RESOLVED | FIXED | normal | dmd | rejects-valid, diagnostic | |
| 1768 | RESOLVED | FIXED | normal | dmd | CTFE: cant ~= an array literal to an unitinitialized array | |
| 1769 | RESOLVED | FIXED | trivial | dlang.org | Typo on the page about exceptions | |
| 1770 | RESOLVED | FIXED | normal | phobos | std.typecons.defineEnum example does not compile | |
| 1771 | RESOLVED | FIXED | blocker | dmd | dmd fails to execute on linux | |
| 1772 | RESOLVED | WONTFIX | normal | phobos | (D1 only) regexp.split behavior with captures needs to be documented | |
| 1773 | RESOLVED | FIXED | normal | dmd | excessively long integer literal | |
| 1774 | RESOLVED | FIXED | normal | dmd | CTFE rejects nested template expansion | |
| 1775 | RESOLVED | FIXED | major | dmd | Unittest inside template allows template mixin of an already declared class. | |
| 1776 | RESOLVED | FIXED | normal | dmd | template,version,static if | |
| 1777 | RESOLVED | DUPLICATE | enhancement | dmd | Allow atomic types in typeof() or improve error message | |
| 1778 | RESOLVED | INVALID | major | dmd | Can not create pointer to class reference | |
| 1779 | RESOLVED | FIXED | major | dmd | Compiler crash when deducing more than 2 type args | |
| 1780 | RESOLVED | FIXED | major | dmd | Type tuple deduction failure for class templates | |
| 1781 | RESOLVED | INVALID | enhancement | dmd | Conditional Compilation - debug ( Integer ) is to restrictive | |
| 1782 | RESOLVED | FIXED | normal | dmd | Instantiating nested template with wrong instantiated parent template causes ICE | |
| 1783 | RESOLVED | FIXED | normal | dmd | DMD 1.025 asserts on code with struct, template, and alias | |
| 1784 | RESOLVED | FIXED | normal | dmd | DMD 1.025 ICE on template parameter following tuple parameter | |
| 1785 | RESOLVED | FIXED | normal | dmd | Mixing in an incorrect array literal causes infinite loop. | |
| 1786 | RESOLVED | INVALID | enhancement | phobos | Phobos cannot accommodate multiple stacks | |
| 1787 | RESOLVED | FIXED | normal | dmd | Compiler segfaults on circular references. | |
| 1788 | RESOLVED | FIXED | normal | dmd | dmd segfaults without info | |
| 1789 | RESOLVED | WONTFIX | normal | dmd | Template overloading doesn't work | |
| 1790 | RESOLVED | FIXED | normal | dmd | CTFE: foreach(Tuple) won't compile if Tuple contains string | |
| 1791 | RESOLVED | FIXED | normal | dmd | Segmentation fault with anon class in anon class and non-constant variable init | |
| 1792 | RESOLVED | FIXED | normal | dmd | illegal opAssign possible via alias | |
| 1793 | NEW | normal | dmd | dmd#17665 | Error on debug specification mixin | |
| 1794 | RESOLVED | FIXED | normal | dmd | Array enums are broken, causing access violation | |
| 1795 | RESOLVED | DUPLICATE | minor | phobos | Unreachable code in Phobos std.string | |
| 1796 | RESOLVED | INVALID | normal | dmd | execv does not initialize argv properly | |
| 1797 | RESOLVED | FIXED | normal | dmd | Documentation comments - /// | |
| 1798 | RESOLVED | FIXED | normal | dmd | Wrong constant folding in static array types. | |
| 1799 | RESOLVED | DUPLICATE | normal | dmd | Wrong constant folding in static array types. | |
| 1800 | RESOLVED | FIXED | critical | dmd | Compiler crash on enums nested in structs |