[Issue 12602] [CTFE] Changes to an array slice wrapped in a struct do not propogate to the original

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12602 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 11535] CTFE ICE on reassigning a static array initialized with block assignment

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11535 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #3 from

[Issue 12480] static assert should print out the string representation of a value it can interpret

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12480 Per Nordlöw per.nord...@gmail.com changed: What|Removed |Added CC||per.nord...@gmail.com

[Issue 9375] wrong code when assigning to ref in CTFE

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9375 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7887] [CTFE] can't assign to returned reference

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7887 --- Comment #3 from Kenji Hara k.hara...@gmail.com --- *** Issue 9375 has been marked as a duplicate of this issue. *** --

[Issue 12480] static assert should print out the string representation of a value it can interpret

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12480 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Per Nordlöw from comment #2) Is there pending work on a dynamic variant for this? Can you elaborate? --

[Issue 12110] [CTFE] Error: CTFE internal error: Dotvar assignment

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12110 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid ---

[Issue 12480] static assert should print out the string representation of a value it can interpret

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12480 --- Comment #4 from Per Nordlöw per.nord...@gmail.com --- Elaboration from my previous post: I'v been wanting to have a similar dynamic behaviour for assert(EXPR) where EXPR is of the form x OP y where OP typically is a logical comparison

[Issue 12480] static assert should print out the string representation of a value it can interpret

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12480 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Per Nordlöw from comment #4) I've been wanting to have a similar dynamic behaviour Ah you mean runtime. There is some related work on improving assert itself, although

[Issue 12604] No mismatched array lengths error with narrowing conversions

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12604 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a833827fe1391a8a70fed84b6607e21c26c41da0 fix Issue 12604 - No

[Issue 10413] .init incorrectly accepts any expression

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10413 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12606] New: Mismatch of array length during assignment should emit better diagnostics

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12606 Issue ID: 12606 Summary: Mismatch of array length during assignment should emit better diagnostics Product: D Version: D2 Hardware: All OS: All

[Issue 12606] Mismatch of known array length during dynamic = static array assignment should emit better diagnostics

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12606 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|Mismatch of array length|Mismatch of

[Issue 12110] [CTFE] Error: CTFE internal error: Dotvar assignment

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12110 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/44475476772b656e2b2dee5d0f1dcf38eaa056ec fix Issue 12110 - [CTFE]

[Issue 12110] [CTFE] Error: CTFE internal error: Dotvar assignment

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12110 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12588] Segfault on X86_64 assigning std.complex to array

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12588 Kevin L kevin.lamo...@gmail.com changed: What|Removed |Added CC||kevin.lamo...@gmail.com --

[Issue 12383] dlang.org operator overloading text with DDoc macro.

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12383 alix.pex...@gmail.com changed: What|Removed |Added CC||alix.pex...@gmail.com --- Comment #1

[Issue 11535] CTFE ICE on reassigning a static array initialized with block assignment

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11535 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/64c27cbdefcf63442dc75b5ffab0227475d60b43 fix Issue 11535 - CTFE ICE

[Issue 11535] CTFE ICE on reassigning a static array initialized with block assignment

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11535 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12602] [CTFE] Changes to an array slice wrapped in a struct do not propogate to the original

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12602 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a2f919ee8b421ec26905690875894f2702fb0acb fix Issue 12602 - [CTFE]

[Issue 12606] Mismatch of known array length during dynamic = static array assignment should emit better diagnostics

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12606 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Assignee|nob...@puremagic.com

[Issue 12606] Mismatch of known array length during dynamic = static array assignment should emit better diagnostics

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12606 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Assignee|andrej.mitrov...@gmail.com

[Issue 12606] Mismatch of known array length during dynamic = static array assignment should emit better diagnostics

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12606 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12606] Mismatch of known array length during dynamic = static array assignment should emit better diagnostics

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12606 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Andrej Mitrovic from comment #2) But this isn't propagate back to the caller side. propagated* --

[Issue 12606] Mismatch of known array length during dynamic = static array assignment should emit better diagnostics

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12606 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Andrej Mitrovic from comment #2) So the idea is the routine initializes a pointer *A function pointer (well, a delegate in this case) --

[Issue 12607] New: IUnknown classes cannot define or override a toString method

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12607 Issue ID: 12607 Summary: IUnknown classes cannot define or override a toString method Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 12607] IUnknown classes cannot define or override a toString method

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12607 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added OS|All |Windows --

[Issue 12593] [REG2.065] AA cannot have struct as key

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12593 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 11175] Format should support IUnknown classes

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11175 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12607] IUnknown classes cannot define or override a toString method

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12607 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 12607] IUnknown classes cannot define or override a toString method

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12607 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Steven Schveighoffer from comment #1) I JUST was playing around with this. I think an IUnknown class is implicitly extern(Windows) for all the methods. Ah, thanks. I

[Issue 12607] Document that IUnknown classes must mark toString with extern(D) when overriding it

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12607 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Component|DMD |websites

[Issue 12607] Document that IUnknown classes must mark toString with extern(D) when overriding it

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12607 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com --- The only problem is, how do you call toString via an IUnknown interface? I need it to implement better support for formatting COM objects, see Issue 11175. IUnknown doesn't declare

[Issue 12607] Document that IUnknown classes must mark toString with extern(D) when overriding it

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12607 --- Comment #4 from Steven Schveighoffer schvei...@yahoo.com --- (In reply to Andrej Mitrovic from comment #3) The only problem is, how do you call toString via an IUnknown interface? You can't. Because the layout of IUnknown interfaces MUST follow

