digitalmars.D - Recent regression with std.algorithm.maxElement and BigInt
- H. S. Teoh (7/7) Jun 15 2023 https://issues.dlang.org/show_bug.cgi?id=23993
- FeepingCreature (2/7) Jun 15 2023 Aw crud, this one is my fault. Big sorry. Lemme have a look.
- FeepingCreature (3/8) Jun 15 2023 Sorry about that! PR is up. Should hopefully be fixed in the next
- Walter Bright (2/3) Jun 15 2023 Thanks for the quick action.
- H. S. Teoh (6/15) Jun 15 2023 Thanks for the prompt response!
https://issues.dlang.org/show_bug.cgi?id=23993 This broke one of my projects. :-( Basically, maxElement no longer works with ranges of BigInt, including built-in arrays. That's a pretty major breakage IMO. T -- Tech-savvy: euphemism for nerdy.
Jun 15 2023
On Thursday, 15 June 2023 at 16:22:38 UTC, H. S. Teoh wrote:https://issues.dlang.org/show_bug.cgi?id=23993 This broke one of my projects. :-( Basically, maxElement no longer works with ranges of BigInt, including built-in arrays. That's a pretty major breakage IMO. TAw crud, this one is my fault. Big sorry. Lemme have a look.
Jun 15 2023
On Thursday, 15 June 2023 at 16:22:38 UTC, H. S. Teoh wrote:https://issues.dlang.org/show_bug.cgi?id=23993 This broke one of my projects. :-( Basically, maxElement no longer works with ranges of BigInt, including built-in arrays. That's a pretty major breakage IMO. TSorry about that! PR is up. Should hopefully be fixed in the next patch release.
Jun 15 2023
On 6/15/2023 10:08 AM, FeepingCreature wrote:Sorry about that! PR is up. Should hopefully be fixed in the next patch release.Thanks for the quick action.
Jun 15 2023
On Thu, Jun 15, 2023 at 05:08:50PM +0000, FeepingCreature via Digitalmars-d wrote:On Thursday, 15 June 2023 at 16:22:38 UTC, H. S. Teoh wrote:[...]https://issues.dlang.org/show_bug.cgi?id=23993 This broke one of my projects. :-( Basically, maxElement no longer works with ranges of BigInt, including built-in arrays. That's a pretty major breakage IMO.Sorry about that! PR is up. Should hopefully be fixed in the next patch release.Thanks for the prompt response! T -- Ph.D. = Permanent head Damage
Jun 15 2023