digitalmars.D - std.regex needs help
- Dmitry Olshansky (11/11) Sep 30 2016 I know it's not unusual to rant about open bugs and such but it's been 4...
- Stefan Koch (4/15) Sep 30 2016 You can workaround the issue by making ctRegex a static immutable
- Walter Bright (3/5) Sep 30 2016 That should work, but I wouldn't call it a workaround. It's the right wa...
- Dmitry Olshansky (4/9) Oct 07 2016 Thanks to everyone involved, this is now a healthy green pull request.
I know it's not unusual to rant about open bugs and such but it's been 4 months and I'm helpless. I had some nice breakthrough in std.regex performance back in May but failed to deliver it to the mainline because of a bug: https://github.com/dlang/phobos/pull/4286 If anyone fluent in backend can decipher issue: https://issues.dlang.org/show_bug.cgi?id=15989 I'd indebt. I'm not above a workaround if that's what it takes. --- Dmitry Olshansky
Sep 30 2016
On Friday, 30 September 2016 at 17:29:41 UTC, Dmitry Olshansky wrote:I know it's not unusual to rant about open bugs and such but it's been 4 months and I'm helpless. I had some nice breakthrough in std.regex performance back in May but failed to deliver it to the mainline because of a bug: https://github.com/dlang/phobos/pull/4286 If anyone fluent in backend can decipher issue: https://issues.dlang.org/show_bug.cgi?id=15989 I'd indebt. I'm not above a workaround if that's what it takes. --- Dmitry OlshanskyYou can workaround the issue by making ctRegex a static immutable instead of an enum.
Sep 30 2016
On 9/30/2016 11:45 AM, Stefan Koch wrote:You can workaround the issue by making ctRegex a static immutable instead of an enum.That should work, but I wouldn't call it a workaround. It's the right way to do that.
Sep 30 2016
On 9/30/16 7:29 PM, Dmitry Olshansky wrote:I know it's not unusual to rant about open bugs and such but it's been 4 months and I'm helpless. I had some nice breakthrough in std.regex performance back in May but failed to deliver it to the mainline because of a bug: https://github.com/dlang/phobos/pull/4286Thanks to everyone involved, this is now a healthy green pull request. --- Dmitry Olshansky
Oct 07 2016