-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
asciiquarium: fix test logic #70297
asciiquarium: fix test logic #70297
Conversation
@homebrew/core I need help with PTY.spawn, does anyone have experience with this? It's not working correctly on 11.0 and 10.15. Can someone test the output there? |
I think it's broken:
|
That said, I don't know perl, so that may not have even been the right thing to do. Same error if I use Ah, wait, no:
|
I think I know what to do, I need to vendor that library. W do that with other perl formulae. Let me try that. EDIT: actually it's already vendored. |
If I stick it in
Console log: |
3977268
to
fa14c17
Compare
@mitchblank I added your workaround but it still does not work. At this point I think I will disable the formulae for the broken macOS versions. |
It's a bit unfortunate since the package itself seems to build/run/test fine locally for me (at least after the changes I made) . Shame that the CI system has some problem with some formulae these days... Or are you seeing the same failure that @carlocab was? On which OS? |
- The stdin/sdtout variable names were inverted - Fixes: Errno::EIO: Input/output error @ io_fread - /dev/pts/2 on linux Also fix the license Use system perl and ncurses, update resource
32e9524
to
668fc44
Compare
@iMichka could you check if this is alright? Just took a shot with a very minor tweak and it seems to have worked. |
I think @iMichka will be happy to take any fix here. 😄 |
668fc44
to
3bcb7f8
Compare
3bcb7f8
to
13883c3
Compare
- Minor modification to the test. - Use `rewrite_shebang`. - Bump revision.
13883c3
to
d635814
Compare
Nice work. So it just missed a "q" to quit the process. People will be happy to get the fishes back on their screens :) |
The stdin/sdtout variable names were inverted
Fixes: Errno::EIO: Input/output error @ io_fread - /dev/pts/2 on linux
Have you followed the guidelines for contributing?
Have you checked that there aren't other open pull requests for the same formula update/change?
Have you built your formula locally with
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?Is your test running fine
brew test <formula>
, where<formula>
is the name of the formula you're submitting?Does your build pass
brew audit --strict <formula>
(after doingbrew install <formula>
)?