The D Programming Language - Digitalmars-d-bugs
October 2024 Archives by date
Starting: Tue Oct 1 10:47:17 UTC 2024
Ending: Wed Oct 30 23:27:25 UTC 2024
Messages: 222
- [Issue 24787] New: Error signed integer overflow
d-bugmail at puremagic.com
- [Issue 24787] Error signed integer overflow
d-bugmail at puremagic.com
- [Issue 22174] destroy should be @nogc when class destructor is @nogc
d-bugmail at puremagic.com
- [Issue 24772] Casting class references to void* should be @safe
d-bugmail at puremagic.com
- [Issue 6082] Constructors of templated types should be callable via IFTI
d-bugmail at puremagic.com
- [Issue 21995] Struct with size uint.max or greater causes ICE
d-bugmail at puremagic.com
- [Issue 24788] New: Template inferrence bug?
d-bugmail at puremagic.com
- [Issue 24715] std/process: Default to libc `closefrom` in spawnProcessPosix
d-bugmail at puremagic.com
- [Issue 24789] New: Disallow body-less, non-extern, local functions
d-bugmail at puremagic.com
- [Issue 24789] Disallow body-less, non-extern, local functions
d-bugmail at puremagic.com
- [Issue 15843] D-type mangling used for extern(C) (extern) function declaration inside function body, on LDC, GDC, and DMD.
d-bugmail at puremagic.com
- [Issue 24790] New: -vcg-ast ICE on lowered assign exp
d-bugmail at puremagic.com
- [Issue 24790] -vcg-ast ICE on lowered assign exp
d-bugmail at puremagic.com
- [Issue 24431] dmd -vcg-ast crashes printing failed template instantiation
d-bugmail at puremagic.com
- [Issue 24431] dmd -vcg-ast crashes printing failed template instantiation
d-bugmail at puremagic.com
- [Issue 24764] ICE when -vcg-ast prints imported invariant
d-bugmail at puremagic.com
- [Issue 24790] -vcg-ast ICE on lowered assign exp
d-bugmail at puremagic.com
- [Issue 24764] ICE when -vcg-ast prints imported invariant
d-bugmail at puremagic.com
- [Issue 14222] emplace implicit dynamic to static array fails
d-bugmail at puremagic.com
- [Issue 24431] dmd -vcg-ast crashes printing failed template instantiation
d-bugmail at puremagic.com
- [Issue 24791] New: Expression doesn't work
d-bugmail at puremagic.com
- [Issue 24792] New: is expression doesn't seem to correctly handle function attributes
d-bugmail at puremagic.com
- [Issue 24793] New: Allow implicit conversion of const pointers to void*
d-bugmail at puremagic.com
- [Issue 20345] writing through `void[]` cannot be @safe
d-bugmail at puremagic.com
- [Issue 24603] Can copy from non-void array into void[] in safe code
d-bugmail at puremagic.com
- [Issue 24794] New: protected AND package?
d-bugmail at puremagic.com
- [Issue 24374] ImportC: .di generator incorrect output for anonymous structs as members
d-bugmail at puremagic.com
- [Issue 24374] ImportC: .di generator incorrect output for anonymous structs as members
d-bugmail at puremagic.com
- [Issue 24795] New: emplace mutates immutable data in @safe code
d-bugmail at puremagic.com
- [Issue 24793] Allow implicit conversion of const pointers to void*
d-bugmail at puremagic.com
- [Issue 23841] isZeroInit does not take into account unions
d-bugmail at puremagic.com
- [Issue 24776] Struct with anonymous union has wrong isZeroInit
d-bugmail at puremagic.com
- [Issue 24796] New: Confusing irrelevant 'cannot pass rvalue argument' error message on a type error
d-bugmail at puremagic.com
- [Issue 24797] New: isZeroInit is wrongly false for some struct/union nesting
d-bugmail at puremagic.com
- [Issue 23841] isZeroInit does not take into account unions
d-bugmail at puremagic.com
- [Issue 24776] Struct with anonymous union has wrong isZeroInit
d-bugmail at puremagic.com
- [Issue 24791] Expression doesn't work
d-bugmail at puremagic.com
- [Issue 24791] pragma(msg, BasicType TypeSuffix) doesn't parse
d-bugmail at puremagic.com
- [Issue 24798] New: std.algorithm.substitute appears to be destroying an already destroyed value
d-bugmail at puremagic.com
- [Issue 24799] New: [Regression] Protected template constructors cannot be accessed outside their module.
d-bugmail at puremagic.com
- [Issue 24337] Segfault when printing an int[] cast from a string literal
d-bugmail at puremagic.com
- [Issue 24431] dmd -vcg-ast crashes printing failed template instantiation
d-bugmail at puremagic.com
- [Issue 24599] [REG2.103] Wrongly elided TypeInfo emission leading to undefined symbols at link-time
d-bugmail at puremagic.com
- [Issue 24687] [REG2.110] Cannot cast string-imports to select overload anymore
d-bugmail at puremagic.com
- [Issue 24699] [REG2.108] No short-circuit evaluation of mixing template bool argument
d-bugmail at puremagic.com
- [Issue 24731] IFTI cannot handle integer expressions
d-bugmail at puremagic.com
- [Issue 24760] ICE on variadic after default argument
d-bugmail at puremagic.com
- [Issue 24764] ICE when -vcg-ast prints imported invariant
d-bugmail at puremagic.com
- [Issue 24790] -vcg-ast ICE on lowered assign exp
d-bugmail at puremagic.com
- [Issue 17907] Can't automatically resolve to function with same name as module
d-bugmail at puremagic.com
- [Issue 17907] Can't automatically resolve to function with same name as module
d-bugmail at puremagic.com
- [Issue 24473] it should not be possible to shadow the module name
d-bugmail at puremagic.com
- [Issue 24800] New: pragma(printf) gives me the wrong fix
d-bugmail at puremagic.com
- [Issue 11725] [AA] Cannot dup const AA
d-bugmail at puremagic.com
- [Issue 24801] New: `RefRange` doesn’t work if range primitives are not `const`
d-bugmail at puremagic.com
- [Issue 24801] `RefRange` doesn’t work if range primitives are not `const`
d-bugmail at puremagic.com
- [Issue 24802] New: Wrong error message
d-bugmail at puremagic.com
- [Issue 24300] error message for a jump over `scope(exit)` leaks internal details
d-bugmail at puremagic.com
- [Issue 24802] Wrong error message
d-bugmail at puremagic.com
- [Issue 24802] misleading "cannot `goto` into `try` block" when skipping variable with destructor
d-bugmail at puremagic.com
- [Issue 23253] asserting in a destructor causes a deadlock
d-bugmail at puremagic.com
- [Issue 24803] New: __traits(location) is inconsistent with modules
d-bugmail at puremagic.com
- [Issue 24803] __traits(location) is inconsistent with modules
d-bugmail at puremagic.com
- [Issue 24798] std.algorithm.substitute appears to be destroying an already destroyed value
d-bugmail at puremagic.com
- [Issue 24798] std.algorithm.substitute appears to be destroying an already destroyed value
d-bugmail at puremagic.com
- [Issue 24798] Under some circumstances, the compiler destroys the same object more than once
d-bugmail at puremagic.com
- [Issue 24798] Under some circumstances, the compiler destroys the same object more than once
d-bugmail at puremagic.com
- [Issue 24798] Under some circumstances, the compiler destroys the same object more than once
d-bugmail at puremagic.com
- [Issue 24803] __traits(location) is inconsistent with modules
d-bugmail at puremagic.com
- [Issue 24798] Under some circumstances, the compiler destroys the same object more than once
d-bugmail at puremagic.com
- [Issue 24804] New: IFTI fails for variadic static array parameter with narrowing conversion on templated length
d-bugmail at puremagic.com
- [Issue 20876] generated constructor always inout regardless of ability of fields to use inout
d-bugmail at puremagic.com
- [Issue 20876] generated constructor always inout regardless of ability of fields to use inout
d-bugmail at puremagic.com
- [Issue 20876] generated constructor always inout regardless of ability of fields to use inout
d-bugmail at puremagic.com
- [Issue 20876] generated constructor always inout regardless of ability of fields to use inout
d-bugmail at puremagic.com
- [Issue 20876] generated constructor always inout regardless of ability of fields to use inout
d-bugmail at puremagic.com
- [Issue 24802] misleading "cannot `goto` into `try` block" when skipping variable with destructor
d-bugmail at puremagic.com
- [Issue 24791] pragma(msg, BasicType TypeSuffix) doesn't parse
d-bugmail at puremagic.com
- [Issue 24805] New: The spec should not refer to default initialization as default construction when discussing disabling it
d-bugmail at puremagic.com
- [Issue 24805] The spec should not refer to default initialization as default construction when discussing disabling it
d-bugmail at puremagic.com
- [Issue 24806] New: Allocate a struct by new on stack with scope
d-bugmail at puremagic.com
- [Issue 24805] The spec should not refer to default initialization as default construction when discussing disabling it
d-bugmail at puremagic.com
- [Issue 24805] The spec should not refer to default initialization as default construction when discussing disabling it
d-bugmail at puremagic.com
- [Issue 24807] New: Error message missing parens for template instance
d-bugmail at puremagic.com
- [Issue 24808] New: Semicolon expected after traits
d-bugmail at puremagic.com
- [Issue 24366] [REG]static foreach can drop last element with alias reassignment
d-bugmail at puremagic.com
- [Issue 24806] Allocate a struct by new on stack with scope
d-bugmail at puremagic.com
- [Issue 24808] Semicolon expected after traits
d-bugmail at puremagic.com
- [Issue 24805] The spec should not refer to default initialization as default construction when discussing disabling it
d-bugmail at puremagic.com
- [Issue 24808] Semicolon expected after traits
d-bugmail at puremagic.com
- [Issue 24809] New: In some cases, stable sort assigns to unininitialized elements
d-bugmail at puremagic.com
- [Issue 24810] New: stable sort does not work with structs that both define opAssign and disable default-initialization
d-bugmail at puremagic.com
- [Issue 24809] In some cases, stable sort assigns to unininitialized elements
d-bugmail at puremagic.com
- [Issue 24811] New: Cant compile C code
d-bugmail at puremagic.com
- [Issue 24812] New: [REG 2.106] Incorrect highlighting when diagnosing an empty enum declaration since #15664
d-bugmail at puremagic.com
- [Issue 24812] [REG 2.106] Incorrect highlighting when diagnosing an empty enum declaration since #15664
d-bugmail at puremagic.com
- [Issue 24812] [REG 2.106] Incorrect highlighting when diagnosing an empty enum declaration since #15664
d-bugmail at puremagic.com
- [Issue 24812] [REG 2.106] Incorrect highlighting when diagnosing an empty enum declaration since #15664
d-bugmail at puremagic.com
- [Issue 24805] The spec should not refer to default initialization as default construction when discussing disabling it
d-bugmail at puremagic.com
- [Issue 24813] New: Some compiler error messages refer to default construction instead of default initialization
d-bugmail at puremagic.com
- [Issue 24814] New: betterC not able to use core.stdc.stdarg
d-bugmail at puremagic.com
- [Issue 24815] New: betterC can not use alloca()
d-bugmail at puremagic.com
- [Issue 21121] Optimizer slowdowns
d-bugmail at puremagic.com
- [Issue 24816] New: backend optimizer slowdown on large for loop body
d-bugmail at puremagic.com
- [Issue 24811] Cant compile C code
d-bugmail at puremagic.com
- [Issue 24817] New: UDA on nested template does not work
d-bugmail at puremagic.com
- [Issue 24818] New: Tag of a single-type SumType wastes space
d-bugmail at puremagic.com
- [Issue 24819] New: Optimizer changes result of float calculations on 32-bit
d-bugmail at puremagic.com
- [Issue 24817] UDA on nested template does not work
d-bugmail at puremagic.com
- [Issue 24819] Optimizer changes result of float calculations on 32-bit
d-bugmail at puremagic.com
- [Issue 24819] Optimizer changes result of float calculations on 32-bit
d-bugmail at puremagic.com
- [Issue 24819] Optimizer changes result of float calculations on 32-bit
d-bugmail at puremagic.com
- [Issue 24811] Cant compile C code
d-bugmail at puremagic.com
- [Issue 23131] With -vasm all the X87 instructions are printed wrong.
d-bugmail at puremagic.com
- [Issue 24801] `RefRange` doesn’t work if range primitives are not `const`
d-bugmail at puremagic.com
- [Issue 24809] In some cases, stable sort assigns to unininitialized elements
d-bugmail at puremagic.com
- [Issue 24288] std time handling SUX
d-bugmail at puremagic.com
- [Issue 24820] New: Associative arrays do not correctly handle keys with copy constructors
d-bugmail at puremagic.com
- [Issue 24820] Associative arrays do not correctly handle keys with copy constructors
d-bugmail at puremagic.com
- [Issue 24820] Associative arrays do not correctly handle keys with copy constructors
d-bugmail at puremagic.com
- [Issue 24821] New: Can't return void from constructors
d-bugmail at puremagic.com
- [Issue 24085] Separate Compilation Bugs
d-bugmail at puremagic.com
- [Issue 2753] Cannot declare pointer to function returning ref
d-bugmail at puremagic.com
- [Issue 2753] Cannot declare pointer to function returning ref
d-bugmail at puremagic.com
- [Issue 10233] [Tracker] Grammar issues
d-bugmail at puremagic.com
- [Issue 13309] DMD accepts yet another invalid alias declaration
d-bugmail at puremagic.com
- [Issue 2753] Cannot declare pointer to function returning ref
d-bugmail at puremagic.com
- [Issue 2753] Cannot declare pointer to function returning ref
d-bugmail at puremagic.com
- [Issue 24807] Error message missing parens for template instance
d-bugmail at puremagic.com
- [Issue 24807] Error message missing parens for template instance
d-bugmail at puremagic.com
- [Issue 24822] New: When passing a non-POD argument to an rvalue parameter, an unnecessary blit is done
d-bugmail at puremagic.com
- [Issue 19390] Add "sorted" to JSONOptions
d-bugmail at puremagic.com
- [Issue 24823] New: std.json: Allow optionally preserving the order of fields in JSON objects
d-bugmail at puremagic.com
- [Issue 24823] std.json: Allow optionally preserving the order of fields in JSON objects
d-bugmail at puremagic.com
- [Issue 24824] New: std.process.browse returns on failure in forked child
d-bugmail at puremagic.com
- [Issue 24824] std.process.browse returns on failure in forked child
d-bugmail at puremagic.com
- [Issue 6496] Fix std.process.browse per comments in pull request #154
d-bugmail at puremagic.com
- [Issue 24825] New: std.process.browse should use internal functions for executing subprocess
d-bugmail at puremagic.com
- [Issue 24824] std.process.browse returns on failure in forked child
d-bugmail at puremagic.com
- [Issue 24825] std.process.browse should use internal functions for executing subprocess
d-bugmail at puremagic.com
- [Issue 24825] std.process.browse should use internal functions for executing subprocess
d-bugmail at puremagic.com
- [Issue 6496] Fix std.process.browse per comments in pull request #154
d-bugmail at puremagic.com
- [Issue 24826] New: HTML tags visible in code examples on `std.algorithm.mutation.remove` page
d-bugmail at puremagic.com
- [Issue 24824] std.process.browse returns on failure in forked child
d-bugmail at puremagic.com
- [Issue 24824] std.process.browse returns on failure in forked child
d-bugmail at puremagic.com
- [Issue 24822] When passing a non-POD argument to an rvalue parameter, an unnecessary blit is done
d-bugmail at puremagic.com
- [Issue 23131] With -vasm all the X87 instructions are printed wrong.
d-bugmail at puremagic.com
- [Issue 23131] With -vasm all the X87 instructions are printed wrong.
d-bugmail at puremagic.com
- [Issue 24826] HTML tags visible in code examples on `std.algorithm.mutation.remove` page
d-bugmail at puremagic.com
- [Issue 24822] When passing a non-POD argument to an rvalue parameter, an unnecessary blit is done
d-bugmail at puremagic.com
- [Issue 24827] New: maxElement does not correctly handle types with opAssign
d-bugmail at puremagic.com
- [Issue 24828] New: Generic parameter type is constrained by the type of the default value
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 24828] Generic parameter type is constrained by the type of the default value
d-bugmail at puremagic.com
- [Issue 24823] std.json: Allow optionally preserving the order of fields in JSON objects
d-bugmail at puremagic.com
- [Issue 20216] Switch case fall-through not detected for multiple case arguments
d-bugmail at puremagic.com
- [Issue 22999] no switch fallthrough error with multi-valued case
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 24085] Separate Compilation Bugs
d-bugmail at puremagic.com
- [Issue 24829] New: Rebindable2 does not correctly handle types with copy constructors or postblit constructors which aren't assignable
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 24830] New: separate compilation + circular deps + templated opCmp = missing symbols
d-bugmail at puremagic.com
- [Issue 24830] separate compilation + circular deps + templated opCmp = missing symbols
d-bugmail at puremagic.com
- [Issue 24827] maxElement does not correctly handle types with opAssign
d-bugmail at puremagic.com
- [Issue 24830] separate compilation + circular deps + templated opCmp = missing symbols
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 24830] separate compilation + circular deps + templated opCmp = missing symbols
d-bugmail at puremagic.com
- [Issue 24819] Optimizer changes result of float calculations on 32-bit
d-bugmail at puremagic.com
- [Issue 24819] Optimizer changes result of float calculations on 32-bit
d-bugmail at puremagic.com
- [Issue 21917] Unused default values for IFTI parameters should not be typechecked against the IFTI-inferred type
d-bugmail at puremagic.com
- [Issue 24831] New: IFTI fails for a function template with a default function argument
d-bugmail at puremagic.com
- [Issue 24819] Optimizer changes result of float calculations on 32-bit
d-bugmail at puremagic.com
- [Issue 24832] New: Segfault in hex string
d-bugmail at puremagic.com
- [Issue 24832] Segfault in hex string
d-bugmail at puremagic.com
- [Issue 24811] Cant compile C code
d-bugmail at puremagic.com
- [Issue 24811] Cant compile C code
d-bugmail at puremagic.com
- [Issue 24832] Segfault in hex string
d-bugmail at puremagic.com
- [Issue 24700] MsCoffObj_getsegment is really slow O(n^2)
d-bugmail at puremagic.com
- [Issue 24819] Optimizer changes result of float calculations on 32-bit
d-bugmail at puremagic.com
- [Issue 24700] MsCoffObj_getsegment is really slow O(n^2)
d-bugmail at puremagic.com
- [Issue 24833] New: enums with a base type with a copy / postblite ctor, opAssign, or dtor should either use them or be disallowed
d-bugmail at puremagic.com
- [Issue 24833] enums with a base type with a copy / postblite ctor, opAssign, or dtor should either use them or be disallowed
d-bugmail at puremagic.com
- [Issue 24833] enums with a base type with a copy / postblit ctor, opAssign, or dtor should either use them or be disallowed
d-bugmail at puremagic.com
- [Issue 24834] New: opAssign is not generated for structs with copy constructors
d-bugmail at puremagic.com
- [Issue 24835] New: hasElaborateAssign is true for structs where opAssign is disabled if a member variable has elaborate assignment
d-bugmail at puremagic.com
- [Issue 24836] New: struct return by hidden struct arg does not need copy to become an rvalue
d-bugmail at puremagic.com
- [Issue 24836] struct return by hidden struct arg does not need copy to become an rvalue
d-bugmail at puremagic.com
- [Issue 9666] Invalid struct passing + redundant struct copy on struct assignment
d-bugmail at puremagic.com
- [Issue 24836] struct return by hidden struct arg does not need copy to become an rvalue
d-bugmail at puremagic.com
- [Issue 24637] [REG 2.104] Cannot insert const/immutable elements into DList
d-bugmail at puremagic.com
- [Issue 24827] maxElement does not correctly handle types with opAssign
d-bugmail at puremagic.com
- [Issue 24637] [REG 2.104] Cannot insert const/immutable elements into DList
d-bugmail at puremagic.com
- [Issue 24637] [REG 2.104] Cannot insert const/immutable elements into DList
d-bugmail at puremagic.com
- [Issue 19256] std.json: JSONValue allows violating constness
d-bugmail at puremagic.com
- [Issue 24773] Stable sort() invokes the destructor on uninitialized elements
d-bugmail at puremagic.com
- [Issue 24809] In some cases, stable sort assigns to unininitialized elements
d-bugmail at puremagic.com
- [Issue 24837] New: Can't version() or static if() to include keys in an enum
d-bugmail at puremagic.com
- [Issue 9761] version(x) in enums
d-bugmail at puremagic.com
- [Issue 24837] Can't version() or static if() to include keys in an enum
d-bugmail at puremagic.com
- [Issue 9761] version(x) in enums
d-bugmail at puremagic.com
- [Issue 24837] Can't version() or static if() to include keys in an enum
d-bugmail at puremagic.com
- [Issue 24837] Can't version() or static if() to include keys in an enum
d-bugmail at puremagic.com
- [Issue 24837] Can't version() or static if() to include keys in an enum
d-bugmail at puremagic.com
- [Issue 24837] Can't version() or static if() to include keys in an enum
d-bugmail at puremagic.com
- [Issue 24837] Can't version() or static if() to include keys in an enum
d-bugmail at puremagic.com
- [Issue 24836] struct return by hidden struct arg does not need copy to become an rvalue
d-bugmail at puremagic.com
- [Issue 15526] provide a way to ignore underscores for parsing integers
d-bugmail at puremagic.com
- [Issue 24524] Very slow process fork if RLIMIT_NOFILE is too high
d-bugmail at puremagic.com
- [Issue 24838] New: @nogc lambda shouldn't allocate closure when lambda refers only to 'this'
d-bugmail at puremagic.com
- [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this'
d-bugmail at puremagic.com
- [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this'
d-bugmail at puremagic.com
- [Issue 24839] New: @hidden not implemented to enabling non exportation when using negative annotation
d-bugmail at puremagic.com
- [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this'
d-bugmail at puremagic.com
- [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this'
d-bugmail at puremagic.com
- [Issue 24840] New: Implicit construction with associative array literals can result in more destructor calls than constructor calls
d-bugmail at puremagic.com
- [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this'
d-bugmail at puremagic.com
- [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this'
d-bugmail at puremagic.com
Last message date:
Wed Oct 30 23:27:25 UTC 2024
Archived on: Wed Oct 30 23:28:19 UTC 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).