bundle install should honor BUNDLE_JOBS configuration
オープン
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 990
- フォーク
- 369
- 平均マージ
- 18分
- マージ済み PR(30日)
- 3
説明
We just ran into a bug related to Bundler where transitive dependencies would not resolve correctly when parallel installation (--jobs option) is enabled. The problem with the current action is that there is no way to configure this behaviour as it is hardcoded to 4 (cf. bundler.js).
It would be very helpful if the BUNDLE_JOBS configuration, if present, could be honored.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
bundler.js の209行目付近から始めてください。そこでは並列インストールの設定が 4 にハードコードされています。action がどのように Bundler を呼び出しているかを追跡し、既存の BUNDLE_JOBS の値がその設定にどのような影響を与えるべきかを確認してください。BUNDLE_JOBS が存在する場合はインストールでその値が反映され、存在しない場合は現在の動作が維持されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, ruby
- 領域
- ci-cd
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 38/100