[Issue 17390] Pass flags to linker driver without -Xlinker

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17390 --- Comment #4 from Timothee Cour --- also, -Xcc is now part of ldc --

[Issue 17390] Pass flags to linker driver without -Xlinker

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17390 Timothee Cour changed: What|Removed |Added CC||timothee.co...@gmail.com --- Comment #3 from

[Issue 18282] [Scope][DIP1000]Assignment of local variable to `scope` variable not recognized by compiler

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18282 --- Comment #4 from Walter Bright --- https://github.com/dlang/dmd/pull/8030 --

[Issue 18608] containers/src/containers/internal/storage_type.d(50)

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18608 Timothee Cour changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18608] containers/src/containers/internal/storage_type.d(50)

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18608 Timothee Cour changed: What|Removed |Added CC||timothee.co...@gmail.com Severity|

[Issue 18608] New: containers/src/containers/internal/storage_type.d(50)

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18608 Issue ID: 18608 Summary: containers/src/containers/internal/storage_type.d(50) Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: enhanceme

[Issue 18585] Linker error if compiled with -dip1000

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18585 Carsten Blüggel changed: What|Removed |Added Status|NEW |RESOLVED Component|dmd

[Issue 18607] using labelled continue in tuple foreach can break pure and @safe

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18607 ag0aep6g changed: What|Removed |Added Keywords||safe CC|

[Issue 18535] auto-tester fails on Win_32_64 : `The system cannot find the path specified.`

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18535 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #2 from Seb --- Se

[Issue 18605] Missing return not detected when labeled continue is used

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18605 Yuxuan Shui changed: What|Removed |Added Summary|False unreachable warning |Missing return not detected

[Issue 18607] New: using labelled continue in tuple foreach can break pure

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18607 Issue ID: 18607 Summary: using labelled continue in tuple foreach can break pure Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 18417] Make const and immutable postblit constructors illegal

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18417 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #5 from Razv

[Issue 18606] New: [REG2.072] "cannot append type const(T) to type T[]" in .dup

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18606 Issue ID: 18606 Summary: [REG2.072] "cannot append type const(T) to type T[]" in .dup Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 18605] False unreachable warning generated when labeled continue is used

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18605 --- Comment #2 from Yuxuan Shui --- Reduced a bit more: auto test(T...)() { L:foreach(_; T) { continue L; return 1; } } void main() @safe { import std.stdio : writeln; writeln(test!(1,

[Issue 18605] False unreachable warning generated when labeled continue is used

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18605 --- Comment #1 from Yuxuan Shui --- This bug is worse than I thought: auto test(T...)(int t) pure { L:foreach(_; T) { if (t) continue L; return 1; } } void main() @safe { import std.stdio : writeln; write

[Issue 12486] Function returning struct isn't called if `enum` of its result is accessed

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12486 --- Comment #4 from FeepingCreature --- Posted a pull request that's awaiting review: https://github.com/dlang/dmd/pull/8013 I'm not really happy with it, but I don't know a better way to write it. --

[Issue 18605] New: False unreachable warning generated when labeled continue is used

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18605 Issue ID: 18605 Summary: False unreachable warning generated when labeled continue is used Product: D Version: D2 Hardware: x86_64 OS: Linux Status: N

[Issue 7804] Cannot alias __traits directly

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7804 Basile B. changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #9 from Basile B. --

[Issue 12597] Payload getter for std.typecons.Typedef

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12597 Bastiaan Veelo changed: What|Removed |Added CC||basti...@veelo.net --- Comment #16 from Bas

[Issue 11675] [ICE] (expression.c line 9217) With text() of a Typedef

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11675 Bastiaan Veelo changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18604] in parameter storage class should be deprecated

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18604 --- Comment #1 from Seb --- https://github.com/dlang/dmd/pull/8021 --

