Skip to content

Introduce basic support for xcode_config error message customization#594

Draft
aaronsky wants to merge 1 commit into
bazelbuild:mainfrom
aaronsky:aaronsky/support-custom-xcode-config-error-messages
Draft

Introduce basic support for xcode_config error message customization#594
aaronsky wants to merge 1 commit into
bazelbuild:mainfrom
aaronsky:aaronsky/support-custom-xcode-config-error-messages

Conversation

@aaronsky

@aaronsky aaronsky commented May 31, 2026

Copy link
Copy Markdown
Contributor

Fixes #568

  • Moved nearly all diagnostic messages in xcode_config to strings using named format fields
  • Moved the most basic, frequently occurring, failure messages into attrs on xcode_config
  • Updated docstrings

I can expand this to support other prints or incidental fails, but for now I started with three of the most commonly encountered fails.

- Moved nearly all diagnostic messages in xcode_config to strings using named format fields
- Moved the most basic, frequently occurring, `fail`ure messages into attrs on xcode_config
- Updated docstrings
@aaronsky aaronsky force-pushed the aaronsky/support-custom-xcode-config-error-messages branch from c2b1483 to 23cef3d Compare May 31, 2026 15:07
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.

Support customization of the failure messages coming from xcode_config

1 participant