Skip to content
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

Remove deprecated interfaces #385

Merged
merged 2 commits into from
Jan 14, 2025
Merged

Conversation

schneems
Copy link
Contributor

With the nodejs updates I believe everyone is off of the output module from commons and we can safely remove it.

@schneems schneems force-pushed the schneems/remove-deprecated-build-output branch from c8dfad1 to 2147e82 Compare January 13, 2025 22:35
@schneems schneems marked this pull request as ready for review January 13, 2025 22:50
@schneems schneems requested a review from a team as a code owner January 13, 2025 22:50
This output came from CI:

```
      ** Invoke assets:precompile (first_time)
      START RAKE TEST OUTPUT
      $ echo $PATH
      ** Execute assets:precompile
      /layers/heroku_ruby/gems/ruby/3.2.0/bin:/workspace/bin:/layers/heroku_ruby/gems/bin:/layers/heroku_ruby/bundler/bin:/layers/heroku_ruby/binruby/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
      $ which -a rake
      /layers/heroku_ruby/gems/ruby/3.2.0/bin/rake
      /workspace/bin/rake
      /layers/heroku_ruby/gems/bin/rake
      /layers/heroku_ruby/binruby/bin/rake
      /usr/bin/rake
      /bin/rake
      $ which -a ruby
      /layers/heroku_ruby/binruby/bin/ruby
      /usr/bin/ruby
      /bin/ruby
      END RAKE TEST OUTPUT
```

Which is ordered incorrectly. This forces stdout and stderr to emit immediately instead of buffering.
@schneems schneems merged commit 525865c into main Jan 14, 2025
6 checks passed
@schneems schneems deleted the schneems/remove-deprecated-build-output branch January 14, 2025 17:02
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.

2 participants