diff options
| author | Naoto Ono <onoto1998@gmail.com> | 2025-02-26 12:50:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-26 03:50:54 +0000 |
| commit | 0c9f149b4d87cefa1080c1c2f316ad3a8bdd809d (patch) | |
| tree | cc1700d33f0fda22b1562337a8a2e178b31190b2 /include/ruby/internal/method.h | |
| parent | 14192921f5eda76efa85a97ed3f1bfbf48e9a534 (diff) | |
Launchable: Fix `launchable record session` command failures (#12810)
Currently, the `launchable record session` command is failing some workflows such as YJIT on macOS. This occurs because of word splitting, as explained in https://www.shellcheck.net/wiki/SC2086. This PR addresses the issue.
```
+ launchable record session --build refs_pull_12785_merge_5ac818aaf7402e232de6b3e1b078765da3dc6279 --observation --flavor os=macos-14 --flavor test_task=check --flavor test_opts=--enable-yjit --flavor workflow=YJIT macOS Arm64 --test-suite yjit-test-all
Usage: launchable record session [OPTIONS]
Try 'launchable record session --help' for help.
Error: Got unexpected extra arguments (macOS Arm64)
Error: Process completed with exit code 2.
```
https://github.com/ruby/ruby/actions/runs/13535324545/job/37825826044#step:10:354
Notes
Notes:
Merged-By: ono-max <onoto1998@gmail.com>
Diffstat (limited to 'include/ruby/internal/method.h')
0 files changed, 0 insertions, 0 deletions
