[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17712 ZombineDev changed: What|Removed |Added CC|

[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17712 --- Comment #3 from Iain Buclaw --- (In reply to ZombineDev from comment #2) > Definitely looks like a front-end bug to me. The link error does not happen when compiling the test with -unittest. So the specific location to

[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17712 Johannes Pfau changed: What|Removed |Added CC|

[Issue 17712] New: [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17712 Issue ID: 17712 Summary: [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint) Product: D Version: D2 Hardware: All OS:

[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17712 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org

[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17712 --- Comment #6 from ki...@gmx.net --- (In reply to ZombineDev from comment #5) > > For LDC, I'm planning to allow the user to prevent template culling via a > > command-line switch, as the current implementation doesn't seem very mature. > > I

[Issue 11252] "in" operator for std.range.iota

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11252 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/80d1e84453e5a8c20ef53fd459ce641ca8df0d4e Issue 11252 - In operator requested for std.range.iota

[Issue 17684] [REG 2.062] `static alias this` bug or incomplete implementation?

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17684 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9cdaed6e4b2259e883b6d716472516ac994e9d1e Fix Issue 17684 - [REG 2.062] static alias this Added

[Issue 17684] [REG 2.062] `static alias this` bug or incomplete implementation?

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

[Issue 17714] New: Function template - this T for static methods

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17714 Issue ID: 17714 Summary: Function template - this T for static methods Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: enhancement

[Issue 17714] Function template - this T for static methods

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17714 Timoses changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 14191] Failure to locate overload with template this parameter

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14191 Timoses changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17712 --- Comment #5 from ZombineDev --- > For LDC, I'm planning to allow the user to prevent template culling via a > command-line switch, as the current implementation doesn't seem very mature. I think that's what dmd's

[Issue 17715] New: Floating point numbers are printed as integers

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17715 Issue ID: 17715 Summary: Floating point numbers are printed as integers Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: enhancement

[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17712 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #4 from

[Issue 17712] [REG 2.074] [LINK] Undefined reference to std.conv.toChars!(10, char, 1, uint).toChars(uint)

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17712 --- Comment #7 from Johannes Pfau --- For reference: the missing symbol also causes a backend ICE for GCC <= 4.9: https://bugzilla.gdcproject.org/show_bug.cgi?id=157 This is fortunately of lower priority as an (unrelated)

[Issue 17713] Template 'this' parameters for static methods

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17713 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 17601] [REG2.075.0-b1] segmentation fault for dmd -deps

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17601 Martin Nowak changed: What|Removed |Added Priority|P3 |P1 --

[Issue 17718] New: [scope] function literal arguments can be escaped

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17718 Issue ID: 17718 Summary: [scope] function literal arguments can be escaped Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: safe

[Issue 17713] Template 'this' parameters for static methods

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17713 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 17601] [REG2.075.0-b1] segmentation fault for dmd -deps

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17601 --- Comment #4 from Martin Nowak --- The reduced case segfaults on invalid code, seems to be different from the reported issue. --

[Issue 17601] [REG2.075.0-b1] segmentation fault for dmd -deps

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17601 --- Comment #5 from Martin Nowak --- @Mario, try to avoid external dependencies in bug reports, but if you include them, please use a fixed commit/tag, so we can reproduce the issue. --

[Issue 17601] [REG2.075.0-b1] segmentation fault for dmd -deps

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17601 --- Comment #7 from Martin Nowak --- I'd say that the change in https://github.com/dlang/dmd/pull/6748 and using -deps without -o- are suboptimal, as you'd end up with all the codegen from the semantic3 in imported methods in your

[Issue 17717] New: C++ files not always recompiled when changed

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17717 Issue ID: 17717 Summary: C++ files not always recompiled when changed Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal

[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17714] Function template - this T for static methods

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17714 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17601] [REG2.075.0-b1] segmentation fault for dmd -deps

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17601 --- Comment #6 from Martin Nowak --- Happens because a function ends up in the glue layer in PASSsemantic2 state (std.range.SortedRange!(string[], "a < b").SortedRange.__xopEquals). It's a side-effect of bluntly trying to run semantic3

[Issue 14793] net.curl.download https broken - windows

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793 Yury Korchemkin changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 17622] [REG2.075.0-b1] Wrong code with appender and -inline

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

[Issue 17716] wrong result of IsExpression when not in static assert

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17716 --- Comment #1 from ag0ae...@gmail.com --- Inside functions everything works as expected: struct S { shared int* foo; int* bar; } pragma(msg, is(shared S : S)); /* "true" - wrong */ void f() { pragma(msg, is(shared S : S)); /* "false" -

[Issue 17622] [REG2.075.0-b1] Wrong code with appender and -inline

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 Martin Nowak changed: What|Removed |Added CC||briancsch...@gmail.com ---

[Issue 17622] [REG2.075.0-b1] Wrong code with appender and -inline

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c73fe970c2014058b9544524d1809180db13cfbb fix Issue 17622 - [REG2.075.0-b1] Wrong code with appender

[Issue 17716] New: wrong result of IsExpression when not in static assert

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17716 Issue ID: 17716 Summary: wrong result of IsExpression when not in static assert Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 14793] net.curl.download https broken - windows

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793 --- Comment #7 from Vladimir Panteleev --- If there is a reproducible problem with the installer not installing libcurl properly, please file that separately. --

[Issue 17661] New isInputRange rejects valid input range

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #5

[Issue 17703] __traits(compiles, AssignmentExpression) no longer compiles without surrounding parens

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17703 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu

[Issue 14793] net.curl.download https broken - windows

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793 Vladimir Panteleev changed: What|Removed |Added Status|RESOLVED

[Issue 17719] New: compiler generates code for CTFE-only templates

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17719 Issue ID: 17719 Summary: compiler generates code for CTFE-only templates Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 14191] Failure to locate overload with template this parameter

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14191 Timoses changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17713] Template 'this' parameters for static methods

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17713 Timoses changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17714] Function template - this T for static methods

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17714 --- Comment #2 from Timoses --- (In reply to Steven Schveighoffer from comment #1) > Huh, I think separately Timon Gehr added an almost identical issue right > before you :) > > *** This issue has been marked as a duplicate of

[Issue 17713] New: Template 'this' parameters for static methods

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17713 Issue ID: 17713 Summary: Template 'this' parameters for static methods Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 17713] Template 'this' parameters for static methods

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17713 er.kr...@gmail.com changed: What|Removed |Added CC||er.kr...@gmail.com --- Comment #1 from