Conversation
|
Hi @VirtualTim, thanks for the patch! I just approved the GH actions to run on this PR, so we will see how it turns out. @drakenclimber and I will also take a look and perhaps do a back-to-back comparison of the two sed commands to ensure the results are the same. Aside from that, could you please add a sign-off to your patch and perhaps change the subject line to something like "gperf: make sed command POSIX sed safe"? More information can be found in our CONTRIBUTING.md doc. |
\+ is a GNU extension. This will not work on BSD sed. Signed-off-by: Tim Lander <timlander@canva.com>
|
Changes look good to me.
Here's what I did to verify:
I don't have a BSD system currently, so I didn't do any tests there. |
|
Hey @drakenclimber, what's the next step here? Are you waiting on anything from me to get this merged? |
Nope, you're good to go for the moment. Both @pcmoore and I usually try to approve pull requests. A second set of eyes is really helpful. Let's wait for his review. |
\+is a GNU extension. This will not work on BSD sed.I believe both commands are functionally equivilent.