Skip to content

Commit a9818a7

Browse files
hsbtclaude
andcommitted
Reword jobserver comment to satisfy quality spec
Bundler's quality spec rejects weak modifiers in lib source, and the connect_to_jobserver comment used "the pool we just created". Name ParallelInstaller instead so the meaning stays clear without "just". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 746ffc2 commit a9818a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundler/lib/bundler/rubygems_gem_installer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def connect_to_jobserver
189189
return unless ENV["MAKEFLAGS"]
190190
# We append our own --jobserver-auth, so read the last one. Otherwise a
191191
# parent jobserver's descriptors (e.g. `bundle install` run under
192-
# `make -j`) would be picked up instead of the pool we just created.
192+
# `make -j`) would be picked up instead of the pool ParallelInstaller created.
193193
read_fd, write_fd = ENV["MAKEFLAGS"].scan(/--jobserver-auth=(\d+),(\d+)/).last
194194

195195
return unless read_fd && write_fd

0 commit comments

Comments
 (0)