The D Programming Language - Digitalmars-d-bugs
May 2017 Archives by thread
Starting: Mon May 1 01:10:06 PDT 2017
Ending: Wed May 31 16:12:54 PDT 2017
Messages: 548
- [Issue 15996] @safe allows escaping of ptrs to variables going out of scope
via Digitalmars-d-bugs
- [Issue 11044] Escaping references to lazy argument are allowed
via Digitalmars-d-bugs
- [Issue 17362] New: Don't infer return attribute for explicit scope arguments
via Digitalmars-d-bugs
- [Issue 17304] [SPEC] Anonymous symbols, show or ignore in demangler?
via Digitalmars-d-bugs
- [Issue 17162] std.algorithm.startsWith fails to compile with -dip1000 switch
via Digitalmars-d-bugs
- [Issue 17361] latest windows 10 insider preview and dmd no longer runs.
via Digitalmars-d-bugs
- [Issue 17363] New: @safety hole due to $ caching in slice expressions
via Digitalmars-d-bugs
- [Issue 17364] New: Difference between slicing a slice and a reference to a slice
via Digitalmars-d-bugs
- [Issue 17365] New: https://dlang.org/phobos/std_experimental_checkedint.html is missing the Throw hook description
via Digitalmars-d-bugs
- [Issue 13017] opEquals for null std.typecons.Nullable
via Digitalmars-d-bugs
- [Issue 10771] std.typecons.Nullable throws an exception on comparision of null values
via Digitalmars-d-bugs
- [Issue 17359] C++ Interfacing: function with 'static' array parameter cannot be linked (x64)
via Digitalmars-d-bugs
- [Issue 17366] New: Inferrence results in a missing error for final
via Digitalmars-d-bugs
- [Issue 17367] New: CodeView/MSCOFF: bad debug information for enumerators
via Digitalmars-d-bugs
- [Issue 17368] New: [DIP1000] scope T** implicit convertion to scope T* allow to escape pointer
via Digitalmars-d-bugs
- [Issue 15947] [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash
via Digitalmars-d-bugs
- [Issue 17369] New: [Module std.traits] Documentation lists ditto in table
via Digitalmars-d-bugs
- [Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)
via Digitalmars-d-bugs
- [Issue 15723] GC memory leakage depending on source code size
via Digitalmars-d-bugs
- [Issue 15724] CTFE internal error: determining classinfo
via Digitalmars-d-bugs
- [Issue 17370] New: [DIP1000] Escaping scope pointers possible via struct GC allocation
via Digitalmars-d-bugs
- [Issue 17371] New: [REG 2.074.0] di generation broken for anonymous classes
via Digitalmars-d-bugs
- [Issue 17372] New: function 'std.algorithm.searching.skipOver!(Result, dstring).skipOver' is not nothrow
via Digitalmars-d-bugs
- [Issue 17373] New: traits getOverloads + multiple interface inheritance only see one of the interfaces' overloads
via Digitalmars-d-bugs
- [Issue 17341] Partial initialization of static array should not be allowed
via Digitalmars-d-bugs
- [Issue 17264] [REG2.073] uniq fails with const elements
via Digitalmars-d-bugs
- [Issue 17374] New: Improve inferred attribute error message
via Digitalmars-d-bugs
- [Issue 17375] New: copy relocated ModuleInfos end up getting detected as duplicates
via Digitalmars-d-bugs
- [Issue 17376] New: modify global variable with pure method
via Digitalmars-d-bugs
- [Issue 16232] std.experimental.logger.core.sharedLog isn't thread-safe
via Digitalmars-d-bugs
- [Issue 17377] New: Empty D program is not valgrind clean
via Digitalmars-d-bugs
- [Issue 17378] New: Allow multiple arguments for assert and static assert
via Digitalmars-d-bugs
- [Issue 5968] std.algorithm.group by key function + groupFull
via Digitalmars-d-bugs
- [Issue 17379] New: Mangle voldemort types as if they are defined in the outer scope to avoid exponential symbol name length with templates
via Digitalmars-d-bugs
- [Issue 17380] New: [REG 2.074.0] Compiler segfaults on undefined symbol
via Digitalmars-d-bugs
- [Issue 17381] New: Checked format string is permissive after floating point argument
via Digitalmars-d-bugs
- [Issue 6004] std.range.unzip()
via Digitalmars-d-bugs
- [Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind
via Digitalmars-d-bugs
- [Issue 17216] OSX: `rdmd -shared -oflibfun.dylib fun.d` and otool -L libfun.dylib points to libfun.dylib.tmp
via Digitalmars-d-bugs
- [Issue 16265] unittest imports should not be counted as dependencies for static ctors
via Digitalmars-d-bugs
- [Issue 17382] New: void main(){}pragma(msg,main()); crashes DMD
via Digitalmars-d-bugs
- [Issue 7016] local import does not create -deps dependency
via Digitalmars-d-bugs
- [Issue 9631] Error message not using fully qualified name when appropriate.
via Digitalmars-d-bugs
- [Issue 17353] is expression type specialization matching strips const
via Digitalmars-d-bugs
- [Issue 14402] std.conv.emplace segfaults for nested types
via Digitalmars-d-bugs
- [Issue 17383] New: ICE ddmd/backend/cgxmm.c 930
via Digitalmars-d-bugs
- [Issue 17351] Static const array can't be evaluated at compile time when passed as ref argument
via Digitalmars-d-bugs
- [Issue 17384] New: LDC x64 linker error in VS2017
via Digitalmars-d-bugs
- [Issue 17385] New: Too much commands
via Digitalmars-d-bugs
- [Issue 14956] C++ Mangling incompatible with C++11
via Digitalmars-d-bugs
- [Issue 17324] Floating point 1/(1/x) > 0 if x > 0 not generally true
via Digitalmars-d-bugs
- [Issue 3075] Implement parameter contravariance
via Digitalmars-d-bugs
- [Issue 16303] covariant delegates should implicitly convert
via Digitalmars-d-bugs
- [Issue 17349] Covariant overrides should be allowed
via Digitalmars-d-bugs
- [Issue 16600] Wrong error message for ambiguous mutable/immutable constructor
via Digitalmars-d-bugs
- [Issue 17354] An overload in a final class can silently hide base methods
via Digitalmars-d-bugs
- [Issue 17386] New: Internal error: backend\cgcod.c 1841
via Digitalmars-d-bugs
- [Issue 17387] New: static struct this(ref) not pure
via Digitalmars-d-bugs
- [Issue 17388] New: [DIP1000] no escape analysis for auto return scope members
via Digitalmars-d-bugs
- [Issue 17356] [Reg 2.075] __simd_sto no longer executed
via Digitalmars-d-bugs
- [Issue 10645] Wrong codegen for shared struct with constructor and pass to atomicLoad
via Digitalmars-d-bugs
- [Issue 14639] Assigning init value to struct uses stack, causing segfault
via Digitalmars-d-bugs
- [Issue 17389] New: std.traits.hasNested fails for class with member of same type
via Digitalmars-d-bugs
- [Issue 17390] New: Pass flags to linker driver without -Xlinker
via Digitalmars-d-bugs
- [Issue 16746] Please output Makefile-style depfiles for ninja and make
via Digitalmars-d-bugs
- [Issue 17391] New: SECURITY: XSS through DDOC comments
via Digitalmars-d-bugs
- [Issue 16588] uniq's BidirectionalRange behavior is inconsistent with its InputRange behavior
via Digitalmars-d-bugs
- [Issue 14894] mangling of mixins and lambdas is not unique and depends on compilation flags
via Digitalmars-d-bugs
- [Issue 16053] SysTime.fromIsoExtString don't work if nanoseconds are presented
via Digitalmars-d-bugs
- [Issue 13186] core/sys/posix/sys/uio.d is not linked into the standard lib
via Digitalmars-d-bugs
- [Issue 13331] naked asm functions are broken when compiling with -profile
via Digitalmars-d-bugs
- [Issue 13904] calls to mutable methods are just ignored when instance is an enum
via Digitalmars-d-bugs
- [Issue 14027] segmentation fault in dmd in some circular import situation
via Digitalmars-d-bugs
- [Issue 15488] global variable shadows function argument
via Digitalmars-d-bugs
- [Issue 17156] Local function declaration not inferred to be static
via Digitalmars-d-bugs
- [Issue 17138] Warn about superfluous "with" statements
via Digitalmars-d-bugs
- [Issue 17392] New: Add Dub file for the lexer and parser
via Digitalmars-d-bugs
- [Issue 17393] New: AllocatorList leaks memory in "ouroboros mode"
via Digitalmars-d-bugs
- [Issue 16197] Constructors/postblits and destructors don't match up for array initialisation
via Digitalmars-d-bugs
- [Issue 17394] New: std.file.mkdirRecurse isn't @safe
via Digitalmars-d-bugs
- [Issue 17395] New: std.file.rmdirRecurse isn't @safe
via Digitalmars-d-bugs
- [Issue 16301] CTFE execution of opApply keeps wrong "this" context in foreach's body
via Digitalmars-d-bugs
- [Issue 16302] Add opStaticIndex that takes compile-time indices
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 17289] With Xcode 8.3 linker, warnings of "pointer not aligned"
via Digitalmars-d-bugs
- [Issue 16538] Parameter head-const-ness shouldn't matter but does
via Digitalmars-d-bugs
- [Issue 16540] Attributes do not propagate correctly in lazy params
via Digitalmars-d-bugs
- [Issue 16551] Compile-time delegate parameters should allow "scope"
via Digitalmars-d-bugs
- [Issue 16657] alias this interacts with generated opCmp and opEquals
via Digitalmars-d-bugs
- [Issue 17396] New: Colorize error messages emitted by dmd
via Digitalmars-d-bugs
- [Issue 12273] 'dmd -color' flag to colorize error/warning messages
via Digitalmars-d-bugs
- [Issue 16246] cannot call iota with 3 [u]bytes or 3 [u]shorts
via Digitalmars-d-bugs
- [Issue 16326] filter is not lazy enough & has weird save behavior
via Digitalmars-d-bugs
- [Issue 17397] New: Lazy attribute propagation incorrect
via Digitalmars-d-bugs
- [Issue 17042] [meta] check all range functions for proper laziness
via Digitalmars-d-bugs
- [Issue 17398] New: Partial template struct instantiation with __FILE__ leading to link error
via Digitalmars-d-bugs
- [Issue 15717] iota: "Error: cannot implicitly convert expression (cast(int)pastLast - 1) of type int to ushort"
via Digitalmars-d-bugs
- [Issue 15720] iota(long.max, long.min, step) does not work properly
via Digitalmars-d-bugs
- [Issue 6621] Superimposition amount for std.range.chunks
via Digitalmars-d-bugs
- [Issue 17399] New: core.checkedint.addu cannot inline function
via Digitalmars-d-bugs
- [Issue 17400] New: put a new line before "candidates are:" in error messages
via Digitalmars-d-bugs
- [Issue 17401] New: type inference broken when F and Parameters!F are used
via Digitalmars-d-bugs
- [Issue 17402] New: dirEntries iterator crashes in conjunction with readText
via Digitalmars-d-bugs
- [Issue 17403] New: -main switch doesn't run correctly in unittest builds when linking separately
via Digitalmars-d-bugs
- [Issue 17404] New: creating type named 'object' fails to compile, but only if you import something
via Digitalmars-d-bugs
- [Issue 17405] New: [module] Named module import bypass global
via Digitalmars-d-bugs
- [Issue 15645] Tuple.slice() causes memory corruption.
via Digitalmars-d-bugs
- [Issue 17406] New: int var = 10; write(--var,' ',var^^2); //output: 9 100 //NOT: 9 81
via Digitalmars-d-bugs
- [Issue 17407] New: [REG] __traits(compiles) triggers assertion failure
via Digitalmars-d-bugs
- [Issue 17408] New: scope and in are considered redundant
via Digitalmars-d-bugs
- [Issue 17409] New: [ICE] Segmentation fault with invalid code and -dip1000
via Digitalmars-d-bugs
- [Issue 17410] New: Compilation is incredibily slow when instantiating classes in release mode
via Digitalmars-d-bugs
- [Issue 16408] [REG2.065] left-to-right order of evaluation of function arguments not consistently followed
via Digitalmars-d-bugs
- [Issue 17135] Optimization of big functions takes a lot of time
via Digitalmars-d-bugs
- [Issue 17411] New: Visual Studio Community 2017 for Mac Version 7.0 (build 3146) Not Supported, Mac OS X not supported
via Digitalmars-d-bugs
- [Issue 16652] [Reg 2.071] returned rvalue destroyed too early
via Digitalmars-d-bugs
- [Issue 17412] New: D Jenkins plugin
via Digitalmars-d-bugs
- [Issue 14246] proper destruction of partially constructed objects/structs
via Digitalmars-d-bugs
- [Issue 14246] RAII - proper destruction of partially constructed objects/structs
via Digitalmars-d-bugs
- [Issue 17413] New: Deadlock if allocation fails during runtime initialization
via Digitalmars-d-bugs
- [Issue 17414] New: DMD64 for windows
via Digitalmars-d-bugs
- [Issue 16243] wrong C++ argument passing with empty struct and 6 integers
via Digitalmars-d-bugs
- [Issue 15533] RDMD: -g switch produces linker error
via Digitalmars-d-bugs
- [Issue 6227] Comparison of different enums
via Digitalmars-d-bugs
- [Issue 17415] New: std.conv.emplace does not forward arguments correctly
via Digitalmars-d-bugs
- [Issue 15246] Destructor inheritance doesn't inherit attributes properly
via Digitalmars-d-bugs
- [Issue 15740] Indexing a std.typecons.Tuple with names doesn't work in ctfe
via Digitalmars-d-bugs
- [Issue 17416] New: SocketOption.REUSEPORT not available on linux
via Digitalmars-d-bugs
- [Issue 17417] New: Give error for signed integer promotions in bitwise operations
via Digitalmars-d-bugs
- [Issue 17418] New: opCmp return value unclear
via Digitalmars-d-bugs
- [Issue 15318] Templates not emitted for two "partial cycles"
via Digitalmars-d-bugs
- [Issue 17213] [REG2.072] take address of ref return value @safe
via Digitalmars-d-bugs
- [Issue 17419] New: add __traits(getLinkage, s) to the the linkage of symbol s
via Digitalmars-d-bugs
- [Issue 13242] imported aliases should be analyzed lazily
via Digitalmars-d-bugs
- [Issue 13207] Wrong code for 'extern' C/C++ function returning struct
via Digitalmars-d-bugs
- [Issue 16527] extern( C++ ) Win64 build - return struct by value is broken
via Digitalmars-d-bugs
- [Issue 17420] New: std.format.formatObject doesn't work with @safe toString
via Digitalmars-d-bugs
- [Issue 17421] New: add __traits(getFunctionVariadicStyle, f)
via Digitalmars-d-bugs
- [Issue 15094] __traits(getMember) fails when the source is a struct/class field
via Digitalmars-d-bugs
- [Issue 16108] `to!string` fails on struct with disabled postblit
via Digitalmars-d-bugs
- [Issue 17422] New: [scope] class reference not initialized as scope variable
via Digitalmars-d-bugs
- [Issue 15824] 'scope' attribute ignored when making an alias to a scope delegate
via Digitalmars-d-bugs
- [Issue 17423] New: @safe code seg faults
via Digitalmars-d-bugs
- [Issue 17424] New: Add useful warnings
via Digitalmars-d-bugs
- [Issue 17425] New: add __traits(getParameterStorageClasses, f, i)
via Digitalmars-d-bugs
- [Issue 17426] New: "version(none):" cant be overwritten by its counterpart
via Digitalmars-d-bugs
- [Issue 13255] static imports should be done lazily
via Digitalmars-d-bugs
- [Issue 17427] New: std.concurrency internal errors on uninitialised mailbox
via Digitalmars-d-bugs
- [Issue 17428] New: [scope] class field assignment allows to escape scope parameters
via Digitalmars-d-bugs
- [Issue 17429] New: scope class references inject additional delete calls
via Digitalmars-d-bugs
- [Issue 17430] New: [scope] delegate can escape context ptr
via Digitalmars-d-bugs
- [Issue 17431] New: GCBits should be @nogc to prevent deadlocks
via Digitalmars-d-bugs
- [Issue 17432] New: [DIP1000] scope delegates change type, but not mangling
via Digitalmars-d-bugs
- [Issue 17433] New: [REG 2.071] Nested aggregate imports are not available in outer scope
via Digitalmars-d-bugs
- [Issue 17144] [REG 2.071] local imports became invisible
via Digitalmars-d-bugs
- [Issue 11500] Bringing mixed-in operators and constructors to the overload set
via Digitalmars-d-bugs
- [Issue 17434] New: [REG: 2.073] import lookup ignores public import.
via Digitalmars-d-bugs
- [Issue 17435] New: bogus "need 'this'" error with aggregate field passed in alias parameter
via Digitalmars-d-bugs
- [Issue 17436] New: Weird `cast(double) i != cast(double) i` on 32-bit hosts
via Digitalmars-d-bugs
- [Issue 17437] New: Incorrect range check when implicitly converting integer literals to float/double
via Digitalmars-d-bugs
- [Issue 17438] New: std.conv.parse documentation contradiction
via Digitalmars-d-bugs
- [Issue 15945] sizeof on an invalid type seems to compile.
via Digitalmars-d-bugs
- [Issue 16256] std.experimental.logger cant log a dstring properly
via Digitalmars-d-bugs
- [Issue 17328] std.experimental.logger: wrong hex formatting for zeros
via Digitalmars-d-bugs
- [Issue 17439] New: invalid instantiation of function template can be executed by taking function pointer first
via Digitalmars-d-bugs
- [Issue 17440] New: Nullable.nullify() resets referenced object
via Digitalmars-d-bugs
- [Issue 17441] New: std.traits.moduleName gives wrong answer for modules imported under a different name in a mixin
via Digitalmars-d-bugs
- [Issue 17016] new std.decimal module
via Digitalmars-d-bugs
- [Issue 17442] New: regex purity issues
via Digitalmars-d-bugs
- [Issue 17443] New: std.traits.ParameterDefaults fails for parameters with @disabled this(this)
via Digitalmars-d-bugs
- [Issue 17444] New: std.traits.isCallable doesn't recognize struct member function if return type is 'auto'.
via Digitalmars-d-bugs
- [Issue 17445] New: Disagreement between 'static assert' and 'static if'
via Digitalmars-d-bugs
- [Issue 17446] New: Static-assert passes/fails based on what follows
via Digitalmars-d-bugs
- [Issue 17447] New: ref void return should be an error
via Digitalmars-d-bugs
- [Issue 17448] New: Move semantics cause memory corruption and cryptic bugs
via Digitalmars-d-bugs
- [Issue 17277] Member and aggregate alignment semantics
via Digitalmars-d-bugs
- [Issue 17449] New: [DIP1000] crash due to covariant conversion of scope delegate to delegate
via Digitalmars-d-bugs
- [Issue 17450] New: escaping delegate context pointer not detected for member functions
via Digitalmars-d-bugs
- [Issue 17451] New: ICE in ddmd/declaration.d(2179)
via Digitalmars-d-bugs
- [Issue 15517] std.experimental.logger: using 'sharedLog' to change to file logging for default logger does not work
via Digitalmars-d-bugs
- [Issue 17452] New: Undefined references in std.container.array
via Digitalmars-d-bugs
- [Issue 17453] New: I Have Many Issues
via Digitalmars-d-bugs
- [Issue 17282] [REG 2.074.0-b1] std.conv.parse throws with -debug
via Digitalmars-d-bugs
- [Issue 17330] [REG 2.072] BigInt's constructor used to be pure
via Digitalmars-d-bugs
- [Issue 17340] [REG 2.074.0] isNumeric!bool should not be true
via Digitalmars-d-bugs
- [Issue 17275] [REG 2.072.0] AssertError at declaration.d(2121): Assertion failure
via Digitalmars-d-bugs
- [Issue 17454] New: ABI non-conformity: produces unaligned placement of struct on stack
via Digitalmars-d-bugs
- [Issue 17455] New: [Functions] Incorrect description of "in" storage class.
via Digitalmars-d-bugs
- [Issue 17456] New: [REG2.075a] spurious lifetime diagnostic on delegates
via Digitalmars-d-bugs
- [Issue 8929] long.min is a Voldemort literal
via Digitalmars-d-bugs
- [Issue 17457] New: Named Return Value Optimization (NRVO) not done with return of constructor call
via Digitalmars-d-bugs
- [Issue 17352] [REG 2.075a] Internal error: ddmd/backend/elfobj.c 1739 on duplicate definition
via Digitalmars-d-bugs
Last message date:
Wed May 31 16:12:54 PDT 2017
Archived on: Wed May 31 16:13:40 PDT 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).