Thread overview
[Issue 21702] avoid quadratic template expansion in constraints of multiple search term versions of std.algorithm.searching.startsWith & endsWith
Mar 12, 2021
Dlang Bot
Mar 12, 2021
Nathan S.
Mar 13, 2021
Dlang Bot
Apr 25, 2021
Dlang Bot
Apr 27, 2021
Dlang Bot
March 12, 2021
https://issues.dlang.org/show_bug.cgi?id=21702

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7847 "Avoid quadratic template expansion in constraints of multiple search term versions of std.algorithm.searching.startsWith & endsWith" fixing this issue:

- Fix issue #21702 - avoid quadratic template expansion in constraints of multiple search term versions of std.algorithm.searching.startsWith & endsWith

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

--
March 12, 2021
https://issues.dlang.org/show_bug.cgi?id=21702

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |21473


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=21473
[Issue 21473] DMD enters infinite loop
--
March 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21702

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7847 "Avoid quadratic template expansion in constraints of multiple search term versions of std.algorithm.searching.startsWith & endsWith" was merged into stable:

- 9c7a7750ff7816c7d74f620dc4989b4b92bf904f by Nathan Sashihara:
  Fix issue #21702 - avoid quadratic template expansion in constraints of
multiple search term versions of std.algorithm.searching.startsWith & endsWith

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

--
April 25, 2021
https://issues.dlang.org/show_bug.cgi?id=21702

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7964 "merge stable" was merged into master:

- a23fa4ed06fe188582631bacd6f3405d99855fa6 by Nathan Sashihara:
  Fix issue #21702 - avoid quadratic template expansion in constraints of
multiple search term versions of std.algorithm.searching.startsWith & endsWith

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

--
April 27, 2021
https://issues.dlang.org/show_bug.cgi?id=21702

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8012 "merge stable" was merged into master:

- 6d9a508baf2689d7dcca54f677f8ec9ebdef421b by Nathan Sashihara:
  Fix issue #21702 - avoid quadratic template expansion in constraints of
multiple search term versions of std.algorithm.searching.startsWith & endsWith

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

--