[Issue 11111] std.algorithm.canFind should support Needles...

2023-11-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1

Dlang Bot  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Dlang Bot  ---
dlang/phobos pull request #8845 "Fix Issue 11111 - std.algorithm.canFind should
support Needles..." was merged into master:

- a2c2f79dfae38492e2269bcb4e34a6c916c22091 by Nick Treleaven:
  Fix Issue 1 - std.algorithm.canFind should support Needles...

  The requirement that each needle must be a range is arbitrary, so remove
  it.
  Note: This overload of `canFind` calls `find(haystack, needles)` which
  calls `startsWith`, which accepts mixed element and range needles.

https://github.com/dlang/phobos/pull/8845

--


[Issue 11111] std.algorithm.canFind should support Needles...

2023-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1

Nick Treleaven  changed:

   What|Removed |Added

   Severity|normal  |enhancement

--


[Issue 11111] std.algorithm.canFind should support Needles...

2023-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1

Nick Treleaven  changed:

   What|Removed |Added

 CC||n...@geany.org

--- Comment #5 from Nick Treleaven  ---
> I don't think we have any version of find that accepts a variable amount of 
> needles

dlang.org/phobos/std_algorithm_searching.html#findAmong

--


[Issue 11111] std.algorithm.canFind should support Needles...

2023-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #4 from Dlang Bot  ---
@ntrel created dlang/phobos pull request #8845 "Fix Issue 11111 -
std.algorithm.canFind should support Needles..." fixing this issue:

- Fix Issue 1 - std.algorithm.canFind should support Needles...

  The requirement that each needle must be a range is arbitrary, so remove
  it.
  Note: This overload of `canFind` calls `find(haystack, needles)` which
  calls `startsWith`, which accepts mixed element and range needles.

https://github.com/dlang/phobos/pull/8845

--


[Issue 11111] std.algorithm.canFind should support Needles...

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P3

--


[Issue 11111] std.algorithm.canFind should support Needles...

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--