-
Notifications
You must be signed in to change notification settings - Fork 9
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
0.13.0 build failure #106
Comments
Thanks for your report! This release requires |
yeah, totally, thanks for the quick turnaround. 👍 |
Looks like 0.13.1 release, the test behavior got changed for this
diff output - assert_match "Hide ******** and ********", pipe_output("#{bin}/srgn '(ghp_[[:alnum:]]+)' '*'", test_string)
+ assert_match "Hide * and *", pipe_output("#{bin}/srgn '(ghp_[[:alnum:]]+)' '*'", test_string) is that desired? |
Yes! Unfortunately, looks like Homebrew happened to pick one of the few breaking changes as a test case. Sorry! It will need to be adjusted. Is there a way to just run If no, feel free to pick a test case from the README. They’re all part of unit tests and guaranteed to work. Otherwise, I can come up with a couple tests for you to use? |
Hey @chenrui333 , this is good to close right? I see |
👋 trying to build the latest release, but run into some build issue. The error log is as below:
error build log
full build log, https://github.com/Homebrew/homebrew-core/actions/runs/10441887513/job/28913617832?pr=181589
relates to Homebrew/homebrew-core#181589
The text was updated successfully, but these errors were encountered: