From 99c101bfc11f75b22d8d51189be485abb19ea049 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 28 Feb 2024 10:49:36 +0000 Subject: [PATCH] internal_tap_json/formula_spec: add comment. --- Library/Homebrew/test/api/internal_tap_json/formula_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/test/api/internal_tap_json/formula_spec.rb b/Library/Homebrew/test/api/internal_tap_json/formula_spec.rb index d664135160..076f6bd673 100644 --- a/Library/Homebrew/test/api/internal_tap_json/formula_spec.rb +++ b/Library/Homebrew/test/api/internal_tap_json/formula_spec.rb @@ -108,6 +108,7 @@ RSpec.describe "Internal Tap JSON -- Formula" do "ruby_source_path" => "Formula/p/ponyc.rb", "tap" => "homebrew/core", "tap_git_head" => tap_git_head, + # TODO: improve this API before we ship internal API v3 to users "uses_from_macos" => [{ "llvm"=>[:build, :test] }, "zlib"], "uses_from_macos_bounds" => [{}, {}], "versions" => { "bottle"=>true, "head"=>nil, "stable"=>"0.58.1" },