Skip to content

[match] nuke respects "skip_confirmation"#30023

Merged
iBotPeaches merged 1 commit into
masterfrom
issue-28303
May 21, 2026
Merged

[match] nuke respects "skip_confirmation"#30023
iBotPeaches merged 1 commit into
masterfrom
issue-28303

Conversation

@iBotPeaches

@iBotPeaches iBotPeaches commented May 9, 2026

Copy link
Copy Markdown
Member

Problem

If you run fastlane in a non-interactive way, invoking match nuke with skip_confirmation. It still reaches out to terminal and thus crashes.

gems/highline-2.0.3/lib/highline/terminal/io_console.rb:24:in `echo=': [!] Operation not supported on socket - <STDIN> (Errno::EOPNOTSUPP)

Solution

We make sure any confirmation checks the skip_confirmation param and adds a test.

fixes: #28303

@iBotPeaches iBotPeaches merged commit ebfaca7 into master May 21, 2026
14 checks passed
@iBotPeaches iBotPeaches deleted the issue-28303 branch May 21, 2026 14:33

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @iBotPeaches 👋

Thank you for your contribution to fastlane and congrats on getting this pull request merged 🎉
The code change now lives in the master branch, however it wasn't released to RubyGems yet.
We usually ship about once a month, and your PR will be included in the next one.

Please let us know if this change requires an immediate release by adding a comment here 👍
We'll notify you once we shipped a new release with your changes 🚀"

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations! 🎉 This was released as part of fastlane 2.235.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2.225.0 match_nuke fails with "io_console.rb:24:in `echo=': [!] Operation not supported on socket"

2 participants