Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

awk: cmd. line:1: warning: regexp escape sequence `\=' is not a known regexp operator #89

Open
tonycoz opened this issue Apr 24, 2024 · 0 comments

Comments

@tonycoz
Copy link
Contributor

tonycoz commented Apr 24, 2024

I've been seeing the warning above in the logs for some smoke reports, for example http://perl.develop-help.com/dblog/5053641 .

POSIX documents \c where c isn't one of the defined escapes ('\', '\a', '\b', '\f' , '\n', '\r', '\t', '\v', '\ddd', '"', \/) that the behaviour is undefined.

This appears to be caused by https://github.com/Perl/metaconfig/blame/45e928bd4710417a6b63655f3b4f20d27deacd3a/U/modified/Cppsym.U#L272

Of course, this code has been in Configure since at least 1999, so it's not exactly urgent to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant