[Issue 6352] Regression(2.054) Implicit pure/nothrow/@safe messes up delegate arrays

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6352 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3180] Covariance of delegates/function pointers

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 6684] New: Wrong code for null-initializing a class with alias this.

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6684 Summary: Wrong code for null-initializing a class with alias this. Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal

[Issue 5522] std.range.zip fails on arrays of Object.

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5522 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3180] Covariance of delegates/function pointers

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 --- Comment #15 from Haruki Shigemori rayerd@gmail.com 2011-09-17 09:04:50 PDT --- import std.stdio; class Base {} class Derived : Base {} class X { Base foo() { return new Base; } } class Y : X { Derived foo() { return new

[Issue 6685] New: Allow using with with rvalues

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6685 Summary: Allow using with with rvalues Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: DMD

[Issue 6686] New: bitmanip bitfields are broken at 64 bits

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6686 Summary: bitmanip bitfields are broken at 64 bits Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6682] Template function that has lazy parameter is not inferred as pure

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6682 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3050] Allow exception in CTFE (patch)

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3050 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-09-17 14:49:45 PDT --- I have modified his patch based on git master. https://github.com/9rnsr/dmd/commits/ctfeException -- Configure issuemail:

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 6634] std.path.globMatch throws wrong assertion

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6634 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 4284] empty string[] alias lacks .length in a template

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4284 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6669] Compiler seg fault when using square brackets in inline assembly

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6669 --- Comment #1 from Brad Roberts bra...@puremagic.com 2011-09-17 17:56:09 PDT --- I can't reproduce this with tip of trunk: $ uname -a Darwin nexus 11.1.0 Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011;

[Issue 3180] Covariance of delegates/function pointers

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3180 --- Comment #16 from yebblies yebbl...@gmail.com 2011-09-18 12:17:32 EST --- (In reply to comment #15) Why is Status RESOLVED-FIXED? I assume you're asking why this report was marked as fixed when delegate contravariance hasn't been

[Issue 6518] break inside a static foreach inside a switch

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6518 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6670] Compiler seg fault using std.concurrency.atomicOp

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6670 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 6656] static alias this broken in 2.055

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6656 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords|rejects-valid |diagnostic

[Issue 6656] static alias this broken in 2.055

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6656 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Priority|P2 |P3 ---

[Issue 6656] static alias this broken in 2.055

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6656 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 6670] Compiler seg fault using std.concurrency.atomicOp

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6670 --- Comment #3 from Brad Roberts bra...@puremagic.com 2011-09-17 21:01:43 PDT --- My current reduction: template isMutable(T) { enum isMutable = !is(T == const) !is(T == immutable); } unittest { static assert(isMutable!(shared

[Issue 6687] New: [64bit] error in GC on FreeBSD (amd64), so any program does not work

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6687 Summary: [64bit] error in GC on FreeBSD (amd64), so any program does not work Product: D Version: D1 Platform: x86_64 OS/Version: FreeBSD Status: NEW

[Issue 6688] New: An struct that has @disable constructor does not work with template constraint

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6688 Summary: An struct that has @disable constructor does not work with template constraint Product: D Version: D2 Platform: Other OS/Version: All Status: NEW

[Issue 6670] Compiler seg fault using std.concurrency.atomicOp

2011-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6670 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---