[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 changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara --- Reduce

[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 changed: What|Removed |Added CC||per.nord...@gmail.com --- Comment #2 from Per

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 --- *** 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 --- (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 changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #1 from Kenji H

[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 --- 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 operator ==, !=, <, >, <=, >

[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 --- (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 it doesn't go as far as yo

[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 "mismat

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #4

[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 Status

[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 changed: What|Removed |Added Summary|Mismatch of array length|Mismatch of known array

[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] Err

[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 Resolution|-

[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 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 o

[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 Resolution|-

[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] Cha

[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 changed: What|Removed |Added Assignee|nob...@puremagic.com|andrej.mitrov...@gmail.com --- Comment #1

[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 changed: What|Removed |Added Assignee|andrej.mitrov...@gmail.com |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 changed: What|Removed |Added CC||k.hara...@gmail.com --- Comment #2 from An

[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 --- (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 --- (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 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 changed: What|Removed |Added Keywords||pull URL|

[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 changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #1 fr

[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 --- (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 kept seeing people use

[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 changed: What|Removed |Added Component|DMD |websites Summary|IUnknown class

[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 --- 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 toString, but if you cast an

[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 --- (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 COM, the RTTI link

[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 changed: What|Removed |Added URL||https://github.com/D-Progra

[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 --- (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 the extern(System) callin

[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 Resolution|-

[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 --- (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 the page. > > I am afraid

[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 j...@red.ema

[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 changed: What|Removed |Added Summary|to!string fails on arrays |to!string fails on static

[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 changed: What|Removed |Added Keywords||pull URL|

[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 changed: What|Removed |Added Summary|to!string fails on static |std.conv.to should support

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #1

[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 --- (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 could easily > create a wrap

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #1

[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 changed: What|Removed |Added CC||thecybersha...@gmail.com --

[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 changed: What|Removed |Added Keywords||pull URL|

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com See A

[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 changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com Bloc

[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 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 changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[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 changed: What|Removed |Added Depends on||7066 See Also|

[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 changed: What|Removed |Added Status|NEW |RESOLVED 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 changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #3 from And

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #2

[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 changed: What|Removed |Added Keywords||pull URL|

[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 --- (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. The only reason why I f

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #1

[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 changed: What|Removed |Added Keywords||pull URL|

[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: P

[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 changed: What|Removed |Added Keywords||pull 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 #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/1bf4ff048ac36104a713f3b467cf6f5426f3a4c9 Fix Issue 12607

[Issue 12609] New: Useless variable assignment in std.regex

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12609 Issue ID: 12609 Summary: Useless variable assignment in std.regex Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: trivial Priority:

[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 changed: What|Removed |Added Keywords||pull URL|

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #1

[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 changed: What|Removed |Added Keywords||pull URL|

[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: Windows

[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 --- 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 changed: What|Removed |Added Keywords||pull --- Comment #5 from Kenji Hara --- https:

[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 --- (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 match. > But this

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 --- 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: P

[Issue 12612] Case-sensitivity issue in Windows

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12612 Manu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[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 #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/a6cb0315a5e0188a60796453fc2bcfdecf8a2c75 fix Issue 12394 - Regr