The D Programming Language - Digitalmars-d-bugs
February 2020 Archives by subject
Starting: Sat Feb 1 00:49:03 UTC 2020
Ending: Sat Feb 29 23:13:52 UTC 2020
Messages: 385
- [Issue 10100] Identifiers with double underscores and allMembers
d-bugmail at puremagic.com
- [Issue 10276] Nested structs with constructors get a context pointer even if they don't need one
d-bugmail at puremagic.com
- [Issue 10396] Optional, simplified syntax for simple contracts
d-bugmail at puremagic.com
- [Issue 10438] Improve template deduction error message
d-bugmail at puremagic.com
- [Issue 10616] forward reference error with `class C: C.D{static class D{}}`
d-bugmail at puremagic.com
- [Issue 10616] forward reference error with `class C: C.D{static class D{}}`
d-bugmail at puremagic.com
- [Issue 11201] ICE: (symbol.c) -inline stops compilation
d-bugmail at puremagic.com
- [Issue 11268] Cannot use non-constant CTFE pointer in an initializer
d-bugmail at puremagic.com
- [Issue 11517] Allow generic "BasicType" in alias this declaration
d-bugmail at puremagic.com
- [Issue 11578] Add pragma error, warning
d-bugmail at puremagic.com
- [Issue 11615] Syntax to indicate auto return type is const
d-bugmail at puremagic.com
- [Issue 11847] sub-pkg not available as qualified name
d-bugmail at puremagic.com
- [Issue 11878] UFCS for base-2 literals too
d-bugmail at puremagic.com
- [Issue 11964] Poor diagnostic in static assert with boolean operators
d-bugmail at puremagic.com
- [Issue 12033] align() for array arguments of functions
d-bugmail at puremagic.com
- [Issue 12420] [AA] Can't set associative array with array as key value using key type
d-bugmail at puremagic.com
- [Issue 12425] allow default values for "auto ref"
d-bugmail at puremagic.com
- [Issue 12856] template alias should not perform access check
d-bugmail at puremagic.com
- [Issue 12931] Make const, immutable, inout, and shared illegal as function attributes on the left-hand side of a function
d-bugmail at puremagic.com
- [Issue 12931] Make const, immutable, inout, and shared illegal as function attributes on the left-hand side of a function
d-bugmail at puremagic.com
- [Issue 12931] Make const, immutable, inout, and shared illegal as function attributes on the left-hand side of a function
d-bugmail at puremagic.com
- [Issue 12931] Make const, immutable, inout, and shared illegal as function attributes on the left-hand side of a function
d-bugmail at puremagic.com
- [Issue 13009] [REG2.064] inout overload conflicts with non-inout when used via alias this
d-bugmail at puremagic.com
- [Issue 13009] [REG2.064] inout overload conflicts with non-inout when used via alias this
d-bugmail at puremagic.com
- [Issue 13269] Traits hasMember, getMember and compiles get buggy with opDispatch
d-bugmail at puremagic.com
- [Issue 13269] Traits hasMember, getMember and compiles get buggy with opDispatch
d-bugmail at puremagic.com
- [Issue 13269] Traits hasMember, getMember and compiles get buggy with opDispatch
d-bugmail at puremagic.com
- [Issue 13292] DMD accepts both -m32 and -m64
d-bugmail at puremagic.com
- [Issue 13292] DMD accepts both -m32 and -m64
d-bugmail at puremagic.com
- [Issue 13387] Bug with arithmetic opertions on integer types smaller than int
d-bugmail at puremagic.com
- [Issue 13494] Allow setting delegate member variables to do-nothing stub
d-bugmail at puremagic.com
- [Issue 13690] Interface final method which overrides a method in the parent interface leads to unimplementable interface
d-bugmail at puremagic.com
- [Issue 13875] extern(C++) interfaces cannot be used as associative array keys
d-bugmail at puremagic.com
- [Issue 14382] converting old D1 operator overloading style to new D2 style
d-bugmail at puremagic.com
- [Issue 14501] template result is reused for equal but non-identical alias arguments
d-bugmail at puremagic.com
- [Issue 14595] [REG2.066] RefCounted data corrupted when in an AA
d-bugmail at puremagic.com
- [Issue 14918] Undefined reference when using a static array of pollfd's
d-bugmail at puremagic.com
- [Issue 14918] Undefined reference when using a static array of pollfd's
d-bugmail at puremagic.com
- [Issue 15246] Destructor inheritance doesn't inherit attributes properly
d-bugmail at puremagic.com
- [Issue 15322] version(Unicode) should affect only default aliases
d-bugmail at puremagic.com
- [Issue 15322] version(Unicode) should affect only default aliases
d-bugmail at puremagic.com
- [Issue 15362] Allow trailing coma in assert
d-bugmail at puremagic.com
- [Issue 15378] dlang.org does not completely work with https:
d-bugmail at puremagic.com
- [Issue 15415] documentation doesn't explictly specify that string literals are multi-line
d-bugmail at puremagic.com
- [Issue 15415] documentation doesn't explictly specify that string literals are multi-line
d-bugmail at puremagic.com
- [Issue 15459] [REG2.065.0] stdin.byLine.each!(map!somefunc) compiles, fails to link with ld
d-bugmail at puremagic.com
- [Issue 15587] Enable use of D keywords as identifiers when interfacing to C/C++
d-bugmail at puremagic.com
- [Issue 15601] version not allowed within enum declaration
d-bugmail at puremagic.com
- [Issue 15765] TypeInfo for C++ classes uses wrong vtbl
d-bugmail at puremagic.com
- [Issue 15812] static struct inside extern(C++) class cannot be used as key to associative array
d-bugmail at puremagic.com
- [Issue 15812] static struct inside extern(C++) class cannot be used as key to associative array
d-bugmail at puremagic.com
- [Issue 15812] static struct inside extern(C++) class cannot be used as key to associative array
d-bugmail at puremagic.com
- [Issue 15813] extern (C++) classes cannot be used as associative array keys
d-bugmail at puremagic.com
- [Issue 15813] extern (C++) classes cannot be used as associative array keys
d-bugmail at puremagic.com
- [Issue 15813] extern (C++) classes cannot be used as associative array keys
d-bugmail at puremagic.com
- [Issue 15851] Access violation when foreaching variadic template argument tuple
d-bugmail at puremagic.com
- [Issue 16149] foreach_reverse can't handle index variable of type int
d-bugmail at puremagic.com
- [Issue 16215] Nested class unable to resolve outer class variables in certain scenarios
d-bugmail at puremagic.com
- [Issue 16215] Nested class unable to resolve outer class variables in certain scenarios
d-bugmail at puremagic.com
- [Issue 16289] no extern(C++) mangling for size_t/unsigned long parameters
d-bugmail at puremagic.com
- [Issue 16295] REG since 2.069: undefined symbol that should be defined prevents separate compilation
d-bugmail at puremagic.com
- [Issue 16306] Interface extending another interface with same method
d-bugmail at puremagic.com
- [Issue 16391] please add rt_loadLibrary/rt_unloadLibrary support for osx
d-bugmail at puremagic.com
- [Issue 16658] Win32API: default IE ver. set to 4.0 is too old
d-bugmail at puremagic.com
- [Issue 16658] Win32API: default IE ver. set to 4.0 is too old
d-bugmail at puremagic.com
- [Issue 16709] [Reg 2.068] Error: common.to at common.d conflicts with common.to at common.d
d-bugmail at puremagic.com
- [Issue 16709] [Reg 2.068] Error: common.to at common.d conflicts with common.to at common.d
d-bugmail at puremagic.com
- [Issue 17035] extern(C) and extern(C++) module ctor/dtor should behave like the C init/fini functions
d-bugmail at puremagic.com
- [Issue 17098] Takes hours to -O compile then fails with Internal error: backend/cgreg.c 405
d-bugmail at puremagic.com
- [Issue 17098] Takes hours to -O compile then fails with Internal error: backend/cgreg.c 405
d-bugmail at puremagic.com
- [Issue 17098] Takes hours to -O compile then fails with Internal error: backend/cgreg.c 405
d-bugmail at puremagic.com
- [Issue 17098] Takes hours to -O compile then fails with Internal error: backend/cgreg.c 405
d-bugmail at puremagic.com
- [Issue 17098] Takes hours to -O compile then fails with Internal error: backend/cgreg.c 405
d-bugmail at puremagic.com
- [Issue 17098] this program worked on DMD 2072.2, but it does not compile on dmd 2073
d-bugmail at puremagic.com
- [Issue 17098] this program worked on DMD 2072.2, but it does not compile on dmd 2073
d-bugmail at puremagic.com
- [Issue 17145] [REG2.066.0] Tuple expansion error in local enum declaration
d-bugmail at puremagic.com
- [Issue 17145] [REG2.066.0] Tuple expansion error in local enum declaration
d-bugmail at puremagic.com
- [Issue 17145] [REG2.066.0] Tuple expansion error in local enum declaration
d-bugmail at puremagic.com
- [Issue 17145] [REG2.066.0] Tuple expansion error in local enum declaration
d-bugmail at puremagic.com
- [Issue 17231] Function to get name from Tid
d-bugmail at puremagic.com
- [Issue 17234] access to registered thread names
d-bugmail at puremagic.com
- [Issue 17234] access to registered thread names
d-bugmail at puremagic.com
- [Issue 17257] Wrong recursive template destructor reflection
d-bugmail at puremagic.com
- [Issue 17257] Wrong recursive template destructor reflection
d-bugmail at puremagic.com
- [Issue 17385] Too much commands
d-bugmail at puremagic.com
- [Issue 17385] Too much commands
d-bugmail at puremagic.com
- [Issue 17385] Too much commands
d-bugmail at puremagic.com
- [Issue 17441] std.traits.moduleName gives wrong answer for modules imported under a different name in a mixin
d-bugmail at puremagic.com
- [Issue 17768] Compile time reflection is missing for module/namespace(c++)/mixin names
d-bugmail at puremagic.com
- [Issue 17772] Wrong C++ mangled names for templated functions
d-bugmail at puremagic.com
- [Issue 17868] add pragma(crt_con/destructor)
d-bugmail at puremagic.com
- [Issue 18011] core.sys.condition cannot be used as shared
d-bugmail at puremagic.com
- [Issue 18439] Error: cannot use operator ~= in @nogc delegate 'main.test.__lambda1'
d-bugmail at puremagic.com
- [Issue 18527] lldb: `frame variable` works with ldc2, not with dmd
d-bugmail at puremagic.com
- [Issue 18527] lldb: `frame variable` works with ldc2, not with dmd
d-bugmail at puremagic.com
- [Issue 18527] lldb: `frame variable` works with ldc2, not with dmd
d-bugmail at puremagic.com
- [Issue 18527] lldb: `frame variable` works with ldc2, not with dmd
d-bugmail at puremagic.com
- [Issue 18527] lldb: `frame variable` works with ldc2, not with dmd
d-bugmail at puremagic.com
- [Issue 1860] Heap construction of structs with args doesn't work
d-bugmail at puremagic.com
- [Issue 1860] Heap construction of structs with args doesn't work
d-bugmail at puremagic.com
- [Issue 18651] ice: assert in glue.d:777 when building these three trivial files
d-bugmail at puremagic.com
- [Issue 18716] [ICE] type const(char)[] can not be mapped to C++
d-bugmail at puremagic.com
- [Issue 18791] No VERSION file in DMD .zip distribution
d-bugmail at puremagic.com
- [Issue 18791] No VERSION file in DMD .zip distribution
d-bugmail at puremagic.com
- [Issue 18894] extern(C++) interfaces + OSX
d-bugmail at puremagic.com
- [Issue 18896] extern(C++) always mangles classes as pointer
d-bugmail at puremagic.com
- [Issue 19161] Wrong mangle for C++ classes
d-bugmail at puremagic.com
- [Issue 19218] object.destroy should check for classes for static arrays
d-bugmail at puremagic.com
- [Issue 19218] object.destroy should check for classes for static arrays
d-bugmail at puremagic.com
- [Issue 19218] object.destroy should check for classes for static arrays
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off DRuntime for CTFE
d-bugmail at puremagic.com
- [Issue 19322] A lot of memory is consumed and not freed to the system when Exception is formatted with stacktrace in debug
d-bugmail at puremagic.com
- [Issue 19325] The 'body' keyword is still not deprecated
d-bugmail at puremagic.com
- [Issue 19479] Garbage .init in string mixins in static foreach in mixin templates
d-bugmail at puremagic.com
- [Issue 19479] Garbage .init in string mixins in static foreach in mixin templates
d-bugmail at puremagic.com
- [Issue 19479] Garbage .init in string mixins in static foreach in mixin templates
d-bugmail at puremagic.com
- [Issue 19496] Wrong D and C++ ABI caused by scope qualifier in other method
d-bugmail at puremagic.com
- [Issue 19502] windows command line arguments wrongly split
d-bugmail at puremagic.com
- [Issue 19502] windows command line arguments wrongly split
d-bugmail at puremagic.com
- [Issue 19502] windows command line arguments wrongly split
d-bugmail at puremagic.com
- [Issue 19502] windows command line arguments wrongly split
d-bugmail at puremagic.com
- [Issue 19502] windows command line arguments wrongly split
d-bugmail at puremagic.com
- [Issue 19504] pragma(mangle) ignored for C++ destructors
d-bugmail at puremagic.com
- [Issue 19504] pragma(mangle) ignored for C++ destructors
d-bugmail at puremagic.com
- [Issue 19721] Cannot take address of scope local variable even with dip1000 if a member variable is a delegate
d-bugmail at puremagic.com
- [Issue 19937] object._d_assert_fail linker error if compiling with -checkaction=context
d-bugmail at puremagic.com
- [Issue 19937] object._d_assert_fail linker error if compiling with -checkaction=context
d-bugmail at puremagic.com
- [Issue 19937] object._d_assert_fail linker error if compiling with -checkaction=context
d-bugmail at puremagic.com
- [Issue 19959] Eponymous template FQN's re-state the template name
d-bugmail at puremagic.com
- [Issue 19963] [Regression 2.066 - 2.067.1] nested pure functions variable access
d-bugmail at puremagic.com
- [Issue 20180] Deprecated unittests should not be deprecated functions
d-bugmail at puremagic.com
- [Issue 20180] Deprecated unittests should not be deprecated functions
d-bugmail at puremagic.com
- [Issue 20180] Deprecated unittests should not be deprecated functions
d-bugmail at puremagic.com
- [Issue 20180] Deprecated unittests should not be deprecated functions
d-bugmail at puremagic.com
- [Issue 20234] Make!T (and likely emplace!T) do not work for some shared types
d-bugmail at puremagic.com
- [Issue 20276] DMD v2.088.0 Compile with dub fails due to an illegal instruction
d-bugmail at puremagic.com
- [Issue 20307] Difference for `deprecated alias a = b` vs. `deprecated alias b a`
d-bugmail at puremagic.com
- [Issue 20307] Difference for `deprecated alias a = b` vs. `deprecated alias b a`
d-bugmail at puremagic.com
- [Issue 20309] Passing alias this with function returning chain to tempCString hangs up the program
d-bugmail at puremagic.com
- [Issue 20359] core.atomic.cas throws with null as `ifThis`
d-bugmail at puremagic.com
- [Issue 20359] core.atomic.cas throws with null as `ifThis`
d-bugmail at puremagic.com
- [Issue 20359] core.atomic.cas throws with null as `ifThis`
d-bugmail at puremagic.com
- [Issue 20359] core.atomic.cas throws with null as `ifThis`
d-bugmail at puremagic.com
- [Issue 20362] dmd fails to infer scope parameter for delegate
d-bugmail at puremagic.com
- [Issue 20362] dmd fails to infer scope parameter for delegate
d-bugmail at puremagic.com
- [Issue 20362] dmd fails to infer scope parameter for delegate
d-bugmail at puremagic.com
- [Issue 20362] dmd fails to infer scope parameter for delegate
d-bugmail at puremagic.com
- [Issue 20374] Assertion failure: 'e && retregs' hit at cod1.d:1858 on Win32_64 auto-tester with phobos PR#7259
d-bugmail at puremagic.com
- [Issue 20374] Assertion failure: 'e && retregs' hit at cod1.d:1858 on Win32_64 auto-tester with phobos PR#7259
d-bugmail at puremagic.com
- [Issue 20375] std.typecons.RefCounted does not work with checkaction-context
d-bugmail at puremagic.com
- [Issue 20391] [REG 2.089] DMD compile times increased by 40% because ENABLE_RELEASE=0 in build
d-bugmail at puremagic.com
- [Issue 20391] [REG 2.089] DMD compile times increased by 40% because ENABLE_RELEASE=0 in build
d-bugmail at puremagic.com
- [Issue 20409] Interface parameter conversion inversed - breaking all attributes enforcement
d-bugmail at puremagic.com
- [Issue 20421] Exceptions don't work when linking through lld-link
d-bugmail at puremagic.com
- [Issue 20421] Exceptions don't work when linking through lld-link
d-bugmail at puremagic.com
- [Issue 20421] Exceptions don't work when linking through lld-link
d-bugmail at puremagic.com
- [Issue 20435] formating pointer with std.format crashes when using CTFE
d-bugmail at puremagic.com
- [Issue 20484] Regression: runtime cannot handle shared(AA)
d-bugmail at puremagic.com
- [Issue 20484] Regression: runtime cannot handle shared(AA)
d-bugmail at puremagic.com
- [Issue 20488] AA.length in multiple modules causes opDispatch failure
d-bugmail at puremagic.com
- [Issue 20489] Installer deleting files after install
d-bugmail at puremagic.com
- [Issue 20489] Installer deleting files after install
d-bugmail at puremagic.com
- [Issue 20489] Installer deleting files after install
d-bugmail at puremagic.com
- [Issue 20489] Installer deleting files after install
d-bugmail at puremagic.com
- [Issue 20489] Installer deleting files after install
d-bugmail at puremagic.com
- [Issue 20498] A way to initialize a struct of delegates with no-op stubs?
d-bugmail at puremagic.com
- [Issue 20515] Errors should be reported in GNU style on Linux
d-bugmail at puremagic.com
- [Issue 20515] Errors should be reported in GNU style on Linux
d-bugmail at puremagic.com
- [Issue 20530] is(<...> == module/package) does not work with string mixins
d-bugmail at puremagic.com
- [Issue 20537] traits isPackage/isModule and is(package/module) fail on single level package.d import
d-bugmail at puremagic.com
- [Issue 20538] malformed enum definition compiles
d-bugmail at puremagic.com
- [Issue 20538] malformed enum definition compiles
d-bugmail at puremagic.com
- [Issue 20547] Wrong error message when trying to "new" an associative array
d-bugmail at puremagic.com
- [Issue 20547] Wrong error message when trying to "new" an associative array
d-bugmail at puremagic.com
- [Issue 20548] Use bit vector instead of bool[] in RandomCover when choices cannot be packed in a single word
d-bugmail at puremagic.com
- [Issue 20549] Initialization with a tuple of a module symbol referencing itself could crash dmd
d-bugmail at puremagic.com
- [Issue 20550] Use fixed seeds for treaps in GC
d-bugmail at puremagic.com
- [Issue 20551] In @safe code and using delegates, it's possible to escape references to function frame
d-bugmail at puremagic.com
- [Issue 20551] In @safe code and using delegates, it's possible to escape references to function frame
d-bugmail at puremagic.com
- [Issue 20551] In @safe code and using delegates, it's possible to escape references to function frame
d-bugmail at puremagic.com
- [Issue 20551] In @safe code and using delegates, it's possible to escape references to function frame
d-bugmail at puremagic.com
- [Issue 20551] In @safe code and using delegates, it's possible to escape references to function frame
d-bugmail at puremagic.com
- [Issue 20551] In @safe code and using delegates, it's possible to escape references to function frame
d-bugmail at puremagic.com
- [Issue 20551] In @safe code and using delegates, it's possible to escape references to function frame
d-bugmail at puremagic.com
- [Issue 20551] In @safe code and using delegates, it's possible to escape references to function frame
d-bugmail at puremagic.com
- [Issue 20551] In @safe code and using delegates, it's possible to escape references to function frame
d-bugmail at puremagic.com
- [Issue 20552] New: Deprecated Nullable.get warning with Appenders
d-bugmail at puremagic.com
- [Issue 20553] New: Request to improve documentation of how alias declaration and alias parameter work with function overload sets
d-bugmail at puremagic.com
- [Issue 20554] New: std.algorithm.searching.all 's static assert produces a garbled error message
d-bugmail at puremagic.com
- [Issue 20555] New: Request to add trait matching to __traits(getOverloads, ...) to std.traits library module
d-bugmail at puremagic.com
- [Issue 20555] Request to add trait matching to __traits(getOverloads, ...) to std.traits library module
d-bugmail at puremagic.com
- [Issue 20556] format!"%s"(T*) results in dmd assertion failure
d-bugmail at puremagic.com
- [Issue 20556] format!"%s"(T*) results in dmd assertion failure
d-bugmail at puremagic.com
- [Issue 20556] format!"%s"(T*) results in dmd assertion failure
d-bugmail at puremagic.com
- [Issue 20556] format!"%s"(T*) results in dmd assertion failure
d-bugmail at puremagic.com
- [Issue 20556] New: format!"%s"(T*) results in dmd assertion failure
d-bugmail at puremagic.com
- [Issue 20557] New: Spec does not allow StringPostfix after DbehindelimitedString or TokenString while implementation does
d-bugmail at puremagic.com
- [Issue 20558] New: __DATE__ and __TIMESTAMP__ use US-centric formats
d-bugmail at puremagic.com
- [Issue 20559] New: Reference type + alias this + AA + AA.clear causes SEGV
d-bugmail at puremagic.com
- [Issue 20559] Reference type + alias this + AA + AA.clear causes SEGV
d-bugmail at puremagic.com
- [Issue 20559] Reference type + alias this + AA + AA.clear causes SEGV
d-bugmail at puremagic.com
- [Issue 20560] New: dom.d ctfe crashes compiler
d-bugmail at puremagic.com
- [Issue 20561] New: Compiler silently ignores override on templated method if interface/base class defines it
d-bugmail at puremagic.com
- [Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20562] [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20562] New: [dmd] Memory allocation failed (ERROR: This is a compiler bug)
d-bugmail at puremagic.com
- [Issue 20563] New: module conflicts with package confusing error message
d-bugmail at puremagic.com
- [Issue 20564] Member function increases struct size when the struct is defined in a function
d-bugmail at puremagic.com
- [Issue 20564] Member function increases struct size when the struct is defined in a function
d-bugmail at puremagic.com
- [Issue 20564] Member function increases struct size when the struct is defined in a function
d-bugmail at puremagic.com
- [Issue 20564] New: Member function increases struct size when the struct is defined in a function
d-bugmail at puremagic.com
- [Issue 20565] Local template function in static foreach yields link error LNK1179 on fresh compile
d-bugmail at puremagic.com
- [Issue 20565] Local template function in static foreach yields link error LNK1179 on fresh compile
d-bugmail at puremagic.com
- [Issue 20565] New: Local template function in static foreach yields link error LNK1179 on fresh compile
d-bugmail at puremagic.com
- [Issue 20566] New: std.sformat should avoid allocating memory when printing floating point values
d-bugmail at puremagic.com
- [Issue 20566] std.sformat should avoid allocating memory when printing floating point values
d-bugmail at puremagic.com
- [Issue 20566] std.sformat should avoid allocating memory when printing floating point values
d-bugmail at puremagic.com
- [Issue 20567] GC should not start threads for parallel marking in simple programs
d-bugmail at puremagic.com
- [Issue 20567] GC should not start threads for parallel marking in simple programs
d-bugmail at puremagic.com
- [Issue 20567] New: GC should not start threads for parallel marking in simple programs
d-bugmail at puremagic.com
- [Issue 20568] New: Unable to convert string to int or uint ... if string having underscore character but work with float ....
d-bugmail at puremagic.com
- [Issue 20568] Unable to convert string to int or uint ... if string having underscore character but work with float ....
d-bugmail at puremagic.com
- [Issue 20568] Unable to convert string to int or uint ... if string having underscore character but work with float ....
d-bugmail at puremagic.com
- [Issue 20568] Unable to convert string to int or uint ... if string having underscore character but work with float ....
d-bugmail at puremagic.com
- [Issue 20569] [DIP1000] allow taking the address of a `scope` struct field if it has no indirections
d-bugmail at puremagic.com
- [Issue 20569] [DIP1000] allow taking the address of a `scope` struct field if it has no indirections
d-bugmail at puremagic.com
- [Issue 20569] New: [DIP1000] allow taking the address of a `scope` struct field if it has no indirections
d-bugmail at puremagic.com
- [Issue 20570] New: Struct Cast Not Documented or Incorrectly Accepted
d-bugmail at puremagic.com
- [Issue 20571] New: spawnProcess does not find .bat files
d-bugmail at puremagic.com
- [Issue 20571] spawnProcess does not find .bat files
d-bugmail at puremagic.com
- [Issue 20572] New: spawnProcess to print process filename on error
d-bugmail at puremagic.com
- [Issue 20572] spawnProcess to print process filename on error
d-bugmail at puremagic.com
- [Issue 20573] New: typeinfo error when using more than six switch cases in Dbetterc
d-bugmail at puremagic.com
- [Issue 20573] typeinfo error when using more than six switch cases in Dbetterc
d-bugmail at puremagic.com
- [Issue 20573] typeinfo error when using more than six switch cases in Dbetterc
d-bugmail at puremagic.com
- [Issue 20573] typeinfo error when using more than six switch cases in Dbetterc
d-bugmail at puremagic.com
- [Issue 20574] New: Ambigious parameter names should trigger an error
d-bugmail at puremagic.com
- [Issue 20575] New: Version'ed cases in
d-bugmail at puremagic.com
- [Issue 20575] Strange behaviour of version'ed switch cases
d-bugmail at puremagic.com
- [Issue 20576] New: TemplateTypeParameter default values are not checked
d-bugmail at puremagic.com
- [Issue 20576] TemplateTypeParameter and TemplateValueParameter default values are not checked
d-bugmail at puremagic.com
- [Issue 20576] TemplateTypeParameter and TemplateValueParameter default values are not checked
d-bugmail at puremagic.com
- [Issue 20576] TemplateTypeParameter and TemplateValueParameter default values are not checked
d-bugmail at puremagic.com
- [Issue 20576] TemplateTypeParameter and TemplateValueParameter default values are not checked
d-bugmail at puremagic.com
- [Issue 20576] TemplateTypeParameter and TemplateValueParameter default values are not checked
d-bugmail at puremagic.com
- [Issue 20576] TemplateTypeParameter default values are not checked
d-bugmail at puremagic.com
- [Issue 20577] Add missing symbols related to Windows UAC
d-bugmail at puremagic.com
- [Issue 20577] Add missing symbols related to Windows UAC
d-bugmail at puremagic.com
- [Issue 20577] New: Add missing symbols related to Windows UAC
d-bugmail at puremagic.com
- [Issue 20578] New: Parallel GC causes segfault in dl
d-bugmail at puremagic.com
- [Issue 20578] Parallel GC causes segfault in dl
d-bugmail at puremagic.com
- [Issue 20578] Parallel GC causes segfault in dl
d-bugmail at puremagic.com
- [Issue 20578] Parallel GC causes segfault in dl
d-bugmail at puremagic.com
- [Issue 20579] New: TypeInfo.opEquals is broken
d-bugmail at puremagic.com
- [Issue 20579] TypeInfo.opEquals is broken
d-bugmail at puremagic.com
- [Issue 20580] New: -preview=dip1021 compiler crash
d-bugmail at puremagic.com
- [Issue 20581] New: DIP1000 wrongly flags hidden ref temporary
d-bugmail at puremagic.com
- [Issue 20582] destroy should be @nogc if class destructor is @nogc
d-bugmail at puremagic.com
- [Issue 20582] destroy should be @nogc if class destructor is @nogc
d-bugmail at puremagic.com
- [Issue 20582] New: destroy should be @nogc if class constructor is @nogc
d-bugmail at puremagic.com
- [Issue 20583] New: no warnings printed when indexing through deprecated alias this
d-bugmail at puremagic.com
- [Issue 20583] no warnings printed when indexing through deprecated alias this
d-bugmail at puremagic.com
- [Issue 20584] New: std.process documentation really needs work
d-bugmail at puremagic.com
- [Issue 20585] New: std.stdio.File open() failure leaves File in invalid state
d-bugmail at puremagic.com
- [Issue 20585] std.stdio.File open() failure leaves File in invalid state
d-bugmail at puremagic.com
- [Issue 20585] std.stdio.File open() failure leaves File in invalid state
d-bugmail at puremagic.com
- [Issue 20586] New: Ambiguous overload set with default parameter gives confusing error message
d-bugmail at puremagic.com
- [Issue 20587] _rt_loadLibrary symbol not found
d-bugmail at puremagic.com
- [Issue 20587] _rt_loadLibrary symbol not found
d-bugmail at puremagic.com
- [Issue 20587] _rt_loadLibrary symbol not found
d-bugmail at puremagic.com
- [Issue 20587] _rt_loadLibrary symbol not found
d-bugmail at puremagic.com
- [Issue 20587] _rt_loadLibrary symbol not found
d-bugmail at puremagic.com
- [Issue 20587] _rt_loadLibrary symbol not found
d-bugmail at puremagic.com
- [Issue 20587] _rt_loadLibrary symbol not found
d-bugmail at puremagic.com
- [Issue 20587] _rt_loadLibrary symbol not found
d-bugmail at puremagic.com
- [Issue 20587] New: _rt_loadLibrary symbol not found
d-bugmail at puremagic.com
- [Issue 20588] New: Version drop-down stopped at 2.081
d-bugmail at puremagic.com
- [Issue 20589] New: typeof may give wrong result in case of classes defining `opCall` operator
d-bugmail at puremagic.com
- [Issue 20589] typeof may give wrong result in case of classes defining `opCall` operator
d-bugmail at puremagic.com
- [Issue 20589] typeof may give wrong result in case of classes defining `opCall` operator
d-bugmail at puremagic.com
- [Issue 20589] typeof may give wrong result in case of classes defining `opCall` operator
d-bugmail at puremagic.com
- [Issue 20590] Filenames with NUL bytes in them are incorrectly accepted
d-bugmail at puremagic.com
- [Issue 20590] New: Files with NUL bytes in them are incorrectly accepted
d-bugmail at puremagic.com
- [Issue 20591] ldc doesn't print files' directories when printing stack trace
d-bugmail at puremagic.com
- [Issue 20591] ldc doesn't print files' directories when printing stack trace
d-bugmail at puremagic.com
- [Issue 20591] New: ldc doesn't print files' directories when printing stack trace
d-bugmail at puremagic.com
- [Issue 20592] [GCC ASM] [ICE] dmd/iasmgcc.d(332): Assertion failure
d-bugmail at puremagic.com
- [Issue 20592] [GCC ASM] [ICE] dmd/iasmgcc.d(332): Assertion failure
d-bugmail at puremagic.com
- [Issue 20592] [GCC ASM] [ICE] dmd/iasmgcc.d(332): Assertion failure
d-bugmail at puremagic.com
- [Issue 20592] New: [GCC ASM] [ICE] dmd/iasmgcc.d(332): Assertion failure
d-bugmail at puremagic.com
- [Issue 20593] [GCC ASM] Parser syntax for asm operands differs from GCC
d-bugmail at puremagic.com
- [Issue 20593] [GCC ASM] Parser syntax for asm operands differs from GCC
d-bugmail at puremagic.com
- [Issue 20593] New: [GCC ASM] Parser syntax for asm operands differs from GCC
d-bugmail at puremagic.com
- [Issue 20594] [GCC ASM] Should the asm { } syntax be modernized for D2?
d-bugmail at puremagic.com
- [Issue 20594] New: [GCC ASM] Should the asm { } syntax be modernized for D2?
d-bugmail at puremagic.com
- [Issue 20595] New: there should be a way to suggest that `auto` return will only be of certain types
d-bugmail at puremagic.com
- [Issue 20596] [REG2.086] Error on missed stack allocation for closure for template
d-bugmail at puremagic.com
- [Issue 20596] [REG2.086] Error on missed stack allocation for closure for template
d-bugmail at puremagic.com
- [Issue 20596] [REG2.086] Error on missed stack allocation for closure for template
d-bugmail at puremagic.com
- [Issue 20596] New: [REG2.086] Error on missed stack allocation for closure for template
d-bugmail at puremagic.com
- [Issue 20597] [REG2.080] Wrong closure GC allocation with dip1000
d-bugmail at puremagic.com
- [Issue 20597] [REG2.080] Wrong closure GC allocation with dip1000
d-bugmail at puremagic.com
- [Issue 20597] New: [REG2.080] Wrong closure GC allocation with dip1000
d-bugmail at puremagic.com
- [Issue 20598] AssertError at dmd/optimize.d(692): Assertion failure
d-bugmail at puremagic.com
- [Issue 20598] AssertError at dmd/optimize.d(692): Assertion failure
d-bugmail at puremagic.com
- [Issue 20598] New: AssertError at dmd/optimize.d(692): Assertion failure
d-bugmail at puremagic.com
- [Issue 20599] New: cpp_long as enum type doesn't work
d-bugmail at puremagic.com
- [Issue 20600] C++ header output `-HC` can't write size_t correctly
d-bugmail at puremagic.com
- [Issue 20600] C++ header output `-HC` can't write size_t correctly
d-bugmail at puremagic.com
- [Issue 20600] New: C++ header output `-HC` can't write size_t correctly
d-bugmail at puremagic.com
- [Issue 20601] New: [Oh No! Page Not Found]
d-bugmail at puremagic.com
- [Issue 20602] [REG2.086] ICE on wrong code
d-bugmail at puremagic.com
- [Issue 20602] New: [REG2.086] ICE on wrong code
d-bugmail at puremagic.com
- [Issue 20603] New: 'cannot use non-constant CTFE pointer in an initializer' in recursive structure with overlap
d-bugmail at puremagic.com
- [Issue 20604] New: [ICE] dtoh ICE with nested template structs (and probably most templates
d-bugmail at puremagic.com
- [Issue 20605] New: static constructor in template run after usage
d-bugmail at puremagic.com
- [Issue 20606] Cannot cast non-mutable BitArray to void[], size_t[]
d-bugmail at puremagic.com
- [Issue 20606] Cannot cast non-mutable BitArray to void[], size_t[]
d-bugmail at puremagic.com
- [Issue 20606] New: Cannot cast non-mutable BitArray to void[], size_t[]
d-bugmail at puremagic.com
- [Issue 20607] [shared] static constructor & co can be called as regular function
d-bugmail at puremagic.com
- [Issue 20607] New: [shared] static constructor & co can be called as regular function
d-bugmail at puremagic.com
- [Issue 20608] [REG2.087] Cannot pass tuple.expand to auto ref T... template argument pack
d-bugmail at puremagic.com
- [Issue 20608] New: [REG2.087] Cannot pass tuple.expand to auto ref T... template argument pack
d-bugmail at puremagic.com
- [Issue 20609] Disabled and deprecated functions show up as candidate
d-bugmail at puremagic.com
- [Issue 20609] New: Disabled and deprecated functions show up as candidate
d-bugmail at puremagic.com
- [Issue 20610] const in a .tupleof loop is ignored
d-bugmail at puremagic.com
- [Issue 20610] New: const in a .tupleof loop is ignored
d-bugmail at puremagic.com
- [Issue 20611] New: same name of overloaded function may cause strange behavior
d-bugmail at puremagic.com
- [Issue 20612] New: alias overload set cause mixin overload function strange behavior
d-bugmail at puremagic.com
- [Issue 20613] New: String switch in -betterC fails for 7+ labels
d-bugmail at puremagic.com
- [Issue 20613] String switch in -betterC fails for 7+ labels
d-bugmail at puremagic.com
- [Issue 20613] String switch in -betterC fails for 7+ labels
d-bugmail at puremagic.com
- [Issue 20613] String switch in -betterC fails for 7+ labels
d-bugmail at puremagic.com
- [Issue 20613] String switch in -betterC fails for 7+ labels
d-bugmail at puremagic.com
- [Issue 20613] String switch in -betterC fails for 7+ labels
d-bugmail at puremagic.com
- [Issue 20613] String switch in -betterC fails for 7+ labels
d-bugmail at puremagic.com
- [Issue 20614] CTFE supports typeid(stuff).name but not classinfo.name
d-bugmail at puremagic.com
- [Issue 20614] New: CTFE supports typid(stuff).name but not classinfo.name
d-bugmail at puremagic.com
- [Issue 20615] GC spinlock crash
d-bugmail at puremagic.com
- [Issue 20615] New: GC spinlock crash
d-bugmail at puremagic.com
- [Issue 20616] Error: undefined identifier __dollar
d-bugmail at puremagic.com
- [Issue 20616] New: Error: undefined identifier __dollar
d-bugmail at puremagic.com
- [Issue 20617] New: There is no support for copying hashmaps in Druntime / Phobos
d-bugmail at puremagic.com
- [Issue 20618] New: std.random.unpredictableSeed can work in betterC
d-bugmail at puremagic.com
- [Issue 20618] std.random.unpredictableSeed can work in betterC
d-bugmail at puremagic.com
- [Issue 20618] std.random.unpredictableSeed can work in betterC
d-bugmail at puremagic.com
- [Issue 20619] New: ddox documentation "auto auto" return values
d-bugmail at puremagic.com
- [Issue 20620] New: dmd version has -dirty suffix
d-bugmail at puremagic.com
- [Issue 20621] New: Since DMD 2.087.0: 32 Bit Linux now uses XMM registers: SIGILL, Illegal instruction on intel Pentium III
d-bugmail at puremagic.com
- [Issue 20622] New: New tagged release from dmd-cxx branch
d-bugmail at puremagic.com
- [Issue 20623] New: std.conv.to!string error when argument is an inout float
d-bugmail at puremagic.com
- [Issue 5096] More readable unpaired brace error
d-bugmail at puremagic.com
- [Issue 5881] Spellchecker should include built-in keywords
d-bugmail at puremagic.com
- [Issue 6092] Can't cast primitive to same-sized static array
d-bugmail at puremagic.com
- [Issue 6754] extern() in a function signature
d-bugmail at puremagic.com
- [Issue 7328] Allow casting between ubyte[4] and int
d-bugmail at puremagic.com
- [Issue 7721] Nested template loses context when mixin'd
d-bugmail at puremagic.com
- [Issue 7753] Support opIndexCreate as part of index operator overloading in user-defined types
d-bugmail at puremagic.com
- [Issue 7753] Support opIndexCreate as part of index operator overloading in user-defined types
d-bugmail at puremagic.com
- [Issue 7872] dmd should warn if `printf` is used on D strings
d-bugmail at puremagic.com
- [Issue 7963] dmd doesn't inline std.algorithm.swap on a 'alias this' struct
d-bugmail at puremagic.com
- [Issue 8177] Let the _type_ create the object; don't call _d_newclass directly!
d-bugmail at puremagic.com
- [Issue 8480] to!string(BigInt, base) doesn't work
d-bugmail at puremagic.com
- [Issue 8615] Unused lazy arguments generate redundant code in empty inlined functions
d-bugmail at puremagic.com
- [Issue 8844] Warning for bug-prone operator overloading
d-bugmail at puremagic.com
- [Issue 9242] Add stack stomping code to flush out heisenbugs
d-bugmail at puremagic.com
- [Issue 9761] version(x) in enums
d-bugmail at puremagic.com
- [Issue 9792] length field of a const SortedRange
d-bugmail at puremagic.com
- [Issue 9797] to!int() cannot convert hexadecimal numbers
d-bugmail at puremagic.com
Last message date:
Sat Feb 29 23:13:52 UTC 2020
Archived on: Sat Feb 29 23:13:58 UTC 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).