[Issue 18923] Semaphore internal handle should be `protected` instead of `private`

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18923 Basile B. changed: What|Removed |Added Summary|Semaphore internal handle |Semaphore internal handle |sho

[Issue 18398] std.datetime.stopwatch documented examples could be better

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18398 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18924] New: Use addition rather than XOR for order-independent hash combination

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18924 Issue ID: 18924 Summary: Use addition rather than XOR for order-independent hash combination Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 18924] Use addition rather than XOR for order-independent hash combination

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18924 --- Comment #1 from Nathan S. --- Pull request: https://github.com/dlang/druntime/pull/2199 --

[Issue 18925] New: core.internal.hash auto-hash for structs of scalar fields should be `@safe`

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18925 Issue ID: 18925 Summary: core.internal.hash auto-hash for structs of scalar fields should be `@safe` Product: D Version: D2 Hardware: All OS: All Stat

[Issue 18925] core.internal.hash auto-hash for structs of scalar fields should be `@safe`

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18925 --- Comment #1 from Nathan S. --- Pull request: https://github.com/dlang/druntime/pull/2200 --

[Issue 12388] UFCS fails with "no property" error if symbol exists in scope

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12388 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18926] New: Template-related intpromote deprecation message spam

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18926 Issue ID: 18926 Summary: Template-related intpromote deprecation message spam Product: D Version: D2 Hardware: x86_64 URL: http://dlang.org/ OS: Mac OS X S

[Issue 18927] New: Regression: Number with real suffix "L" sometimes fails to compile

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18927 Issue ID: 18927 Summary: Regression: Number with real suffix "L" sometimes fails to compile Product: D Version: D2 Hardware: x86_64 OS: Mac OS X Statu

[Issue 18927] Regression: Number with real suffix "L" sometimes fails to compile

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18927 --- Comment #1 from Sophie --- Ok, this code does not compile either: /Users/pineapple/Dropbox/Projects/d/mobile-td/test.d(4): Error: cannot implicitly convert expression 2001L of type long to float import std.stdio; unittest{ alias T = flo

[Issue 18743] ConditionalExpression and AssignExpression should require parentheses

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18743 --- Comment #6 from Nick Treleaven --- This has also come up in 2016 on D.learn: https://forum.dlang.org/post/nn7o1q$27vc$1...@digitalmars.com --

[Issue 6658] Slow static array equality

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6658 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com Summary|S

[Issue 6662] std.functional.memoize with types and static opCall

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6662 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com Summary|s

[Issue 18927] Regression: Number with real suffix "L" sometimes fails to compile

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

[Issue 6697] std.bitmanip.FastBitMatrix

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6697 --- Comment #4 from Dmitry Olshansky --- Would be nice for a DUB package not Phobos really. --

[Issue 12388] UFCS fails with "no property" error if symbol exists in scope

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12388 Vladimir Panteleev changed: What|Removed |Added Resolution|FIXED |WORKSFORME --

[Issue 18927] Regression: Number with real suffix "L" sometimes fails to compile

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18927 --- Comment #3 from Sophie --- L is supposed to also be a suffix for reals, not only for long integers. --

[Issue 18927] Regression: Number with real suffix "L" sometimes fails to compile

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18927 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #4 from ki...@gmx.n

[Issue 18146] A case expression of final switch allows to pass wrong enum value

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18146 ARAI Kohei changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 18895] VisualD is unable to build dxml project

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18895 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18211] Access violation when generating JSON on static foreach

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18211 Rainer Schuetze changed: What|Removed |Added CC||jesse.k.phillip...@gmail.co

[Issue 18924] Use addition rather than XOR for order-independent hash combination

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18924 Mike Franklin changed: What|Removed |Added CC||slavo5...@yahoo.com --- Comment #2 from Mike

[Issue 18928] New: extern(C++) bad codegen, wrong calling convention

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18928 Issue ID: 18928 Summary: extern(C++) bad codegen, wrong calling convention Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: critical

[Issue 18928] extern(C++) bad codegen, wrong calling convention

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18928 Manu changed: What|Removed |Added Keywords||C++, industry --

[Issue 12228] Identifiers 'this' and 'super' should not be allowed as base classes

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12228 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/39053127e5d3eaad706f50b60006be966b1b273b Issue 12228 - Deprecate usage of 'this' and 'super' as types

[Issue 18928] extern(C++) bad codegen, wrong calling convention

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18928 --- Comment #1 from Manu --- I'm suspecting an issue with RVO. I think the MSC ABI has changed to guarantee RVO at some point in the last few years... but I'm not sure why the static call and virtual call appear to be called using different calling c

[Issue 18929] New: std.range.chain with single elements too

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18929 Issue ID: 18929 Summary: std.range.chain with single elements too Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Prior

[Issue 18928] extern(C++) bad codegen, wrong calling convention

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18928 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2 from

[Issue 18930] New: __ctfe fails to detect initialization of unions

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18930 Issue ID: 18930 Summary: __ctfe fails to detect initialization of unions Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Prio