[Issue 10690] Assertion failure in swap caused by array() of a filter() of tuples of string

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10690 Sönke Ludwig slud...@outerproduct.org changed: What|Removed |Added CC|

[Issue 11357] Weird behavior of appender with File as the element... do not know exactly where the bug resides.

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11357 Sönke Ludwig slud...@outerproduct.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12988] New: Diagnostic for wrong 'this' prefix when matching parameter is found should improve

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12988 Issue ID: 12988 Summary: Diagnostic for wrong 'this' prefix when matching parameter is found should improve Product: D Version: D2 Hardware: All OS: All

[Issue 12989] New: Wrong x86_64 code for delegate return when compiled as lib (-lib)

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12989 Issue ID: 12989 Summary: Wrong x86_64 code for delegate return when compiled as lib (-lib) Product: D Version: D2 Hardware: x86_64 OS: Linux Status:

[Issue 12990] New: utf8 string not read/written to windows console

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12990 Issue ID: 12990 Summary: utf8 string not read/written to windows console Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: normal

[Issue 12991] New: Possible performance optimization for std.range binary search

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12991 Issue ID: 12991 Summary: Possible performance optimization for std.range binary search Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 12991] Possible performance optimization for std.range binary search

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12991 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added CC||and...@erdani.com

[Issue 12991] Possible performance optimization for std.range binary search

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12991 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to Andrei Alexandrescu from comment #1) A cache-friendly binary search with cache friendliness and performance guarantees would be galloping search. That's not what I have suggested here.

[Issue 12992] New: Add an interpolate policy to binary search policies

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12992 Issue ID: 12992 Summary: Add an interpolate policy to binary search policies Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 12992] Add an interpolate policy to binary search policies

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12992 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment

[Issue 12992] Add an interpolate policy to binary search policies

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12992 --- Comment #2 from Andrei Alexandrescu and...@erdani.com --- (In reply to bearophile_hugs from comment #1) Interpolated search is nice, but it requires a knowledge of the distribution of the data. That's why it's a policy chosen by the caller.

[Issue 12992] Add an interpolate policy to binary search policies

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12992 --- Comment #3 from bearophile_h...@eml.cc --- (In reply to Andrei Alexandrescu from comment #2) If the element type is numeric no lambda is needed. I don't agree or I don't understand. If you have an array of sorted integers with a uniform

[Issue 12958] core.checkedint.mulu is broken

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12958 --- Comment #5 from safety0ff.bugz safety0ff.b...@gmail.com --- (In reply to David Nadlinger from comment #3) At first glance, this looks good, but chances are I've missed to check some other edge cases. To this end, it would be awesome if

[Issue 12992] Add an interpolate policy to binary search policies

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12992 --- Comment #4 from Andrei Alexandrescu and...@erdani.com --- (In reply to bearophile_hugs from comment #3) (In reply to Andrei Alexandrescu from comment #2) If the element type is numeric no lambda is needed. I don't agree or I don't

[Issue 12992] Add an interpolate policy to binary search policies

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12992 --- Comment #5 from bearophile_h...@eml.cc --- (In reply to Andrei Alexandrescu from comment #4) I was thinking of supporting the uniform distribution assumption. OK, then this strict assumption needs to be stated clearly in the docs. --

[Issue 12958] core.checkedint.mulu is broken

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12958 --- Comment #6 from David Nadlinger c...@klickverbot.at --- David, do you want to submit a druntime pull request then? --

[Issue 12900] REG 2.065: Wrong code in IfStatement condition Expression

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12900 --- Comment #9 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/6dd50d5c296dea9b565a5f2754c249d4f6db5141 fix Issue 12900 - Wrong

[Issue 12993] New: DMD keeps references to symbols removed

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12993 Issue ID: 12993 Summary: DMD keeps references to symbols removed Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 11891] Ddoc should generate index table

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

[Issue 11892] Ddoc should organize a module by symbol category

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

[Issue 12958] core.checkedint.mulu is broken

2014-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12958 --- Comment #7 from David Bregman uber.da...@gmail.com --- Thanks for asking, I'd like to but I'm not set up to create pull requests right now. Please go ahead and use any of my code snippets if you like, I don't require any credits for this. --