lakehs (Ashley Lake)
- Login: lakehs
- Registered on: 05/30/2024
- Last sign in: 05/30/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/31/2024
-
05:15 AM Ruby Bug #20514: Open3#capture3 does not receive correct exit code from Heroku but Kernel#system does
- nobu (Nobuyoshi Nakada) wrote in #note-2:
> For example, like this?
> ...
That's perfect. I'm still confused as to why `system("heroku run -x COMMAND")` receives the exit code from Heroku correctly when Open3 does not, but I understand i...
05/30/2024
-
05:24 PM Ruby Bug #20514 (Feedback): Open3#capture3 does not receive correct exit code from Heroku but Kernel#system does
- Heroku has a command-line switch for returning the exit code from a detached process to the calling terminal via their CLI. However, Open3 doesn't appear to receive this exit code properly:
``` ruby
irb(main):007> command = 'heroku r...