Skip to content

Conversation

@mostlyobvious
Copy link
Member

  • Dead code
  • Drop bundler isolation
  • Make outputs of subprocess configurable
  • Silence loud noise from subprocess
  • Make stderr silent by default

This was added purely to run `bundler/inline` within a spec executed
under a different bundle. It was supposed to clear any previous bundler
influence in the subprocess. Unfortunately due to the way we run bundler
on CI (config --deploymment 'true') this still doesn't work 100%
correctly — and cannot resolve gems confliciting with the bundled ones
(uri, securerandom, ...).

So let's not pretend it would work and get rid of it.
For example one can detach stderr and never see warnings emitted there.
@mostlyobvious mostlyobvious self-assigned this Oct 14, 2025
@mostlyobvious mostlyobvious merged commit 257b725 into master Oct 14, 2025
146 checks passed
@mostlyobvious mostlyobvious deleted the subprocess-cleanup branch October 14, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant