Skip to content

Conversation

ZhongRuoyu
Copy link
Member

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes? Here's an example.
  • Have you successfully run brew style with your changes locally?
  • Have you successfully run brew typecheck with your changes locally?
  • Have you successfully run brew tests with your changes locally?

Fixes the following error:

$ brew update
==> Updating Homebrew...
==> Updated Homebrew from 1a11875c52 to d7feec4910.
Updated 1 tap (homebrew/core).
Error: Unsupported key R

Call site is at:

renamings = report.select_formula_or_cask(:R)

Fixes the following error:

    $ brew update
    ==> Updating Homebrew...
    ==> Updated Homebrew from 1a11875 to d7feec4.
    Updated 1 tap (homebrew/core).
    Error: Unsupported key R

Call site is at Library/Homebrew/description_cache_store.rb:51.
Copy link
Member

@p-linnane p-linnane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!

@ZhongRuoyu ZhongRuoyu added this pull request to the merge queue Sep 16, 2025
Merged via the queue into main with commit a2a35e9 Sep 16, 2025
36 checks passed
@ZhongRuoyu ZhongRuoyu deleted the update-report-fix branch September 16, 2025 18:07
@MikeMcQuaid
Copy link
Member

Thanks again @ZhongRuoyu! Feels like ideally this would be a e.g. constant somewhere used in multiple places?

@ZhongRuoyu
Copy link
Member Author

Feels like ideally this would be a e.g. constant somewhere used in multiple places?

I didn't because it's only used here. In that case it feels to me that it's not quite necessary? Don't feel strongly though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants