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

Error at init when running on Windows ARM #359

Closed
anacrolix opened this issue Jul 1, 2024 · 3 comments
Closed

Error at init when running on Windows ARM #359

anacrolix opened this issue Jul 1, 2024 · 3 comments

Comments

@anacrolix
Copy link

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/go-cmp@v0.6.0/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.

@dsnet
Copy link
Collaborator

dsnet commented Jul 1, 2024

Hi, thanks for reporting the issue, but this is almost certainly a upstream issue.

@anacrolix
Copy link
Author

Thanks, I'll close this out when upstream confirms.

@anacrolix
Copy link
Author

Okay I think it's safe to say the issue is upstream. Thanks!

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

2 participants