D Language Bugzilla Archive

24890 bugs archived from https://issues.dlang.org/.

IDStatusResolutionSeverityComponentGitHubSummary
17804NEWnormaldmddmd#19312Accessing `enum' or `static' member allocates gc closure
17805RESOLVEDFIXEDmajordmd-dirty flag on dmd's version
17806RESOLVEDFIXEDnormalphobosprocessAllocator getter will override set value if it was set before getter was called at least once
17807RESOLVEDFIXEDnormaldmdSpurious dead code warnings on enum and static variables.
17808RESOLVEDFIXEDminorvisualdVisualD doesn't work if Visual Studio is installed to non-ASCII path
17809NEWnormaldmddmd#19313"this" is implicitly captured by template with alias parameter
17810NEWenhancementphobosphobos#10263Add wcwidth/wcswidth equivalents to std.uni
17811NEWmajorvisualdvisuald#244No stack for Win32 exceptions
17812RESOLVEDFIXEDmajordmdcrash when building JSON info with static foreach
17813RESOLVEDWORKSFORMEmajordmdSelective import at function-scope cause link failures
17814RESOLVEDFIXEDnormaldmdbad output of "static foreach" with -vcg-ast
17815NEWenhancementdmddmd#19314Allow casting of AliasSeq
17816RESOLVEDFIXEDminordmdCasting of AliasSeq is silently ignored
17817RESOLVEDWORKSFORMEenhancementdlang.orgDocumentation of std.range.chunks mentions unexisting std.range.slide
17818RESOLVEDFIXEDblockerdmdDeprecation: std.container.array.RangeT(A) is not visiable
17819RESOLVEDFIXEDmajordmdstatic foreach segfaults on __traits(allMembers)
17820NEWenhancementphobosphobos#9720std.regex performance: .matchFirst allocates frequently; causes thread contention
17821NEWenhancementdruntimedmd#17350atomicStore compile error when target is larger than source
17822RESOLVEDWORKSFORMEenhancementdmd[betterC] Do not emit reference to TypeInfo_Class for C++ or COM classes
17823RESOLVEDWONTFIXnormaldmdDeclaration of a __vector leads to a segfault on OSX 32bits
17824NEWnormaldmddmd#19315wrong visibility deduced for method
17825RESOLVEDDUPLICATEnormaldmdStructs with floating point fields fail to compile in betterC
17826NEWenhancementdmddmd#19316Inherited functions attribute overridden
17827NEWenhancementdmddmd#19317Unused lazy parameter supposedly calls dtor
17828RESOLVEDFIXEDnormaldmd[ICE] Internal error: ddmd/backend/cgcs.c 352 - CTFE appending to an array on a struct from a template
17829RESOLVEDFIXEDnormaldruntimecore.stdc.errno does not work with -betterC
17830RESOLVEDWORKSFORMEnormaldlang.orgDDOX: enumerations links to false html site
17831RESOLVEDFIXEDmajordmd[ICE] Internal error: backend/symbol.c 1039: foreach inside a switch statement
17832RESOLVEDFIXEDminorphobosstd.random.choice cannot be used with other random generators
17833RESOLVEDDUPLICATEnormaldmdcompiling dmd on x86 linux fails
17834RESOLVEDDUPLICATEnormaldmdICE on switch-local case variable
17835RESOLVEDFIXEDnormalphobosstd.algorithm.findSplit: Documentation example does not compile
17836RESOLVEDWORKSFORMEmajordmdICE with custom 'map' template
17837NEWminordmddmd#19318Static array initializers longer than array length should not be allowed
17838RESOLVEDMOVEDenhancementtoolsrdmd file-descriptor issues with snap packages
17839ASSIGNEDnormaldmddmd#19319Review and take ownership or close all github PRs below 6000
17840ASSIGNEDnormaldmddmd#19320Check status of all bugzilla issues below 2000
17841NEWnormaldmddmd#17817cannot access frame of function
17842RESOLVEDFIXEDnormaldmd[scope] array append allows for escaping references
17843RESOLVEDFIXEDnormaldmd-betterC struct with `double` field generates references to TypeInfo
17844RESOLVEDFIXEDenhancementphobosstd.process.execute should allow not capturing stderr
17845RESOLVEDWORKSFORMEcriticaldmd[ICE] backend\cgcod.c 1677
17846RESOLVEDMOVEDmajortoolsdub build -a does nowhere document the x86_mscoff as an option
17847RESOLVEDFIXEDnormalphobosProperly sanitize seeds for Park–Miller engines
17848RESOLVEDFIXEDminordlang.orgExample of floating point literals in the documentation is invalid
17849RESOLVEDFIXEDtrivialdlang.orgLexical link for align keyword goes to obscure iasm usage
17850NEWenhancementdlang.orgdlang.org#4070Poor Documentation of the Realtime thread feature
17851RESOLVEDFIXEDnormaldruntimehtonl already defined in phobos64.lib
17852RESOLVEDINVALIDenhancementphoboscannot compile phobos on freebsd
17853RESOLVEDFIXEDnormaldmdSwitch statement without braces only works with one case
17854NEWenhancementdmddmd#19321Suboptimal code generated with constants and SSE
17855RESOLVEDINVALIDnormaldlang.orgForum draft, error accessing 5-month-old draft, can't dismiss banner
17856RESOLVEDFIXEDminordlang.org__traits( identifier ) could use examples in on line documentation.
17857RESOLVEDFIXEDnormaldmdT.alignof ignores explicit align(N) type alignment
17858RESOLVEDFIXEDregressioninstallerinstall.sh fails when given the -p | --path option
17859NEWminordmddmd#19322importing the same`mixin template` results in `isn't a template` error instead of the expected `conflicts with alias` error
17860RESOLVEDINVALIDnormaldlang.orgsome code exaples from site doesn't build on Visual Studio 2010 (and probably at all)
17861NEWenhancementdruntimedmd#17351UTF Decode fails with exception
17862RESOLVEDFIXEDminorphobosstd.random.XorshiftEngine.min is wrong when bits == 32
17863RESOLVEDFIXEDnormaldmdcannot deduce function with implicit conversion
17864NEWminordmddmd#17818POD struct not equivalent to primitive type in comparison
17865NEWnormaldmddmd#19323property/non-property overloads not detected until used
17866RESOLVEDINVALIDenhancementphobosAppender.put is not @safe
17867RESOLVEDDUPLICATEnormaldmd@trusted destructor not callable from @safe function
17868RESOLVEDFIXEDenhancementdmdadd pragma(crt_con/destructor)
17869RESOLVEDWONTFIXregressiondmdscope class object no longer deleted when created via factory function
17870RESOLVEDFIXEDnormaldmdCan't alias a mix of parent and child class members
17871RESOLVEDINVALIDenhancementdmdDelegate type inference doesn't work
17872RESOLVEDINVALIDnormaldmd'lazy' on variadic template parameters is ignored
17873NEWnormaldmddmd#19324Foreach over variadics implicitly evaluates lazy arguments
17874RESOLVEDFIXEDmajordmdSegmentation fault when constructing a struct with a static array of structs containing floats
17875RESOLVEDWORKSFORMEnormalphobosRange violation in std.regex
17876RESOLVEDFIXEDregressiondmd[REG 2.074] Internal error when comparing inout(Foo[][]) with Foo[][]
17877RESOLVEDFIXEDnormalvisualdMissing library path in LDC settings
17878RESOLVEDFIXEDenhancementdmdAdd __traits(isFuture, ...)
17879NEWenhancementdmddmd#17819UFCS can enable some forms of hijacking
17880NEWnormaldlang.orgdlang.org#3965Build of dlang.org affected by presence of ~/dmd.conf
17881NEWenhancementdruntimedmd#17352Provide mechanism to preallocate memory from the GC
17882RESOLVEDINVALIDenhancementdlang.org[The D Style] unittest attributes
17883NEWcriticaldmddmd#19325Error: undefined identifier: Static if bodies depend on order of declarations
17884RESOLVEDWORKSFORMEnormaldmdfwd reference leads to dmd assert failure
17885RESOLVEDFIXEDcriticaldmdUnable to remove a tuple from associative array.
17886REOPENEDenhancementdmddmd#19326[Tracker] WebAssembly support
17887RESOLVEDFIXEDenhancementdmdAdd WebAssembly reserved version identifier
17888RESOLVEDDUPLICATEnormaldmddmd fails on Windows if path is too long
17889NEWenhancementphobosphobos#10264Cross platform function to redirect standard input/output
17890RESOLVEDFIXEDenhancementdruntimecpp_long is not declared for Posix 64bit
17891RESOLVEDFIXEDmajordlang.orgforum is dog slow
17892RESOLVEDFIXEDcriticaldmdScope analysis with -dip1000 fails for templated structs
17893RESOLVEDFIXEDregressiondmd[REG 2.076.1] contract in templatized final class require nothrow
17894NEWblockerphobosphobos#9721Generalizing std.range.primitives.empty to use .length causes the style_lint target to fail due to std.regex.internal.ir.Bytecode.length being defined as uint
17895RESOLVEDWORKSFORMEnormaldmdUndefined reference with -inline and static assert
17896NEWenhancementphobosphobos#10265Alternate version of std.conv.to which returns Nullable
17897RESOLVEDDUPLICATEmajordmdIncorrect number of destructor calls in example
17898RESOLVEDWORKSFORMEregressiondmdSegfault in compile with -deps and -unittest
17899RESOLVEDFIXEDenhancementdmdCannot initialise contextless delegate at compile time
17900RESOLVEDFIXEDblockerdmdFreeBSD 10.3 runnable/cpp_abi_tests.d(94): Assertion failure (test suite)
17901RESOLVEDFIXEDblockerphobosFreeBSD 10.3: AssertError@std/experimental/allocator/building_blocks/region.d(652)
17902RESOLVEDFIXEDblockerphobosFreeBSD 10.3: LocalTime().stdName is null and the assert at line 28248 fails.
17903RESOLVEDWORKSFORMEnormaldmddmd leaves behind bad executable when linker fails