[Issue 18604] New: in parameter storage class should be deprecated

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18604 Issue ID: 18604 Summary: in parameter storage class should be deprecated Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 13983] RefCounted needs to be pure, @safe, nothrow

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13983 Carsten Blüggel changed: What|Removed |Added CC||chi...@posteo.net --- Comment #7 from Cars

[Issue 18597] more unsafe unaligned pointer errors

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18597 --- Comment #4 from ag0aep6g --- (In reply to Walter Bright from comment #2) > (In reply to ag0aep6g from comment #1) [...] > Sorry about that, but I just copy pasted from the public page: [...] > I.e. your email address appears with every comment yo

[Issue 18580] std.conv.to!(ubyte[])(void[]) should work

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18580 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #8 fr

[Issue 13727] std.stdio.File not thread-safe

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13727 --- Comment #15 from Steven Schveighoffer --- (In reply to Steven Schveighoffer from comment #14) > It seems to be passing more frequently, but still seems to have issues: I take it back, it seems this is the only time the Win32 test has run since y

[Issue 13727] std.stdio.File not thread-safe

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13727 --- Comment #14 from Steven Schveighoffer --- It seems to be passing more frequently, but still seems to have issues: https://auto-tester.puremagic.com/show-run.ghtml?projectid=1&runid=3072904&isPull=true Logged output: Test runnable/test13727.d fai

[Issue 9983] inout type can not be used as a parameter for structure template

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9983 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #2 fro

[Issue 18585] Linker error if compiled with -dip1000

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18585 Issue 18585 depends on issue 17961, which changed state. Issue 17961 Summary: std.uni does not compile with -unittest -dip1000 https://issues.dlang.org/show_bug.cgi?id=17961 What|Removed |Added -

[Issue 17961] std.uni does not compile with -unittest -dip1000

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17961 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 17961] std.uni does not compile with -unittest -dip1000

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17961 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/cef1c19991f39aa3dda07b08a79d164f6cb352df Fix Issue 17961 - std.uni does not compile with -unitte

[Issue 7804] Cannot alias __traits directly

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7804 uplink.co...@googlemail.com changed: What|Removed |Added CC||uplink.co...@googlemail.com ---

[Issue 18603] Illegal instruction: 4 on Mac OS 10.7.5 Leopard

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18603 --- Comment #4 from Seb --- (In reply to Silas S. Brown from comment #3) > There is also a reference to 10.6 in the installer itself. It says "This > package is intended for Mac OS X Snow Leopard (10.6) and later" on the > "Welcome to the DMD2 Insta

[Issue 18603] Illegal instruction: 4 on Mac OS 10.7.5 Leopard

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18603 --- Comment #3 from Silas S. Brown --- There is also a reference to 10.6 in the installer itself. It says "This package is intended for Mac OS X Snow Leopard (10.6) and later" on the "Welcome to the DMD2 Installer" screen. --

[Issue 18603] Illegal instruction: 4 on Mac OS 10.7.5 Leopard

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18603 Seb changed: What|Removed |Added CC||greensunn...@gmail.com Component|installer

[Issue 7804] Cannot alias __traits directly

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7804 --- Comment #7 from Manu --- Plz can has fix? This is so old! --

[Issue 18603] Illegal instruction: 4 on Mac OS 10.7.5 Leopard

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18603 greenify changed: What|Removed |Added CC||greeen...@gmail.com --- Comment #1 from greenify

[Issue 18597] more unsafe unaligned pointer errors

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18597 --- Comment #3 from Walter Bright --- https://github.com/dlang/dmd/pull/8019 --

[Issue 18601] alias m = __traits(getMember, ...) doesn't work

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18601 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17571] Cannot create alias of __traits(getMember, ...)

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17571 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7804] Cannot alias __traits directly

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7804 Simen Kjaeraas changed: What|Removed |Added CC||turkey...@gmail.com --- Comment #6 from Sime

[Issue 7804] Cannot alias __traits directly

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7804 Simen Kjaeraas changed: What|Removed |Added CC||shac...@weka.io --- Comment #5 from Simen Kj