Skip to content

Commit

Permalink
Add link to issue with context
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Sep 16, 2024
1 parent bb20b3c commit 70ab493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/os/linux/ld.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def self.brewed_ld_so_diagnostics
@brewed_ld_so_diagnostics[brewed_ld_so_target].to_s
rescue TypeError
# Workaround for intermittent `Error: no implicit conversion of false into String`
# https://github.com/Homebrew/brew/issues/17828
unless @retried_brewed_ld_so_diagnostics&.fetch(brewed_ld_so_target, false)
@retried_brewed_ld_so_diagnostics ||= T.let({}, T.nilable(T::Hash[Pathname, T::Boolean]))
@retried_brewed_ld_so_diagnostics[brewed_ld_so_target] = true
Expand Down

0 comments on commit 70ab493

Please sign in to comment.