[Issue 12607] Document that IUnknown classes must mark toString with extern(D) when overriding it

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12607 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added URL|

[Issue 12607] Document that IUnknown classes must mark toString with extern(D) when overriding it

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12607 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Steven Schveighoffer from comment #4) Once you go into IUnknown land, there's no coming back out (bwahahaha!) And somewhat ironically the spec defines IUnknown as using

[Issue 12593] [REG2.065] AA cannot have struct as key

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12593 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/85700f9e05a229f2f810f4a5a662d0b6aaed4d5e fix Issue 12593 - AA cannot

[Issue 12593] [REG2.065] AA cannot have struct as key

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12593 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12536] Improve the documentation about preprocessing the files has Ddoc file header

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12536 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to jiki from comment #1) Sorry, I should have mentioned that the above _is_ descrived in the document page about DDOC(see the URL of this issue), nearly at the bottom of

[Issue 12536] Improve the documentation about preprocessing the files has Ddoc file header

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12536 j...@red.email.ne.jp changed: What|Removed |Added Severity|normal |minor --- Comment #3 from

[Issue 12181] to!string fails on static array manifests

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12181 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|to!string fails on arrays |to!string fails

[Issue 12181] to!string fails on static array manifests

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12181 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12181] std.conv.to should support static array manifest constants

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12181 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|to!string fails on static |std.conv.to

[Issue 12100] __GENTYPE to generate ever different types

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12100] __GENTYPE to generate ever different types

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Andrej Mitrovic from comment #1) How about __uniqueID, which would create a unique string ID? I'd imagine this would be more useful since it's more generic, and you

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

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12575 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12558] try/catch allows implicit catching of Throwables without specifying any Exception type

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12558 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 12558] try/catch allows implicit catching of Throwables without specifying any Exception type

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12558 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12545] An object with .init breaks std.range.ElementType

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12545 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 7066] You can redefine .init and .stringof without error

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7066 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added See Also|

[Issue 7066] You can redefine .init and .stringof without error

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7066 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12545] An object with .init breaks std.range.ElementType

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12545 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Depends on||7066 --

[Issue 7066] You can redefine .init and .stringof without error

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7066 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added See Also|

[Issue 12233] Attempting to use TypeInfo.init results in a compiler error due to lack of 'this'.

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12233 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Depends on||7066

[Issue 8817] Symbols named init should be illegal

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8817 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7066] You can redefine .init and .stringof without error

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7066 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12488] foreach() should accept (and ignore) 'auto' in ForeachType

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12488 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12558] try/catch allows implicit catching of Throwables without specifying any Exception type

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12558 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Comment

[Issue 12462] std.bitmanip.BitArray should use new-style operator overloads

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12462 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12558] try/catch allows implicit catching of Throwables without specifying any Exception type

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12558 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to monarchdodra from comment #5) Besides, how hard is it to just write: catch(Throwbale) The general rule is: When there's a way to abuse the system, it /will/ be abused.

[Issue 12332] std.json API broken without notice

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12332 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12441] DDoc should ignore interleaved non-doc comments

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12441 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12151] Diagnostic for .dup/.idup should emit code before the internal rewrite

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12151 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12450] Deprecated code in std.stdio.readf

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12450 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12464] DMD/Phobos cannot auto-implement D variadic methods

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12464 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12608] New: Dead assignment in UUIDParsingException

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12608 Issue ID: 12608 Summary: Dead assignment in UUIDParsingException Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority:

[Issue 12385] Enum member should not be modifiable when the member is immutable

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12385 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12610] New: std.algorithm.reduce (with seed) and array-wise operation produces incorrect result

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12610 Issue ID: 12610 Summary: std.algorithm.reduce (with seed) and array-wise operation produces incorrect result Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 12608] Dead assignment in UUIDParsingException

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12608 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12609] Useless variable assignment in std.regex

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12609 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12609] Useless variable assignment in std.regex

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12609 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12611] New: Deprecation and then error for implicit casts that lose precision in foreach index loops

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12611 Issue ID: 12611 Summary: Deprecation and then error for implicit casts that lose precision in foreach index loops Product: D Version: D2 Hardware: x86 OS:

[Issue 12576] problem with compile time struct field

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12576 --- Comment #2 from Ellery Newcomer ellery-newco...@utulsa.edu --- yeah, that's what I do now, so this one is probably not the highest priority --

[Issue 12606] Mismatch of known array length during dynamic = static array assignment should emit better diagnostics

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12606 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #5 from

[Issue 12606] Mismatch of known array length during dynamic = static array assignment should emit better diagnostics

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12606 --- Comment #6 from Kenji Hara k.hara...@gmail.com --- (In reply to Andrej Mitrovic from comment #2) For example, in 'implicitConvTo' in the visitor functions 'result' is simply initialized to MATCHnomatch if the dimensions of the two slices don't

[Issue 9596] Ambiguous match is incorrectly hidden by additional lesser match

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9596 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12394] Regression: std.regex unittests take agonizingly long to run - like hours on OSX

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12394 --- Comment #2 from Walter Bright bugzi...@digitalmars.com --- Thanks, Dmitry, it works! https://github.com/D-Programming-Language/phobos/pull/2098 --

[Issue 12612] New: Case-sensitivity issue in Windows

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12612 Issue ID: 12612 Summary: Case-sensitivity issue in Windows Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: minor Priority: