[Issue 1578] Allow AA literals to initialize static variables

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1578 Xiao Di Guan changed: What|Removed |Added CC||x...@puxlit.net --

[Issue 16572] can't take inout delegate

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16572 Adam D. Ruppe changed: What|Removed |Added CC|

[Issue 16095] a delegate can mutate immutable data and break shared / non-shared enforcements

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16095 Adam D. Ruppe changed: What|Removed |Added CC|

[Issue 16570] [REG 2.072.0-b1] Enum member with interpreted initializer has type of initializer not enum

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16570 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #2 from

[Issue 16598] New: [REG2.069] ICE with void ternary + finalizers

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16598 Issue ID: 16598 Summary: [REG2.069] ICE with void ternary + finalizers Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ice

[Issue 16597] Initializing a shared hashmap segfaults

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16597 --- Comment #1 from Andrej Mitrovic --- DMD 2.071.1 on both Linux and Win32. --

[Issue 16597] New: Initializing a shared hashmap segfaults

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16597 Issue ID: 16597 Summary: Initializing a shared hashmap segfaults Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority:

[Issue 16588] uniq's BidirectionalRange behavior is inconsistent with its InputRange behavior

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16588 Ali Cehreli changed: What|Removed |Added Keywords||industry --

[Issue 15988] [REG v2.070] Massive Compile Time Slowdown

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15988 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16566] hasLength should enforce that length has type size_t

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16566 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 16596] REGRESSION:`digger build` fails:Undefined symbols for architecture x86_64 symboldata

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16596 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16536 Martin Nowak changed: What|Removed |Added CC||timothee.co...@gmail.com ---

[Issue 15988] [REG v2.070] Massive Compile Time Slowdown

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15988 --- Comment #5 from Martin Nowak --- I heard back that the problem was no longer reproducible with their latest codebase and the latest dmd compiler, though it's a bit unclear what fixed it, but the old state can't be easily tested any

[Issue 16580] [REG 2.072.0-b1] spawnShell segfaults on macOS

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16580 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16580] [REG 2.072.0-b1] spawnShell segfaults on macOS

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16580 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/ebbdf21a7ebc6730a3d5f170b934143bdb18a414 fix Issue 16580 - spawnShell segfaults on macOS -

[Issue 16291] phobosinit never gets called (EncodingScheme.create fails)

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16291 --- Comment #29 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/9d73d18c0cd4ecd1bb1ebc8bb01941f209570ca2 fix Issue 16291 - EncodingScheme.create fails - add

[Issue 16596] REGRESSION:`digger build` fails:Undefined symbols for architecture x86_64 symboldata

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16596 Timothee Cour changed: What|Removed |Added Summary|REGERSSION:`digger build` |REGRESSION:`digger

[Issue 16596] REGERSSION:`digger build` fails:Undefined symbols for architecture x86_64 symboldata

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16596 Timothee Cour changed: What|Removed |Added Summary|`digger build` |REGERSSION:`digger

[Issue 16596] `digger build` fails:Undefined symbols for architecture x86_64 symboldata

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16596 Timothee Cour changed: What|Removed |Added CC|

[Issue 15862] dmd thinks functions are strongly pure despite mutable indirections in the return type

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15862 --- Comment #6 from Steven Schveighoffer --- (In reply to Walter Bright from comment #2) > This is as designed and intended. > > 1. Mutable indirections in the return type do not affect purity > determination. Mutability of the

[Issue 16265] unittest imports should not be counted as dependencies for static ctors

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16265 Steven Schveighoffer changed: What|Removed |Added Summary|batter detection of real|unittest imports

[Issue 15482] new uuid.d forbids to link statically with other libraries

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15482 Manu changed: What|Removed |Added CC||turkey...@gmail.com --- Comment

[Issue 15862] dmd thinks functions are strongly pure despite mutable indirections in the return type

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15862 --- Comment #5 from ag0ae...@gmail.com --- (In reply to anonymous4 from comment #4) > Proper test case: > > int[] a=f(); > int[] b=f(); > a[0]=0; > b[0]=1; > assert(a[0]==0 && b[0]==1); You can't use asserts (except for assert(false)) to test this.

[Issue 16547] -betterC switch no longer removes druntime symbols

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16547 Jacob Carlborg changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 15862] dmd thinks functions are strongly pure despite mutable indirections in the return type

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15862 --- Comment #4 from anonymous4 --- Proper test case: int[] a=f(); int[] b=f(); a[0]=0; b[0]=1; assert(a[0]==0 && b[0]==1); --

[Issue 16591] Spawn process on windows fails for npm start

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16591 --- Comment #2 from anonymous4 --- Ah, it's a batch file, then use spawnShell("npm.cmd start",...) --

[Issue 16591] Spawn process on windows fails for npm start

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16591 --- Comment #1 from anonymous4 --- CreateProcessW supports running only executables, and I suppose npm is a script. Try to run the actual V8 interpreter executable. --

[Issue 16547] -betterC switch no longer removes druntime symbols

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16547 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15482] new uuid.d forbids to link statically with other libraries

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15482 anonymous4 changed: What|Removed |Added Status|RESOLVED|REOPENED