[Issue 12512] .dup of const structs does not work

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12512 --- Comment #7 from Walter Bright --- (In reply to monarchdodra from comment #6) > That's *still* a type where "const(T) : T": "Unqual!(const(int*))" is > "const(int)*". Ah, you're right. > > Not going to do a .cdup > > Fine. Because where does i

[Issue 12408] map does not like inout

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12408 Infiltrator changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 12570] cast to template interface

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12570 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12577] New: ice on compile time struct field access

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12577 Issue ID: 12577 Summary: ice on compile time struct field access Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement P

[Issue 12576] New: problem with compile time struct field

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12576 Issue ID: 12576 Summary: problem with compile time struct field Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Pr

[Issue 12575] New: extern(C) mangling ignored inside mixin template

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12575 Issue ID: 12575 Summary: extern(C) mangling ignored inside mixin template Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 12501] Assertion `global.gaggedErrors || global.errors' failed.

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12501 --- Comment #6 from monarchdo...@gmail.com --- (In reply to monarchdodra from comment #4) > Was this fixed? I can reproduce it with this case: Bearophile filed at as its own issue: https://issues.dlang.org/show_bug.cgi?id=12574 Don't know which you'

[Issue 12574] [ICE](statement.c, line 713) with reduce with wrong tuple arity

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12574 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Comment #

[Issue 12501] Assertion `global.gaggedErrors || global.errors' failed.

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12501 --- Comment #5 from monarchdo...@gmail.com --- (In reply to monarchdodra from comment #4) > Was this fixed? I can reproduce it with this case: Bearophile filed at as its own issue: https://issues.dlang.org/show_bug.cgi?id=12569 Don't know which you'

[Issue 12569] Better error message for std.algorithm.reduce used with two functions and a scalar seed

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12569 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to monarchdodra from comment #1) > Currently, in HEAD, this code ices the compiler. I have filed it as Issue 12574 --

[Issue 12574] New: [ICE](statement.c, line 713) with reduce with wrong tuple arity

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12574 Issue ID: 12574 Summary: [ICE](statement.c, line 713) with reduce with wrong tuple arity Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 12501] Assertion `global.gaggedErrors || global.errors' failed.

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12501 monarchdo...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 12569] Better error message for std.algorithm.reduce used with two functions and a scalar seed

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12569 --- Comment #1 from monarchdo...@gmail.com --- (In reply to bearophile_hugs from comment #0) > This code compiles: > > void main() { > import std.algorithm: min, max, reduce; > import std.typecons: tuple; > dchar c = 'a'; > reduce!(mi

[Issue 7337] subclasses without invariants don't check basisclass invariant after method

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=7337 Adrien Pensart changed: What|Removed |Added CC||cruncheng...@gmail.com --- Comment #2 from A

[Issue 12569] Better error message for std.algorithm.reduce used with two functions and a scalar seed

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12569 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --

[Issue 12512] .dup of const structs does not work

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12512 monarchdo...@gmail.com changed: What|Removed |Added Severity|normal |enhancement --- Comment #6 from mona

[Issue 12512] .dup of const structs does not work

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12512 Walter Bright changed: What|Removed |Added Summary|Feature request: cdup |.dup of const structs does

[Issue 12512] Feature request: cdup

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12512 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Version|

[Issue 12573] New: Implicit immutable cast for ref/out argument of pure functions

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12573 Issue ID: 12573 Summary: Implicit immutable cast for ref/out argument of pure functions Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 12572] pragma(lib, "curl") and -Lcurl broken

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12572 Vladimir Panteleev changed: What|Removed |Added Keywords||link-failure Priority|P1

[Issue 12572] New: pragma(lib, "curl") and -Lcurl broken

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12572 Issue ID: 12572 Summary: pragma(lib, "curl") and -Lcurl broken Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: critical Priority:

[Issue 12512] Feature request: cdup

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12512 Nick Treleaven changed: What|Removed |Added CC||ntrel-pub...@yahoo.co.uk --- Comment #4 fro

[Issue 12512] Feature request: cdup

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12512 --- Comment #3 from monarchdo...@gmail.com --- (In reply to monarchdodra from comment #2) > (In reply to comment #1) > > Shouldn't dup just give you const(T)[] when it can't manage T[] ? > > That would also work for me I guess. Just to be clear, my

[Issue 12571] New: Regression (2.063): Can no longer use static introspection on circular references

2014-04-13 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12571 Issue ID: 12571 Summary: Regression (2.063): Can no longer use static introspection on circular references Product: D Version: D2 Hardware: All OS: All