From 9bd80879828546a22a3bd905d4e602714265e310 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Thu, 28 Sep 2023 14:08:23 +0100 Subject: [PATCH] readall: check hash generation works --- Library/Homebrew/readall.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/readall.rb b/Library/Homebrew/readall.rb index 147bea7957..bfe714e02d 100644 --- a/Library/Homebrew/readall.rb +++ b/Library/Homebrew/readall.rb @@ -58,6 +58,7 @@ module Readall readall_formula_class = Formulary.load_formula(formula_name, file, formula_contents, readall_namespace, flags: [], ignore_errors: false) readall_formula = readall_formula_class.new(formula_name, file, :stable, tap: tap) + readall_formula.to_hash cache[:valid_formulae][file] = if readall_formula.on_system_blocks_exist? [bottle_tag, *cache[:valid_formulae][file]] else