[Issue 16032] extern(Windows) missing from core.sys.windows.wingdi

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16032 j...@red.email.ne.jp changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15838] Many Win32 API callback functions miss extern(Windows)

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15838 j...@red.email.ne.jp changed: What|Removed |Added CC||johnch_a...@hotmail.com --- Comment

[Issue 16027] Wrong result of double multiplication

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16027 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/86b6999759d18f5c2467c31b19a682c02bed9173 fix Issue 16027 - Wrong result of double multiplication

[Issue 16038] -O Codegen bug: Missing floating-point negation

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16038 thomas.bock...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16027] Wrong result of double multiplication

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16027 thomas.bock...@gmail.com changed: What|Removed |Added CC||thomas.bock...@gmail.com ---

[Issue 16027] Wrong result of double multiplication

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16027 --- Comment #5 from thomas.bock...@gmail.com --- We need the fix for this in master, also. --

[Issue 16038] -O Codegen bug: Missing floating-point negation

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16038 safety0ff.bugz changed: What|Removed |Added CC|

[Issue 16038] New: -O Codegen bug: Missing floating-point negation

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16038 Issue ID: 16038 Summary: -O Codegen bug: Missing floating-point negation Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: major

[Issue 14519] Get rid of unicode validation in string processing

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14519 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com

[Issue 16026] std.math.frexp!float() wrong for very small subnormal values

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16026 thomas.bock...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 15966] [REG 2.071] {public,protected} imports in base class ignored on symbol lookup

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15966 --- Comment #12 from Martin Nowak --- (In reply to Dicebot from comment #10) > NB: please make sure that if this is not allowed anymore, it is > appropriately covered by -transition=checkimport , as far as I know we had > quite some

[Issue 16000] [Reg 2.072~master] linking issues on OSX with size_t, extern(C++), i386, and clang

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16000 Martin Nowak changed: What|Removed |Added Keywords||pull Status|NEW

[Issue 16037] New: Closure allocation despite scope variable for ternary operator / CondExp

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16037 Issue ID: 16037 Summary: Closure allocation despite scope variable for ternary operator / CondExp Product: D Version: D2 Hardware: All OS: All

[Issue 16036] std.net.isemail - isEmail reurns "valid: false" for any email with EmailStatusCode.none (default)

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16036 --- Comment #1 from Jacob Carlborg --- https://github.com/dlang/phobos/pull/4335 --

[Issue 6777] alias this disables casting for classes

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --

[Issue 13392] class + alias this + cast(void*) == overzealous cast

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13392 Steven Schveighoffer changed: What|Removed |Added See Also|https://issues.dlang.org/sh |

[Issue 13392] class + alias this + cast(void*) == overzealous cast

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13392 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6777] alias this disables casting for classes

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 Steven Schveighoffer changed: What|Removed |Added See Also|https://issues.dlang.org/sh |

[Issue 6777] alias this disables casting for classes

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 6777] alias this disables casting for classes

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 --- Comment #8 from Sobirari Muhomori --- Workaround: --- class A { int a; alias a this; } class B:A { int b; } int main() { A a = new B; //B b = cast(B)a; Object obj = a; B b = cast(B)obj;

[Issue 16036] New: std.net.isemail - isEmail reurns "valid: false" for any email with EmailStatusCode.none (default)

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16036 Issue ID: 16036 Summary: std.net.isemail - isEmail reurns "valid: false" for any email with EmailStatusCode.none (default) Product: D Version: D2 Hardware: All

[Issue 16035] Compiler crashes with inout, templates, and recursion

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16035 Steven Schveighoffer changed: What|Removed |Added Summary|Compiler error when |Compiler crashes

[Issue 16035] Compiler error when compiling specific union

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16035 Steven Schveighoffer changed: What|Removed |Added Keywords|ice

[Issue 16035] Compiler error when compiling specific union

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16035 Steven Schveighoffer changed: What|Removed |Added Keywords||ice

[Issue 16035] Compiler error when compiling specific union

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16035 --- Comment #1 from Márcio Martins --- Are there any known workarounds? --

[Issue 16035] New: Compiler error when compiling specific union

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16035 Issue ID: 16035 Summary: Compiler error when compiling specific union Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical

[Issue 16033] std.algorithm.sorting.sort should be possible with const/immutable object

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16033 ag0ae...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16033] std.algorithm.sorting.sort should be possible with const/immutable object

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16033 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from

[Issue 6777] alias this + cast(void*) == bug

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 6777] alias this + cast(void*) == bug

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 Steven Schveighoffer changed: What|Removed |Added Hardware|Other |All

[Issue 6777] alias this disables casting for classes

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 Steven Schveighoffer changed: What|Removed |Added Summary|alias this + cast(void*) == |alias this

[Issue 16034] map should be possible with a reference only

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16034 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from

[Issue 16034] New: map should be possible with a reference only

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16034 Issue ID: 16034 Summary: map should be possible with a reference only Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 16033] New: std.algorithm.sorting.sort should be possible with const/immutable object

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16033 Issue ID: 16033 Summary: std.algorithm.sorting.sort should be possible with const/immutable object Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 15966] [REG 2.071] {public,protected} imports in base class ignored on symbol lookup

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15966 --- Comment #11 from Mathias Lang --- (In reply to Walter Bright from comment #8) > (In reply to Mathias Lang from comment #6) > > A base class in another module can > > already override global imports by introducing

[Issue 16032] New: extern(Windows) missing from core.sys.windows.wingdi

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16032 Issue ID: 16032 Summary: extern(Windows) missing from core.sys.windows.wingdi Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal

[Issue 16031] [REG2.071] dmd internal error when compiling druntime with PIC=1

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16031 Martin Krejcirik changed: What|Removed |Added Summary|[REG2.071.1] dmd internal |[REG2.071] dmd internal