The D Programming Language - Digitalmars-d-bugs
February 2023 Archives by subject
Starting: Wed Feb 1 12:48:34 UTC 2023
Ending: Tue Feb 28 23:02:11 UTC 2023
Messages: 626
- [Issue 10186] default construction is disabled even if default ctor declared
d-bugmail at puremagic.com
- [Issue 10602] Better error message for wrong template lambda given to function
d-bugmail at puremagic.com
- [Issue 10602] Better error message for wrong template lambda given to function
d-bugmail at puremagic.com
- [Issue 10602] Error should state why wrong template lambda cannot be passed to function
d-bugmail at puremagic.com
- [Issue 10602] Error should state why wrong template lambda doesn't match expected function type
d-bugmail at puremagic.com
- [Issue 10943] Nested lambda alias in template arguments has no code generated
d-bugmail at puremagic.com
- [Issue 11095] mixed in mixin templates not handled as eponymous member
d-bugmail at puremagic.com
- [Issue 11170] member of locally mixed mixin cannot be read by alias this
d-bugmail at puremagic.com
- [Issue 11305] Operations with array length cannot be used as a condition
d-bugmail at puremagic.com
- [Issue 11316] Some cases of missing delegate argument type inference
d-bugmail at puremagic.com
- [Issue 11316] Some cases of missing delegate argument type inference
d-bugmail at puremagic.com
- [Issue 11328] Nulled type template instantiation cached so all usages of null returns the same result
d-bugmail at puremagic.com
- [Issue 11455] Overriding template methods should raise a compile error
d-bugmail at puremagic.com
- [Issue 11493] dlang.org/type.html incorrectly says that you can't cast from -1 to unsigned types
d-bugmail at puremagic.com
- [Issue 11493] dlang.org/type.html incorrectly says that you can't cast from -1 to unsigned types
d-bugmail at puremagic.com
- [Issue 11905] Can't make enum of custom struct types autoincrement working
d-bugmail at puremagic.com
- [Issue 11907] No undeclared identifier error in lambda alias argument
d-bugmail at puremagic.com
- [Issue 11907] No undeclared identifier error in lambda alias argument
d-bugmail at puremagic.com
- [Issue 11907] No undeclared identifier error in lambda alias argument
d-bugmail at puremagic.com
- [Issue 12031] Possible dollar handling inconsistencies in std.typecons.Typedef array
d-bugmail at puremagic.com
- [Issue 12247] in contract in interfaces is not checked
d-bugmail at puremagic.com
- [Issue 12247] in contract in interfaces is not checked
d-bugmail at puremagic.com
- [Issue 12682] Bad error messages with global assignment of mutable lambda value
d-bugmail at puremagic.com
- [Issue 12786] Compiler warnings in DMD frontend code
d-bugmail at puremagic.com
- [Issue 13511] std.traits.hasElaborateEquality!T
d-bugmail at puremagic.com
- [Issue 13577] More informative error message for refused immutable foreach loop
d-bugmail at puremagic.com
- [Issue 13683] More precise error message for wrong lambda
d-bugmail at puremagic.com
- [Issue 13772] template capture error
d-bugmail at puremagic.com
- [Issue 13786] Test coverage for dmd is inadequate
d-bugmail at puremagic.com
- [Issue 13786] Test coverage for dmd is inadequate
d-bugmail at puremagic.com
- [Issue 13810] ICE in e2ir does not assert
d-bugmail at puremagic.com
- [Issue 14217] Misleading error message: Cannot deduce function
d-bugmail at puremagic.com
- [Issue 14482] [SPEC] Goto's into catch blocks should be an error
d-bugmail at puremagic.com
- [Issue 14482] [SPEC] Goto's into catch blocks should be an error
d-bugmail at puremagic.com
- [Issue 14527] [Enh] Instrument calls to operator new with -profilenew compiler switch
d-bugmail at puremagic.com
- [Issue 14551] scope(failure) block causes bloat in nothrow functions
d-bugmail at puremagic.com
- [Issue 14646] Add a documented way to invoke postblit
d-bugmail at puremagic.com
- [Issue 15368] Improve error message for "auto" keyword inside "foreach"
d-bugmail at puremagic.com
- [Issue 15706] std.conv.to!int - wrong line number in exception
d-bugmail at puremagic.com
- [Issue 15764] Name lookup within (eponymous?) template doesn't check outside the template
d-bugmail at puremagic.com
- [Issue 15792] Error Filling an array
d-bugmail at puremagic.com
- [Issue 15978] Can't pass array or vector .init as template parameter
d-bugmail at puremagic.com
- [Issue 15985] [REG2.068/2.069] Code doesn't link unless compiled with -debug
d-bugmail at puremagic.com
- [Issue 16098] align(N) not respected for stack variables if N > platform stack alignment
d-bugmail at puremagic.com
- [Issue 16193] opApply() doesn't heap allocate closure
d-bugmail at puremagic.com
- [Issue 16332] std.algorithm.copy uses too restricted array specialization
d-bugmail at puremagic.com
- [Issue 16603] [Lexical] comment definition is incorrrect
d-bugmail at puremagic.com
- [Issue 16603] [Lexical] comment definition is incorrrect
d-bugmail at puremagic.com
- [Issue 16603] [Lexical] comment definition is incorrrect
d-bugmail at puremagic.com
- [Issue 16707] [Templates] run variadic templates example failed
d-bugmail at puremagic.com
- [Issue 16707] [Templates] run variadic templates example failed
d-bugmail at puremagic.com
- [Issue 17226] Exception during the generation of an assert message hides AssertError
d-bugmail at puremagic.com
- [Issue 17435] bogus "need 'this'" error with aggregate field passed in alias parameter
d-bugmail at puremagic.com
- [Issue 17541] Function attribute deduction depends on compile invocation
d-bugmail at puremagic.com
- [Issue 17541] Function attribute deduction depends on compile invocation
d-bugmail at puremagic.com
- [Issue 18140] experimental allocators, bitmapped_block UB on OSX 64 bits
d-bugmail at puremagic.com
- [Issue 18146] A case expression of final switch allows to pass wrong enum value
d-bugmail at puremagic.com
- [Issue 18333] binaryHeap documentation inadequately describes slice store invalidation
d-bugmail at puremagic.com
- [Issue 18333] binaryHeap documentation inadequately describes slice store invalidation
d-bugmail at puremagic.com
- [Issue 18472] [Reg 2.078] betterC: cannot use format at compile time.
d-bugmail at puremagic.com
- [Issue 18472] [Reg 2.078] betterC: cannot use format at compile time.
d-bugmail at puremagic.com
- [Issue 18830] Document Allowance for "new" with "scope" in @nogc Functions
d-bugmail at puremagic.com
- [Issue 18830] Document Allowance for "new" with "scope" in @nogc Functions
d-bugmail at puremagic.com
- [Issue 18866] Overload from opDispatch ignored in WithStatement
d-bugmail at puremagic.com
- [Issue 19102] [Functions] pure functions repetition
d-bugmail at puremagic.com
- [Issue 19268] BetterC turns off .dup for CTFE
d-bugmail at puremagic.com
- [Issue 19328] isExpression does not allow to check conversion to delegate/function
d-bugmail at puremagic.com
- [Issue 19328] isExpression does not allow to check conversion to delegate/function
d-bugmail at puremagic.com
- [Issue 19346] std.math log* functions only have real versions
d-bugmail at puremagic.com
- [Issue 19346] std.math log* functions only have real versions
d-bugmail at puremagic.com
- [Issue 19646] Initialization of globals not checked for @safe
d-bugmail at puremagic.com
- [Issue 19946] In betterC filling an array with a non-zero value fails for types of size > 1 due to missing _memset16/_memset32/etc.
d-bugmail at puremagic.com
- [Issue 19946] In betterC filling an array with a non-zero value fails for types of size > 1 due to missing _memset16/_memset32/etc.
d-bugmail at puremagic.com
- [Issue 19978] D sometimes just crashes on exit with daemon threads
d-bugmail at puremagic.com
- [Issue 19978] D sometimes just crashes on exit with daemon threads
d-bugmail at puremagic.com
- [Issue 19978] D sometimes just crashes on exit with daemon threads
d-bugmail at puremagic.com
- [Issue 20077] Bogus 'need this' for lambda used inside struct
d-bugmail at puremagic.com
- [Issue 20087] `scope` not parsed for types in template argument lists
d-bugmail at puremagic.com
- [Issue 20594] [GCC ASM] Should the asm { } syntax be modernized for D2?
d-bugmail at puremagic.com
- [Issue 20619] ddox documentation "auto auto" return values
d-bugmail at puremagic.com
- [Issue 20620] dmd version has -dirty suffix
d-bugmail at puremagic.com
- [Issue 20781] Can call @live function without checking dip1021 rules
d-bugmail at puremagic.com
- [Issue 20876] DMD gives out not so helpful compile error
d-bugmail at puremagic.com
- [Issue 20895] Error with alias to struct member or member function
d-bugmail at puremagic.com
- [Issue 20976] pipe documentation incorrectly renders part of memoize
d-bugmail at puremagic.com
- [Issue 20997] Missing example of scope guard executing after return statement
d-bugmail at puremagic.com
- [Issue 20997] Missing example of scope guard executing after return statement
d-bugmail at puremagic.com
- [Issue 21078] static if(is(T IDENT)) introduces IDENT beyond static if's scpe
d-bugmail at puremagic.com
- [Issue 21175] opAssign should be allowed to return void and let the compiler take care of chained assignments
d-bugmail at puremagic.com
- [Issue 21178] It is not explained what is "unknown"
d-bugmail at puremagic.com
- [Issue 21242] is expression documentation lacks module
d-bugmail at puremagic.com
- [Issue 21290] [REG2.073] Incorrect escape deprecation on scope lazy pointer parameter
d-bugmail at puremagic.com
- [Issue 21321] Class with unimplemented interface method compiles, links, then segfaults, if inherited through abstract base class
d-bugmail at puremagic.com
- [Issue 21321] Unimplemented interface method from abstract base class not detected
d-bugmail at puremagic.com
- [Issue 21460] implicit conversion between two unrelated enum is accepted
d-bugmail at puremagic.com
- [Issue 21460] implicit conversion between two unrelated enum is accepted
d-bugmail at puremagic.com
- [Issue 21462] Unittests with visibility
d-bugmail at puremagic.com
- [Issue 21504] Incorrect eponymous overload called by codegen
d-bugmail at puremagic.com
- [Issue 21525] Spurious "copying &... into allocated memory escapes a reference to parameter variable" with associative array iteration
d-bugmail at puremagic.com
- [Issue 21613] DMD crash: copy ctor + templated rvalue ctor
d-bugmail at puremagic.com
- [Issue 21619] Parameter-less function literal in expression statement fails to parse
d-bugmail at puremagic.com
- [Issue 21664] Unsafe global initializer causes undefined behavior in @safe code
d-bugmail at puremagic.com
- [Issue 21694] Misleading error message and invalid goto error
d-bugmail at puremagic.com
- [Issue 21821] Optimizer assumes immutables do not change, but they can in @system code
d-bugmail at puremagic.com
- [Issue 22156] Can't use all-types slice of not-all-types AliasSeq as type
d-bugmail at puremagic.com
- [Issue 22156] Can't use all-types slice of not-all-types AliasSeq as type
d-bugmail at puremagic.com
- [Issue 22242] ICE when an overload is aliased back into a mixin
d-bugmail at puremagic.com
- [Issue 22269] __traits(isSame) does not work for values passed to template alias parameters
d-bugmail at puremagic.com
- [Issue 22348] Specify forward referencing of MixinDeclaration
d-bugmail at puremagic.com
- [Issue 22348] Specify forward referencing of MixinDeclaration
d-bugmail at puremagic.com
- [Issue 22594] Update "Interfacing to C" to include intptr_t and uintptr_t
d-bugmail at puremagic.com
- [Issue 22594] Update "Interfacing to C" to include intptr_t and uintptr_t
d-bugmail at puremagic.com
- [Issue 22594] Update "Interfacing to C" to include intptr_t and uintptr_t
d-bugmail at puremagic.com
- [Issue 22722] ImportC: parser doesn’t understand `asm volatile` syntax
d-bugmail at puremagic.com
- [Issue 22786] maxElement et al does not support range over immutable
d-bugmail at puremagic.com
- [Issue 22835] Undocumented type specializations of is-expression
d-bugmail at puremagic.com
- [Issue 22916] [dip1000] copy of ref return still treated as scope variable
d-bugmail at puremagic.com
- [Issue 22916] [dip1000] copy of ref return still treated as scope variable
d-bugmail at puremagic.com
- [Issue 22916] [dip1000] copy of ref return still treated as scope variable
d-bugmail at puremagic.com
- [Issue 22916] [dip1000] copy of ref return still treated as scope variable
d-bugmail at puremagic.com
- [Issue 23145] Stack allocation of scope new variables defeats @safe
d-bugmail at puremagic.com
- [Issue 23164] [REG 2.097] Infinite loop on assertion failure + DMD moves struct with copy constructor
d-bugmail at puremagic.com
- [Issue 23195] Win64 function ABI bug for small non-POD arguments
d-bugmail at puremagic.com
- [Issue 23310] Segfault on switch with global enum
d-bugmail at puremagic.com
- [Issue 23352] `in` and `out` foreach variables
d-bugmail at puremagic.com
- [Issue 23387] ImportC: identical structs defined in two C files lead to duplicate .init symbol on macOS
d-bugmail at puremagic.com
- [Issue 23387] ImportC: identical structs defined in two C files lead to duplicate .init symbol on macOS
d-bugmail at puremagic.com
- [Issue 23415] ImportC: typedef'd struct as const parameter "is not callable"
d-bugmail at puremagic.com
- [Issue 23415] ImportC: typedef'd struct as const parameter "is not callable"
d-bugmail at puremagic.com
- [Issue 23479] ImportC recognizes .i and .c files, but not .h files
d-bugmail at puremagic.com
- [Issue 23479] ImportC recognizes .i and .c files, but not .h files
d-bugmail at puremagic.com
- [Issue 23479] ImportC recognizes .i and .c files, but not .h files
d-bugmail at puremagic.com
- [Issue 23479] ImportC recognizes .i and .c files, but not .h files
d-bugmail at puremagic.com
- [Issue 23486] LINK : fatal error LNK1104: cannot open file '..\generated\windows\copyimports.exe'
d-bugmail at puremagic.com
- [Issue 23486] LINK : fatal error LNK1104: cannot open file '..\generated\windows\copyimports.exe'
d-bugmail at puremagic.com
- [Issue 23500] std.traits.getUDAs not working properly for overloads
d-bugmail at puremagic.com
- [Issue 23509] ImportC: Unable to parse GLibC assert.h's assert (and other nontrivial macros?)
d-bugmail at puremagic.com
- [Issue 23513] ImportC doesn't export ncurses' attributes (C macros)
d-bugmail at puremagic.com
- [Issue 23514] Incorrect compilation when adding a 64-bit constant to a link-time address
d-bugmail at puremagic.com
- [Issue 23514] Incorrect compilation when adding a 64-bit constant to a link-time address
d-bugmail at puremagic.com
- [Issue 23517] dmd with -g flag fails to link on macOS 13.0.1 (i368) with unaligned pointer
d-bugmail at puremagic.com
- [Issue 23517] dmd with -g flag fails to link on macOS 13.0.1 (i368) with unaligned pointer
d-bugmail at puremagic.com
- [Issue 23538] Power operator does not work with floating point in -betterC
d-bugmail at puremagic.com
- [Issue 23544] Allow enum types be defined with semicolons
d-bugmail at puremagic.com
- [Issue 23544] Allow enum types be defined with semicolons
d-bugmail at puremagic.com
- [Issue 23545] export int a; should generate dllexport, not dllimport
d-bugmail at puremagic.com
- [Issue 23558] add __traits(getModuleClasses [, module name])
d-bugmail at puremagic.com
- [Issue 23558] add __traits(getModuleClasses [, module name])
d-bugmail at puremagic.com
- [Issue 23608] [musl 32-bit] Time functions linked incorrectly on musl >=1.2.0 / 32-bit
d-bugmail at puremagic.com
- [Issue 23608] [musl 32-bit] Time functions linked incorrectly on musl >=1.2.0 / 32-bit
d-bugmail at puremagic.com
- [Issue 23608] [musl 32-bit] Time functions linked incorrectly on musl >=1.2.0 / 32-bit
d-bugmail at puremagic.com
- [Issue 23627] lazy params don't allocate closures
d-bugmail at puremagic.com
- [Issue 23629] importC: Need to support code coverage analysis
d-bugmail at puremagic.com
- [Issue 23630] Regression in library caused by dmd 2.101.0 update
d-bugmail at puremagic.com
- [Issue 23632] [ImportC] undefined identifier `_Float128`
d-bugmail at puremagic.com
- [Issue 23638] [betterC] Better Error Message For Runtime Usage
d-bugmail at puremagic.com
- [Issue 23642] DMD installer should set up PATH in the same order as it was before reinstall
d-bugmail at puremagic.com
- [Issue 23643] [betterC] Better Error Message For CTFE GC Usage
d-bugmail at puremagic.com
- [Issue 23644] Reordering template parameters causes IFTI to fail
d-bugmail at puremagic.com
- [Issue 23645] IFTI for templated overload set depends on order of overloads
d-bugmail at puremagic.com
- [Issue 23646] A nastier forward reference bug
d-bugmail at puremagic.com
- [Issue 23648] Replace all sprintf with snprintf
d-bugmail at puremagic.com
- [Issue 23648] Replace all sprintf with snprintf
d-bugmail at puremagic.com
- [Issue 23648] Replace all sprintf with snprintf
d-bugmail at puremagic.com
- [Issue 23648] Replace all sprintf with snprintf
d-bugmail at puremagic.com
- [Issue 23649] Incorrect alignof for struct member field
d-bugmail at puremagic.com
- [Issue 23649] Incorrect alignof for struct member field
d-bugmail at puremagic.com
- [Issue 23652] Valid code rejected with a "circular reference" error
d-bugmail at puremagic.com
- [Issue 23659] Problem with < and > in C_HEADER_DESCRIPTION for core.stdc docs
d-bugmail at puremagic.com
- [Issue 23662] ImportC bad handling of enum arguments for a function
d-bugmail at puremagic.com
- [Issue 23662] ImportC bad handling of enum arguments for a function
d-bugmail at puremagic.com
- [Issue 23662] ImportC bad handling of enum arguments for a function
d-bugmail at puremagic.com
- [Issue 23663] Better error message for template with missing function
d-bugmail at puremagic.com
- [Issue 23663] Better error message for template with missing function
d-bugmail at puremagic.com
- [Issue 23663] New: Better error message for template with missing function
d-bugmail at puremagic.com
- [Issue 23664] Infer `const` for lambdas/closures
d-bugmail at puremagic.com
- [Issue 23664] Infer `const` for lambdas/closures
d-bugmail at puremagic.com
- [Issue 23664] New: Infer `const` for lambdas/closures
d-bugmail at puremagic.com
- [Issue 23665] Add traits
d-bugmail at puremagic.com
- [Issue 23665] Add traits
d-bugmail at puremagic.com
- [Issue 23665] New: Add traits
d-bugmail at puremagic.com
- [Issue 23666] New: Recognize template opApply pattern
d-bugmail at puremagic.com
- [Issue 23666] Recognize template opApply pattern
d-bugmail at puremagic.com
- [Issue 23666] Recognize template opApply pattern
d-bugmail at puremagic.com
- [Issue 23666] Recognize template opApply pattern
d-bugmail at puremagic.com
- [Issue 23667] [REG2.101] Incorrect escape deprecation on scope lazy pointer parameter
d-bugmail at puremagic.com
- [Issue 23667] [REG2.101] Incorrect escape deprecation on scope lazy pointer parameter
d-bugmail at puremagic.com
- [Issue 23667] [REG2.101] Incorrect escape deprecation on scope lazy pointer parameter
d-bugmail at puremagic.com
- [Issue 23667] New: [REG2.101] Incorrect escape deprecation on scope lazy pointer parameter
d-bugmail at puremagic.com
- [Issue 23668] Can't stable sort structs with disabled default constructor.
d-bugmail at puremagic.com
- [Issue 23668] Can't stable sort structs with disabled default constructor.
d-bugmail at puremagic.com
- [Issue 23668] Can't stable sort structs with disabled default constructor.
d-bugmail at puremagic.com
- [Issue 23668] New: Can't stable sort structs with disabled default constructor.
d-bugmail at puremagic.com
- [Issue 23669] [DIP1000] Compound assignment to length of slice member variable in scope method fails
d-bugmail at puremagic.com
- [Issue 23669] [DIP1000] Compound assignment to length of slice member variable in scope method fails
d-bugmail at puremagic.com
- [Issue 23669] [DIP1000] Compound assignment to length of slice member variable in scope method fails
d-bugmail at puremagic.com
- [Issue 23669] [DIP1000] Compound assignment to length of slice member variable in scope method fails
d-bugmail at puremagic.com
- [Issue 23669] New: [DIP1000] Compound assignment to length of slice member variable in scope method fails
d-bugmail at puremagic.com
- [Issue 23670] Add ability to not overwrite prompt (PS1)
d-bugmail at puremagic.com
- [Issue 23670] New: Add ability to not overwrite prompt (PS1)
d-bugmail at puremagic.com
- [Issue 23671] Installer GPG key fails
d-bugmail at puremagic.com
- [Issue 23671] Installer GPG key fails
d-bugmail at puremagic.com
- [Issue 23671] Installer GPG key fails
d-bugmail at puremagic.com
- [Issue 23671] New: Installer GPG key fails
d-bugmail at puremagic.com
- [Issue 23672] importC: Infinite recursion: Error: found 'End of File' when expecting ','
d-bugmail at puremagic.com
- [Issue 23672] importC: Infinite recursion: Error: found 'End of File' when expecting ','
d-bugmail at puremagic.com
- [Issue 23672] importC: Infinite recursion: Error: found 'End of File' when expecting ','
d-bugmail at puremagic.com
- [Issue 23672] importC: Infinite recursion: Error: found 'End of File' when expecting ','
d-bugmail at puremagic.com
- [Issue 23672] New: importC: Infinite recursion: Error: found 'End of File' when expecting ','
d-bugmail at puremagic.com
- [Issue 23673] import dependencies should identify how they were imported
d-bugmail at puremagic.com
- [Issue 23673] import dependencies should identify how they were imported
d-bugmail at puremagic.com
- [Issue 23673] New: import dependencies should identify how they were imported
d-bugmail at puremagic.com
- [Issue 23674] incompatible types for array comparison: string and string
d-bugmail at puremagic.com
- [Issue 23674] incompatible types for array comparison: string and string
d-bugmail at puremagic.com
- [Issue 23674] incompatible types for array comparison: string and string
d-bugmail at puremagic.com
- [Issue 23674] incompatible types for array comparison: string and string
d-bugmail at puremagic.com
- [Issue 23674] New: incompatible types for array comparison: string and string
d-bugmail at puremagic.com
- [Issue 23675] Error on direct double.NaN comparison
d-bugmail at puremagic.com
- [Issue 23675] Error on direct double.NaN comparison
d-bugmail at puremagic.com
- [Issue 23675] Error on direct double.NaN comparison
d-bugmail at puremagic.com
- [Issue 23675] Error on direct double.NaN comparison
d-bugmail at puremagic.com
- [Issue 23675] New: Error on direct double.NaN comparison
d-bugmail at puremagic.com
- [Issue 23676] Compilation differences w/ braceless vs brace-full static if within switch statement
d-bugmail at puremagic.com
- [Issue 23676] Compilation differences w/ braceless vs brace-full static if within switch statement
d-bugmail at puremagic.com
- [Issue 23676] Compilation differences w/ braceless vs brace-full static if within switch statement
d-bugmail at puremagic.com
- [Issue 23676] Compilation differences w/ braceless vs brace-full static if within switch statement
d-bugmail at puremagic.com
- [Issue 23676] Compilation differences w/ braceless vs brace-full static if within switch statement
d-bugmail at puremagic.com
- [Issue 23676] New: Compilation differences w/ braceless vs brace-full static if within switch statement
d-bugmail at puremagic.com
- [Issue 23676] Static foreach hangs compilation for some time
d-bugmail at puremagic.com
- [Issue 23676] Static foreach hangs compilation for some time
d-bugmail at puremagic.com
- [Issue 23676] Static foreach hangs compilation for some time
d-bugmail at puremagic.com
- [Issue 23676] Static foreach hangs compilation for some time
d-bugmail at puremagic.com
- [Issue 23676] Static foreach hangs compilation for some time
d-bugmail at puremagic.com
- [Issue 23676] Static foreach hangs compilation for some time
d-bugmail at puremagic.com
- [Issue 23676] Static foreach hangs compilation for some time
d-bugmail at puremagic.com
- [Issue 23676] Static foreach hangs compilation for some time
d-bugmail at puremagic.com
- [Issue 23677] log1p Documentation Doesn't Match Implementation
d-bugmail at puremagic.com
- [Issue 23677] log1p Documentation Doesn't Match Implementation
d-bugmail at puremagic.com
- [Issue 23677] log1p Documentation Doesn't Match Implementation
d-bugmail at puremagic.com
- [Issue 23677] New: log1p Documentation Doesn't Match Implementation
d-bugmail at puremagic.com
- [Issue 23678] Contracts are compiled with release switch?
d-bugmail at puremagic.com
- [Issue 23678] Contracts are compiled with release switch?
d-bugmail at puremagic.com
- [Issue 23678] New: Contracts are compiled with release switch?
d-bugmail at puremagic.com
- [Issue 23679] New: 2147483647 does not exceed 0x7fffffff
d-bugmail at puremagic.com
- [Issue 23679] off-by-one error for static array size limit
d-bugmail at puremagic.com
- [Issue 23679] off-by-one error for static array size limit
d-bugmail at puremagic.com
- [Issue 23679] off-by-one error for static array size limit
d-bugmail at puremagic.com
- [Issue 23679] off-by-one error for static array size limit
d-bugmail at puremagic.com
- [Issue 23680] New: Support static classes in D
d-bugmail at puremagic.com
- [Issue 23680] Support static classes in D
d-bugmail at puremagic.com
- [Issue 23680] Support static classes in D
d-bugmail at puremagic.com
- [Issue 23680] Support static classes in D
d-bugmail at puremagic.com
- [Issue 23681] Generated copy constructors failing to generate
d-bugmail at puremagic.com
- [Issue 23681] New: Generated copy constructors failing to generate
d-bugmail at puremagic.com
- [Issue 23682] dip1000 problem with return by ref
d-bugmail at puremagic.com
- [Issue 23682] dip1000 problem with return by ref
d-bugmail at puremagic.com
- [Issue 23682] dip1000 problem with return by ref
d-bugmail at puremagic.com
- [Issue 23682] dip1000 problem with return by ref
d-bugmail at puremagic.com
- [Issue 23682] dip1000 problem with return by ref
d-bugmail at puremagic.com
- [Issue 23682] dip1000 problem with return by ref
d-bugmail at puremagic.com
- [Issue 23682] New: dip1000 problem with return by ref
d-bugmail at puremagic.com
- [Issue 23683] New: std.file.setTimes requests more permissions than needed
d-bugmail at puremagic.com
- [Issue 23683] std.file.setTimes requests more permissions than needed
d-bugmail at puremagic.com
- [Issue 23683] std.file.setTimes requests more permissions than needed
d-bugmail at puremagic.com
- [Issue 23684] New: std.process.spawnProcess fails if ulimit is too large
d-bugmail at puremagic.com
- [Issue 23684] std.process.spawnProcess fails if ulimit is too large
d-bugmail at puremagic.com
- [Issue 23685] Confusing error with mutual imports
d-bugmail at puremagic.com
- [Issue 23685] New: Confusing error with mutual imports
d-bugmail at puremagic.com
- [Issue 23686] New: template instance reused with default alas arg
d-bugmail at puremagic.com
- [Issue 23687] IFTI fails forwarding an alias to struct field
d-bugmail at puremagic.com
- [Issue 23687] New: IFTI fails forwarding an alias to struct field
d-bugmail at puremagic.com
- [Issue 23688] FTBFS: error: cannot convert 'Expression' to 'Expression*'
d-bugmail at puremagic.com
- [Issue 23688] FTBFS: error: cannot convert 'Expression' to 'Expression*'
d-bugmail at puremagic.com
- [Issue 23688] New: FTBFS: error: cannot convert 'Expression' to 'Expression*'
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23689] New: ImportC: C tests in the testsuite are not valid C
d-bugmail at puremagic.com
- [Issue 23690] compilable/cimports2.i:1:1: error: unknown type name '__import'
d-bugmail at puremagic.com
- [Issue 23690] compilable/cimports2.i:1:1: error: unknown type name '__import'
d-bugmail at puremagic.com
- [Issue 23690] compilable/cimports2.i:1:1: error: unknown type name '__import'
d-bugmail at puremagic.com
- [Issue 23690] compilable/cimports2.i:1:1: error: unknown type name '__import'
d-bugmail at puremagic.com
- [Issue 23690] compilable/cimports2.i:1:1: error: unknown type name '__import'
d-bugmail at puremagic.com
- [Issue 23690] compilable/cimports2.i:1:1: error: unknown type name '__import'
d-bugmail at puremagic.com
- [Issue 23690] New: compilable/cimports2.i:1:1: error: unknown type name '__import'
d-bugmail at puremagic.com
- [Issue 23691] compilable/test22294.i:16:1: error: unknown type name 'this'
d-bugmail at puremagic.com
- [Issue 23691] compilable/test22294.i:16:1: error: unknown type name 'this'
d-bugmail at puremagic.com
- [Issue 23691] compilable/test22294.i:16:1: error: unknown type name 'this'
d-bugmail at puremagic.com
- [Issue 23691] compilable/test22294.i:16:1: error: unknown type name 'this'
d-bugmail at puremagic.com
- [Issue 23691] New: compilable/test22294.i:16:1: error: unknown type name 'this'
d-bugmail at puremagic.com
- [Issue 23692] compilable/test22724.i:4:10: error: unknown type name 'pack'
d-bugmail at puremagic.com
- [Issue 23692] compilable/test22724.i:4:10: error: unknown type name 'pack'
d-bugmail at puremagic.com
- [Issue 23692] compilable/test22724.i:4:10: error: unknown type name 'pack'
d-bugmail at puremagic.com
- [Issue 23692] ImportC: __pragma and __declspec are not documented as supported Visual C extensions
d-bugmail at puremagic.com
- [Issue 23692] ImportC: __pragma and __declspec are not documented as supported Visual C extensions
d-bugmail at puremagic.com
- [Issue 23692] ImportC: __pragma and __declspec are not documented as supported Visual C extensions
d-bugmail at puremagic.com
- [Issue 23692] New: compilable/test22724.i:4:10: error: unknown type name 'pack'
d-bugmail at puremagic.com
- [Issue 23693] compilable/testcstuff3.i:7:1: error: stray '#' in program
d-bugmail at puremagic.com
- [Issue 23693] compilable/testcstuff3.i:7:1: error: stray '#' in program
d-bugmail at puremagic.com
- [Issue 23693] compilable/testcstuff3.i:7:1: error: stray '#' in program
d-bugmail at puremagic.com
- [Issue 23693] compilable/testcstuff3.i:7:1: error: stray '#' in program
d-bugmail at puremagic.com
- [Issue 23693] ImportC: Unclear documentation of #line and linemarker support
d-bugmail at puremagic.com
- [Issue 23693] ImportC: Unclear documentation of #line and linemarker support
d-bugmail at puremagic.com
- [Issue 23693] New: compilable/testcstuff3.i:7:1: error: stray '#' in program
d-bugmail at puremagic.com
- [Issue 23694] compilable/ctests2.c:51:9: error: initializer element is not constant
d-bugmail at puremagic.com
- [Issue 23694] compilable/ctests2.c:51:9: error: initializer element is not constant
d-bugmail at puremagic.com
- [Issue 23694] compilable/ctests2.c:51:9: error: initializer element is not constant
d-bugmail at puremagic.com
- [Issue 23694] compilable/ctests2.c:51:9: error: initializer element is not constant
d-bugmail at puremagic.com
- [Issue 23694] compilable/ctests2.c:51:9: error: initializer element is not constant
d-bugmail at puremagic.com
- [Issue 23694] compilable/ctests2.c:51:9: error: initializer element is not constant
d-bugmail at puremagic.com
- [Issue 23694] compilable/ctests2.c:51:9: error: initializer element is not constant
d-bugmail at puremagic.com
- [Issue 23694] New: compilable/ctests2.c:51:9: error: initializer element is not constant
d-bugmail at puremagic.com
- [Issue 23695] compilable/ctests2.c:131:14: error: expected ‘;’ before ‘b’
d-bugmail at puremagic.com
- [Issue 23695] compilable/ctests2.c:131:14: error: expected ‘;’ before ‘b’
d-bugmail at puremagic.com
- [Issue 23695] New: compilable/ctests2.c:131:14: error: expected ‘;’ before ‘b’
d-bugmail at puremagic.com
- [Issue 23696] compilable/enumbase.c:3:8: error: expected identifier or ‘(’ before ‘:’ token
d-bugmail at puremagic.com
- [Issue 23696] compilable/enumbase.c:3:8: error: expected identifier or ‘(’ before ‘:’ token
d-bugmail at puremagic.com
- [Issue 23696] New: compilable/enumbase.c:3:8: error: expected identifier or ‘(’ before ‘:’ token
d-bugmail at puremagic.com
- [Issue 23697] compilable/test22705.c:4:1: error: unknown type name ‘Ta’
d-bugmail at puremagic.com
- [Issue 23697] compilable/test22705.c:4:1: error: unknown type name ‘Ta’
d-bugmail at puremagic.com
- [Issue 23697] compilable/test22705.c:4:1: error: unknown type name ‘Ta’
d-bugmail at puremagic.com
- [Issue 23697] compilable/test22705.c:4:1: error: unknown type name ‘Ta’
d-bugmail at puremagic.com
- [Issue 23697] ImportC: No examples of invalid forward references in C code accepted by ImportC
d-bugmail at puremagic.com
- [Issue 23697] ImportC: No examples of invalid forward references in C code accepted by ImportC
d-bugmail at puremagic.com
- [Issue 23697] ImportC: No examples of invalid forward references in C code accepted by ImportC
d-bugmail at puremagic.com
- [Issue 23697] ImportC: No examples of invalid forward references in C code accepted by ImportC
d-bugmail at puremagic.com
- [Issue 23697] ImportC: No examples of invalid forward references in C code accepted by ImportC
d-bugmail at puremagic.com
- [Issue 23697] ImportC: No examples of invalid forward references in C code accepted by ImportC
d-bugmail at puremagic.com
- [Issue 23697] New: compilable/test22705.c:4:1: error: unknown type name ‘Ta’
d-bugmail at puremagic.com
- [Issue 23698] compilable/test22727.c:5:10: error: expected ‘;’ before ‘int’
d-bugmail at puremagic.com
- [Issue 23698] compilable/test22727.c:5:10: error: expected ‘;’ before ‘int’
d-bugmail at puremagic.com
- [Issue 23698] compilable/test22727.c:5:10: error: expected ‘;’ before ‘int’
d-bugmail at puremagic.com
- [Issue 23698] ImportC: __stdcall is not documented as supported MSVC/DMC extensions
d-bugmail at puremagic.com
- [Issue 23698] ImportC: __stdcall is not documented as supported MSVC/DMC extensions
d-bugmail at puremagic.com
- [Issue 23698] New: compilable/test22727.c:5:10: error: expected ‘;’ before ‘int’
d-bugmail at puremagic.com
- [Issue 23699] compilable/test22807.c:10:10: error: unknown type name ‘OldFashionedHeader’
d-bugmail at puremagic.com
- [Issue 23699] compilable/test22807.c:10:10: error: unknown type name ‘OldFashionedHeader’
d-bugmail at puremagic.com
- [Issue 23699] compilable/test22807.c:10:10: error: unknown type name ‘OldFashionedHeader’
d-bugmail at puremagic.com
- [Issue 23699] ImportC: Unclear documentation that struct/union/enum introduce implicit typedefs in ImportC
d-bugmail at puremagic.com
- [Issue 23699] ImportC: Unclear documentation that struct/union/enum introduce implicit typedefs in ImportC
d-bugmail at puremagic.com
- [Issue 23699] ImportC: Unclear documentation that struct/union/enum introduce implicit typedefs in ImportC
d-bugmail at puremagic.com
- [Issue 23699] New: compilable/test22807.c:10:10: error: unknown type name ‘OldFashionedHeader’
d-bugmail at puremagic.com
- [Issue 23700] compilable/test22842.c:64:24: error: expression in static assertion is not constant
d-bugmail at puremagic.com
- [Issue 23700] compilable/test22842.c:64:24: error: expression in static assertion is not constant
d-bugmail at puremagic.com
- [Issue 23700] compilable/test22842.c:64:24: error: expression in static assertion is not constant
d-bugmail at puremagic.com
- [Issue 23700] compilable/test22842.c:64:24: error: expression in static assertion is not constant
d-bugmail at puremagic.com
- [Issue 23700] compilable/test22842.c:64:24: error: expression in static assertion is not constant
d-bugmail at puremagic.com
- [Issue 23700] ImportC: Missing examples of ImportC leveraging CTFE
d-bugmail at puremagic.com
- [Issue 23700] ImportC: Missing examples of ImportC leveraging CTFE
d-bugmail at puremagic.com
- [Issue 23700] ImportC: Missing examples of ImportC leveraging CTFE
d-bugmail at puremagic.com
- [Issue 23700] ImportC: Missing examples of ImportC leveraging CTFE
d-bugmail at puremagic.com
- [Issue 23700] ImportC: Missing examples of ImportC leveraging CTFE
d-bugmail at puremagic.com
- [Issue 23700] New: compilable/test22842.c:64:24: error: expression in static assertion is not constant
d-bugmail at puremagic.com
- [Issue 23701] compilable/test23214.c:3:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘uintptr_t’
d-bugmail at puremagic.com
- [Issue 23701] compilable/test23214.c:3:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘uintptr_t’
d-bugmail at puremagic.com
- [Issue 23701] compilable/test23214.c:3:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘uintptr_t’
d-bugmail at puremagic.com
- [Issue 23701] ImportC: __int64 is not documented as supported Visual C extension
d-bugmail at puremagic.com
- [Issue 23701] ImportC: __int64 is not documented as supported Visual C extension
d-bugmail at puremagic.com
- [Issue 23701] ImportC: __int64 is not documented as supported Visual C extension
d-bugmail at puremagic.com
- [Issue 23701] ImportC: __int64 is not documented as supported Visual C extension
d-bugmail at puremagic.com
- [Issue 23701] New: compilable/test23214.c:3:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘uintptr_t’
d-bugmail at puremagic.com
- [Issue 23702] compilable/test23616.c:3:20: error: missing binary operator before token "("
d-bugmail at puremagic.com
- [Issue 23702] compilable/test23616.c:3:20: error: missing binary operator before token "("
d-bugmail at puremagic.com
- [Issue 23702] compilable/test23616.c:3:20: error: missing binary operator before token "("
d-bugmail at puremagic.com
- [Issue 23702] compilable/test23616.c:3:20: error: missing binary operator before token "("
d-bugmail at puremagic.com
- [Issue 23702] compilable/test23616.c:3:20: error: missing binary operator before token "("
d-bugmail at puremagic.com
- [Issue 23702] compilable/test23616.c:3:20: error: missing binary operator before token "("
d-bugmail at puremagic.com
- [Issue 23702] New: compilable/test23616.c:3:20: error: missing binary operator before token "("
d-bugmail at puremagic.com
- [Issue 23703] New: [Module std.socket] example links are dead
d-bugmail at puremagic.com
- [Issue 23704] need `this` for a function accessed through a member alias tuple
d-bugmail at puremagic.com
- [Issue 23704] New: need `this` for a function accessed through a member alias tuple
d-bugmail at puremagic.com
- [Issue 23705] dmd: src/dmd/backend/cgcod.d:734: Assertion `sz >= 0' failed.
d-bugmail at puremagic.com
- [Issue 23705] dmd: src/dmd/backend/cgcod.d:734: Assertion `sz >= 0' failed.
d-bugmail at puremagic.com
- [Issue 23705] dmd: src/dmd/backend/cgcod.d:734: Assertion `sz >= 0' failed.
d-bugmail at puremagic.com
- [Issue 23705] dmd: src/dmd/backend/cgcod.d:734: Assertion `sz >= 0' failed.
d-bugmail at puremagic.com
- [Issue 23705] New: dmd: src/dmd/backend/cgcod.d:734: Assertion `sz >= 0' failed.
d-bugmail at puremagic.com
- [Issue 23706] Do not escape POSIX shell parameters unless necessary
d-bugmail at puremagic.com
- [Issue 23706] Do not escape POSIX shell parameters unless necessary
d-bugmail at puremagic.com
- [Issue 23706] New: Do not escape POSIX shell parameters unless necessary
d-bugmail at puremagic.com
- [Issue 23707] File.rawRead/rawWrite should support reading/writing individual values
d-bugmail at puremagic.com
- [Issue 23707] New: File.rawRead/rawWrite should support reading/writing individual values
d-bugmail at puremagic.com
- [Issue 23708] Cannot return shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23708] Cannot return shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23708] Cannot return shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23708] New: Cannot return shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23709] Cannot use synchronized on shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23709] Cannot use synchronized on shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23709] Cannot use synchronized on shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23709] Cannot use synchronized on shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23709] Cannot use synchronized on shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23709] Cannot use synchronized on shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23709] Cannot use synchronized on shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23709] New: Cannot use synchronized on shared class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23710] [REG master] Reachable code inside an 'if (false)' block no longer gets codegen
d-bugmail at puremagic.com
- [Issue 23710] [REG master] Reachable code inside an 'if (false)' block no longer gets codegen
d-bugmail at puremagic.com
- [Issue 23710] [REG master] Reachable code inside an 'if (false)' block no longer gets codegen
d-bugmail at puremagic.com
- [Issue 23710] New: [REG master] Reachable code inside an 'if (false)' block no longer gets codegen
d-bugmail at puremagic.com
- [Issue 23711] compilable/testcstuff1.c:63:1: error: invalid use of 'restrict'
d-bugmail at puremagic.com
- [Issue 23711] compilable/testcstuff1.c:63:1: error: invalid use of 'restrict'
d-bugmail at puremagic.com
- [Issue 23711] compilable/testcstuff1.c:63:1: error: invalid use of 'restrict'
d-bugmail at puremagic.com
- [Issue 23711] compilable/testcstuff1.c:63:1: error: invalid use of restrict
d-bugmail at puremagic.com
- [Issue 23711] compilable/testcstuff1.c:63:1: error: invalid use of restrict
d-bugmail at puremagic.com
- [Issue 23711] compilable/testcstuff1.c:63:1: error: invalid use of restrict
d-bugmail at puremagic.com
- [Issue 23711] New: compilable/testcstuff1.c:63:1: error: invalid use of 'restrict'
d-bugmail at puremagic.com
- [Issue 23712] compilable/testcstuff1.c:98:1: error: static assertion failed: sizeof(9223372036854775808) == 8
d-bugmail at puremagic.com
- [Issue 23712] compilable/testcstuff1.c:98:1: error: static assertion failed: sizeof(9223372036854775808) == 8
d-bugmail at puremagic.com
- [Issue 23712] compilable/testcstuff1.c:98:1: error: static assertion failed: sizeof(9223372036854775808) == 8
d-bugmail at puremagic.com
- [Issue 23712] ImportC: Unclear documentation of what type is inferred from integer literals (type of '9223372036854775808' is undefined)
d-bugmail at puremagic.com
- [Issue 23712] ImportC: Unclear documentation of what type is inferred from integer literals (type of '9223372036854775808' is undefined)
d-bugmail at puremagic.com
- [Issue 23712] ImportC: Unclear documentation of what type is inferred from integer literals (type of '9223372036854775808' is undefined)
d-bugmail at puremagic.com
- [Issue 23712] ImportC: Unclear documentation of what type is inferred from integer literals (type of '9223372036854775808' is undefined)
d-bugmail at puremagic.com
- [Issue 23712] New: compilable/testcstuff1.c:98:1: error: static assertion failed: sizeof(9223372036854775808) == 8
d-bugmail at puremagic.com
- [Issue 23713] compilable/testcstuff1.c:206:1: error: static assertion failed: sizeof(u'a') == 4
d-bugmail at puremagic.com
- [Issue 23713] compilable/testcstuff1.c:206:1: error: static assertion failed: sizeof(u'a') == 4
d-bugmail at puremagic.com
- [Issue 23713] New: compilable/testcstuff1.c:206:1: error: static assertion failed: sizeof(u'a') == 4
d-bugmail at puremagic.com
- [Issue 23714] compilable/testcstuff1.c:213:1: error: static assertion failed: u'ab' == 0x610062
d-bugmail at puremagic.com
- [Issue 23714] compilable/testcstuff1.c:213:1: error: static assertion failed: u'ab' == 0x610062
d-bugmail at puremagic.com
- [Issue 23714] New: compilable/testcstuff1.c:213:1: error: static assertion failed: u'ab' == 0x610062
d-bugmail at puremagic.com
- [Issue 23715] compilable/testcstuff1.c:273:23: error: function-scope 'tli' implicitly auto and declared '_Thread_local'
d-bugmail at puremagic.com
- [Issue 23715] compilable/testcstuff1.c:273:23: error: function-scope 'tli' implicitly auto and declared '_Thread_local'
d-bugmail at puremagic.com
- [Issue 23715] compilable/testcstuff1.c:273:23: error: function-scope 'tli' implicitly auto and declared '_Thread_local'
d-bugmail at puremagic.com
- [Issue 23715] ImportC: No rejection of _Thread_local variables declared at function scope without "static" as per C11 6.2.4-5
d-bugmail at puremagic.com
- [Issue 23715] ImportC: No rejection of _Thread_local variables declared at function scope without "static" as per C11 6.2.4-5
d-bugmail at puremagic.com
- [Issue 23715] New: compilable/testcstuff1.c:273:23: error: function-scope 'tli' implicitly auto and declared '_Thread_local'
d-bugmail at puremagic.com
- [Issue 23716] compilable/testcstuff2.c:18:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
d-bugmail at puremagic.com
- [Issue 23716] compilable/testcstuff2.c:18:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
d-bugmail at puremagic.com
- [Issue 23716] compilable/testcstuff2.c:18:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
d-bugmail at puremagic.com
- [Issue 23716] compilable/testcstuff2.c:18:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
d-bugmail at puremagic.com
- [Issue 23716] compilable/testcstuff2.c:18:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
d-bugmail at puremagic.com
- [Issue 23716] ImportC: Missing documentation on the asm keyword accepted as an extension
d-bugmail at puremagic.com
- [Issue 23716] ImportC: Missing documentation on the asm keyword accepted as an extension
d-bugmail at puremagic.com
- [Issue 23716] New: compilable/testcstuff2.c:18:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’
d-bugmail at puremagic.com
- [Issue 23717] New: runnable/bitfields.c:192:5: error: unknown type name ‘S’; use ‘struct’ keyword to refer to the type
d-bugmail at puremagic.com
- [Issue 23717] runnable/bitfields.c:192:5: error: unknown type name S; use struct keyword to refer to the type
d-bugmail at puremagic.com
- [Issue 23717] runnable/bitfields.c:192:5: error: unknown type name S; use struct keyword to refer to the type
d-bugmail at puremagic.com
- [Issue 23717] runnable/bitfields.c:192:5: error: unknown type name S; use struct keyword to refer to the type
d-bugmail at puremagic.com
- [Issue 23717] runnable/bitfields.c:192:5: error: unknown type name ‘S’; use ‘struct’ keyword to refer to the type
d-bugmail at puremagic.com
- [Issue 23718] New: runnable/initializer.c:583:10: error: cast specifies array type
d-bugmail at puremagic.com
- [Issue 23718] runnable/initializer.c:583:10: error: cast specifies array type
d-bugmail at puremagic.com
- [Issue 23718] runnable/initializer.c:583:10: error: cast specifies array type
d-bugmail at puremagic.com
- [Issue 23719] New: runnable/test22071.c:22:16: error: ‘abc’ is a pointer; did you mean to use ‘->’?
d-bugmail at puremagic.com
- [Issue 23719] runnable/test22071.c:22:16: error: ‘abc’ is a pointer; did you mean to use ‘->’?
d-bugmail at puremagic.com
- [Issue 23719] runnable/test22071.c:22:16: error: ‘abc’ is a pointer; did you mean to use ‘->’?
d-bugmail at puremagic.com
- [Issue 23720] New: runnable/test22513.c:16:12: error: invalid use of undefined type ‘struct S’
d-bugmail at puremagic.com
- [Issue 23720] runnable/test22513.c:16:12: error: invalid use of undefined type ‘struct S’
d-bugmail at puremagic.com
- [Issue 23720] runnable/test22513.c:16:12: error: invalid use of undefined type ‘struct S’
d-bugmail at puremagic.com
- [Issue 23720] runnable/test22513.c:16:12: error: invalid use of undefined type ‘struct S’
d-bugmail at puremagic.com
- [Issue 23720] runnable/test22513.c:16:12: error: invalid use of undefined type ‘struct S’
d-bugmail at puremagic.com
- [Issue 23721] New: runnable/test22513.c:18:28: error: field ‘t’ has incomplete type
d-bugmail at puremagic.com
- [Issue 23721] runnable/test22513.c:18:28: error: field ‘t’ has incomplete type
d-bugmail at puremagic.com
- [Issue 23721] runnable/test22513.c:18:28: error: field ‘t’ has incomplete type
d-bugmail at puremagic.com
- [Issue 23721] runnable/test22513.c:18:28: error: field ‘t’ has incomplete type
d-bugmail at puremagic.com
- [Issue 23722] Lambdas are mangled incorrectly when using multiple compilation units, resulting in incorrect code
d-bugmail at puremagic.com
- [Issue 23722] New: Lambdas are mangled incorrectly when using multiple compilation units, resulting in incorrect code
d-bugmail at puremagic.com
- [Issue 23723] Attributes incorrectly inferred given the same source but compiled individually
d-bugmail at puremagic.com
- [Issue 23723] Attributes incorrectly inferred given the same source but compiled individually
d-bugmail at puremagic.com
- [Issue 23723] Attributes incorrectly inferred given the same source but compiled individually
d-bugmail at puremagic.com
- [Issue 23723] Attributes incorrectly inferred given the same source but compiled individually
d-bugmail at puremagic.com
- [Issue 23723] Attributes incorrectly inferred given the same source but compiled individually
d-bugmail at puremagic.com
- [Issue 23723] Attributes incorrectly inferred given the same source but compiled individually
d-bugmail at puremagic.com
- [Issue 23723] Attributes incorrectly inferred given the same source but compiled individually
d-bugmail at puremagic.com
- [Issue 23723] Attributes incorrectly inferred given the same source but compiled individually
d-bugmail at puremagic.com
- [Issue 23723] New: Attributes incorrectly inferred given the same source but compiled individually
d-bugmail at puremagic.com
- [Issue 23724] HTTP.onReceive example does not compile
d-bugmail at puremagic.com
- [Issue 23724] HTTP.onReceive example does not compile
d-bugmail at puremagic.com
- [Issue 23724] New: HTTP.onReceive example does not compile
d-bugmail at puremagic.com
- [Issue 23725] ImportC fails to parse __asm __volatile ("pause")
d-bugmail at puremagic.com
- [Issue 23725] ImportC fails to parse __asm __volatile on FreeBSD stdatomic.h and fenv.h
d-bugmail at puremagic.com
- [Issue 23725] ImportC fails to parse __asm __volatile on FreeBSD stdatomic.h and fenv.h
d-bugmail at puremagic.com
- [Issue 23725] New: ImportC fails to parse __asm __volatile ("pause")
d-bugmail at puremagic.com
- [Issue 23726] Array append in CTFE no longer works without _d_arrayappendT
d-bugmail at puremagic.com
- [Issue 23726] Array append in CTFE no longer works without _d_arrayappendT
d-bugmail at puremagic.com
- [Issue 23726] Array append in CTFE no longer works without _d_arrayappendT
d-bugmail at puremagic.com
- [Issue 23726] Array append in CTFE no longer works without _d_arrayappendT
d-bugmail at puremagic.com
- [Issue 23726] Array append in CTFE no longer works without _d_arrayappendT
d-bugmail at puremagic.com
- [Issue 23726] Array append in CTFE no longer works without _d_arrayappendT
d-bugmail at puremagic.com
- [Issue 23726] Array append in CTFE no longer works without _d_arrayappendT
d-bugmail at puremagic.com
- [Issue 23726] New: Array append in CTFE no longer works without _d_arrayappendT
d-bugmail at puremagic.com
- [Issue 23727] ImportC support imaginary real numbers
d-bugmail at puremagic.com
- [Issue 23727] ImportC support imaginary real numbers
d-bugmail at puremagic.com
- [Issue 23727] New: ImportC support imaginary real numbers
d-bugmail at puremagic.com
- [Issue 23728] Add `version(debug)`
d-bugmail at puremagic.com
- [Issue 23728] Add `version(debug)`
d-bugmail at puremagic.com
- [Issue 23728] New: Add `version(debug)`
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23729] New: ignore custom object.d for CTFE needs
d-bugmail at puremagic.com
- [Issue 23730] Clarify IsExpression `Identifier :` and `== TypeCtor` spec
d-bugmail at puremagic.com
- [Issue 23730] Clarify IsExpression `Identifier :` and `== TypeCtor` spec
d-bugmail at puremagic.com
- [Issue 23730] New: Clarify IsExpression `Identifier :` and `== TypeCtor` spec
d-bugmail at puremagic.com
- [Issue 23731] [REG2.102] Throwing within finalizers causes InvalidMemoryOperationError on Windows
d-bugmail at puremagic.com
- [Issue 23731] [REG2.102] Throwing within finalizers causes InvalidMemoryOperationError on Windows
d-bugmail at puremagic.com
- [Issue 23731] New: [REG2.102] Throwing within finalizers causes InvalidMemoryOperationError on Windows
d-bugmail at puremagic.com
- [Issue 23732] Cannot create shared instance of class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23732] Cannot create shared instance of class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23732] Cannot create shared instance of class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23732] Cannot create shared instance of class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23732] Cannot create shared instance of class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23732] Cannot create shared instance of class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23732] New: Cannot create shared instance of class with -preview=nosharedaccess
d-bugmail at puremagic.com
- [Issue 23733] Can't use template type parameter as type of alias parameter
d-bugmail at puremagic.com
- [Issue 23733] Can't use template type parameter as type of alias parameter
d-bugmail at puremagic.com
- [Issue 23733] Can't use template type parameter as type of alias parameter
d-bugmail at puremagic.com
- [Issue 23733] Can't use template type parameter as type of alias parameter
d-bugmail at puremagic.com
- [Issue 23733] Can't use template type parameter as type of alias parameter
d-bugmail at puremagic.com
- [Issue 23733] New: Can't use template type parameter as type of alias parameter
d-bugmail at puremagic.com
- [Issue 23734] New: Visual Studio crashes when right clicking a newly added folder in a D project
d-bugmail at puremagic.com
- [Issue 23734] Visual Studio crashes when right clicking a newly added folder in a D project
d-bugmail at puremagic.com
- [Issue 23735] 'extern' storage class affects function declarations
d-bugmail at puremagic.com
- [Issue 23735] 'extern' storage class affects function declarations
d-bugmail at puremagic.com
- [Issue 23735] 'extern' storage class affects function declarations
d-bugmail at puremagic.com
- [Issue 23735] New: 'extern' storage class affects function declarations
d-bugmail at puremagic.com
- [Issue 23736] I'm a clown
d-bugmail at puremagic.com
- [Issue 23736] I'm a clown
d-bugmail at puremagic.com
- [Issue 23736] New: Do not override the "docs" directory without a warning
d-bugmail at puremagic.com
- [Issue 23737] New: std.regex is slow to import and use
d-bugmail at puremagic.com
- [Issue 23737] std.regex is slow to import and use
d-bugmail at puremagic.com
- [Issue 23737] std.regex is slow to import and use
d-bugmail at puremagic.com
- [Issue 23738] A function accepting an alias of a type member requires static
d-bugmail at puremagic.com
- [Issue 23738] New: A function accepting an alias of a type member requires static
d-bugmail at puremagic.com
- [Issue 23739] Can't return by ref from opApply iteration
d-bugmail at puremagic.com
- [Issue 23739] Can't return by ref from opApply iteration
d-bugmail at puremagic.com
- [Issue 23739] Can't return by ref from opApply iteration
d-bugmail at puremagic.com
- [Issue 23739] Can't return by ref from opApply iteration
d-bugmail at puremagic.com
- [Issue 23739] Can't return by ref from opApply iteration
d-bugmail at puremagic.com
- [Issue 23739] Can't return by ref from opApply iteration
d-bugmail at puremagic.com
- [Issue 23739] Can't return by ref from opApply iteration
d-bugmail at puremagic.com
- [Issue 23739] New: Can't return by ref from opApply iteration
d-bugmail at puremagic.com
- [Issue 23740] Alias breaks valid array operation code using operator overloading
d-bugmail at puremagic.com
- [Issue 23740] New: Alias breaks valid array operation code using operator overloading
d-bugmail at puremagic.com
- [Issue 23741] Functions in core.sys.windows.dbghelp should be marked @nogc nothrow
d-bugmail at puremagic.com
- [Issue 23741] New: Functions in core.sys.windows.dbghelp should be marked @nogc nothrow
d-bugmail at puremagic.com
- [Issue 23742] Functions in core.sys.windows.imagehlp should be marked @nogc nothrow
d-bugmail at puremagic.com
- [Issue 23742] New: Functions in core.sys.windows.imagehlp should be marked @nogc nothrow
d-bugmail at puremagic.com
- [Issue 23743] New: wrong code with `foreach`, `ubyte`, `>=`, ternary operator
d-bugmail at puremagic.com
- [Issue 23743] wrong code with `foreach`, `ubyte`, `>=`, ternary operator
d-bugmail at puremagic.com
- [Issue 23743] wrong code with `foreach`, `ubyte`, `>=`, ternary operator
d-bugmail at puremagic.com
- [Issue 23743] wrong code with `foreach`, `ubyte`, `>=`, ternary operator
d-bugmail at puremagic.com
- [Issue 23743] wrong code with `foreach`, `ubyte`, `>=`, ternary operator
d-bugmail at puremagic.com
- [Issue 23743] wrong code with `foreach`, `ubyte`, `>=`, ternary operator
d-bugmail at puremagic.com
- [Issue 23743] wrong code with `foreach`, `ubyte`, `>=`, ternary operator
d-bugmail at puremagic.com
- [Issue 23744] New: Static If Compilation Differences / Attribute inference bug
d-bugmail at puremagic.com
- [Issue 23744] Static If Compilation Differences / Attribute inference bug
d-bugmail at puremagic.com
- [Issue 23745] New: Segfault with forward reference mismatched override with undeclared type
d-bugmail at puremagic.com
- [Issue 23745] Segfault with forward reference mismatched override with undeclared type
d-bugmail at puremagic.com
- [Issue 23745] Segfault with forward reference mismatched override with undeclared type
d-bugmail at puremagic.com
- [Issue 23745] Segfault with forward reference mismatched override with undeclared type
d-bugmail at puremagic.com
- [Issue 23746] ICE with bit-wise binops with vector masks
d-bugmail at puremagic.com
- [Issue 23746] ICE with bit-wise binops with vector masks
d-bugmail at puremagic.com
- [Issue 23746] ICE with bit-wise binops with vector masks
d-bugmail at puremagic.com
- [Issue 23746] ICE with bit-wise binops with vector masks
d-bugmail at puremagic.com
- [Issue 23746] New: ICE with bit-wise binops with vector masks
d-bugmail at puremagic.com
- [Issue 23747] 'auto ref' function return signature does not flag escaping a reference to local variable
d-bugmail at puremagic.com
- [Issue 23747] 'auto ref' function return signature does not flag escaping a reference to local variable
d-bugmail at puremagic.com
- [Issue 23747] 'auto ref' function return signature does not flag escaping a reference to local variable
d-bugmail at puremagic.com
- [Issue 23747] 'auto ref' function return signature does not flag escaping a reference to local variable
d-bugmail at puremagic.com
- [Issue 23747] New: 'auto ref' function return signature does not flag escaping a reference to local variable
d-bugmail at puremagic.com
- [Issue 23748] associative arrays need 2 lookups to remove and extract, should be 1
d-bugmail at puremagic.com
- [Issue 23748] New: associative arrays need 2 lookups to remove and extract, should be 1
d-bugmail at puremagic.com
- [Issue 23749] Can't writeln a static array of strings with -preview=dip1000
d-bugmail at puremagic.com
- [Issue 23749] New: Can't writeln a static array of strings with -preview=dip1000
d-bugmail at puremagic.com
- [Issue 23750] log1p for floats/doubles not actually providing extra accuracy
d-bugmail at puremagic.com
- [Issue 23750] New: log1p for floats/doubles not actually providing extra accuracy
d-bugmail at puremagic.com
- [Issue 23751] New: Returning by ref from opApply fools DIP1000
d-bugmail at puremagic.com
- [Issue 23751] Returning by ref from opApply fools DIP1000
d-bugmail at puremagic.com
- [Issue 23751] Returning by ref from opApply fools DIP1000
d-bugmail at puremagic.com
- [Issue 23752] New: ImportC: can't take address of dereferenced void pointer
d-bugmail at puremagic.com
- [Issue 23753] New: this allowed in static member function
d-bugmail at puremagic.com
- [Issue 23753] this allowed in static member function
d-bugmail at puremagic.com
- [Issue 3393] illegal to refer to 'this' implicitly or explicitly
d-bugmail at puremagic.com
- [Issue 3720] Taking address of member functions possible without an instance
d-bugmail at puremagic.com
- [Issue 3720] Taking address of member functions possible without an instance
d-bugmail at puremagic.com
- [Issue 4907] Catching more simple out-of-bounds errors at compile-time
d-bugmail at puremagic.com
- [Issue 4936] Better error when type inference fails due to incorrect template parameter type
d-bugmail at puremagic.com
- [Issue 6106] Keep track of changes during replace function
d-bugmail at puremagic.com
- [Issue 6797] Fake changes to enum array
d-bugmail at puremagic.com
- [Issue 6842] Can't use alias of instance member
d-bugmail at puremagic.com
- [Issue 6856] Absence of in contract (precondition) on override of method that has one is badly designed
d-bugmail at puremagic.com
- [Issue 6856] Absence of in contract (precondition) on override of method that has one is badly designed
d-bugmail at puremagic.com
- [Issue 6949] no warning or error if unsigned variable is compared to 0
d-bugmail at puremagic.com
- [Issue 7464] Better Error Message When Using S.tupleof within S
d-bugmail at puremagic.com
- [Issue 7680] template specialization bug
d-bugmail at puremagic.com
- [Issue 7680] template specialization bug
d-bugmail at puremagic.com
- [Issue 8318] Cannot override a method with inferred return type
d-bugmail at puremagic.com
- [Issue 8901] a bug to cast from array literal to ubyte[]
d-bugmail at puremagic.com
- [Issue 8901] a bug to cast from array literal to ubyte[]
d-bugmail at puremagic.com
- [Issue 8961] IFTI fails with templates in specialization
d-bugmail at puremagic.com
- [Issue 9024] Inferring function argument types from other template parameters
d-bugmail at puremagic.com
- [Issue 9114] Can't call varadic template function with partly specified template parameters
d-bugmail at puremagic.com
- [Issue 9129] Definite return analysis fails for nested case statements
d-bugmail at puremagic.com
- [Issue 9149] Disallow converting delegates to const
d-bugmail at puremagic.com
Last message date:
Tue Feb 28 23:02:11 UTC 2023
Archived on: Tue Feb 28 23:02:41 UTC 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).