[Issue 7542] inout parameter contravariant should be allowed

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7542 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 11857] New: `out` parameter breaks overload resolution

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11857 Summary: `out` parameter breaks overload resolution Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice, rejects-valid Severity:

[Issue 11820] std.algorithm functions do not function properly with `alias this`

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11820 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11437] [Mago] No source for step-by-step debugging, only raw assembler.

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11437 --- Comment #4 from Denis Shelomovskij verylonglogin@gmail.com 2014-01-02 17:31:28 MSK --- (In reply to comment #3) should be fixed by mago 0.9 in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.38beta1 Original

[Issue 11858] New: Comparison of unconnected classes using `is` must be disallowed

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11858 Summary: Comparison of unconnected classes using `is` must be disallowed Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 11859] New: Slow compilation with -O with dmd

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11859 Summary: Slow compilation with -O with dmd Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 11859] Slow compilation with -O with dmd

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11859 --- Comment #1 from bearophile_h...@eml.cc 2014-01-02 08:50:48 PST --- (In reply to comment #0) but it takes more than one hour (I have measured about 68 minutes on the same PC) if I add the -O switch. The same program with ldc2 ldmd2

[Issue 11831] std.zip no longer allows setting madeVersion field in zip file

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11831 --- Comment #4 from github-bugzi...@puremagic.com 2014-01-02 09:37:34 PST --- Commit pushed to 2.065 at https://github.com/D-Programming-Language/phobos

[Issue 11591] std.typecons.Tuple -s with classes fails at runtime as associative array keys

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11591 --- Comment #7 from github-bugzi...@puremagic.com 2014-01-02 10:31:28 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11591] std.typecons.Tuple -s with classes fails at runtime as associative array keys

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11591 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11859] Slow compilation with -O with dmd

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11859 Artem Tarasov lomerei...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7157] Optimiser is O(n^2) w.r.t. function length

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7157 Artem Tarasov lomerei...@gmail.com changed: What|Removed |Added CC|

[Issue 11858] Comparison of unconnected classes using `is` must be disallowed

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11858 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 11860] New: with(expr) statement doesn't allow static methods on expr to be called with UFCS

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11860 Summary: with(expr) statement doesn't allow static methods on expr to be called with UFCS Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11857] `out` parameter breaks overload resolution

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11857 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 11822] `-de` switch causees ICE with `auto` return and other stuff

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11822 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2014-01-02 20:37:32 PST --- *** Issue 11857 has been marked as a duplicate of this issue. *** -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 11861] New: Unable to selectively import a nested symbol

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11861 Summary: Unable to selectively import a nested symbol Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 11857] `out` parameter breaks overload resolution

2014-01-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11857 --- Comment #2 from Denis Shelomovskij verylonglogin@gmail.com 2014-01-03 11:07:39 MSK --- (In reply to comment #1) https://github.com/D-Programming-Language/dmd/pull/3034 *** This issue has been marked as a duplicate of issue 11822