We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running a Windows x64 binary on Windows ARM, I get this error during startup:
panic: regexp: Compile(`[_\p{L}][_\p{L}\p{N}]*$`): error parsing regexp: invalid character class range: `\p{L}` goroutine 1 [running]: regexp.MustCompile({0x7ff66897b52c, 0x17}) /opt/homebrew/Cellar/go/1.22.3/libexec/src/regexp/regexp.go:317 +0xb4 github.com/google/go-cmp/cmp/internal/function.init() /Users/anacrolix/go/pkg/mod/github.com/google/[email protected]/cmp/internal/function/func.go:68 +0x7c
It's very possible this is an upstream issue with golang/go, but I thought I'd start here.
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting the issue, but this is almost certainly a upstream issue.
Sorry, something went wrong.
Thanks, I'll close this out when upstream confirms.
Okay I think it's safe to say the issue is upstream. Thanks!
No branches or pull requests
When running a Windows x64 binary on Windows ARM, I get this error during startup:
It's very possible this is an upstream issue with golang/go, but I thought I'd start here.
The text was updated successfully, but these errors were encountered: