Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create param files with absolute path #3115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yongjincho92
Copy link
Contributor

This change would make the index-compile for single source file (.m and .mm) to not depend on params file generated by index-build of the target containing the source file.

@yongjincho92 yongjincho92 requested a review from a team as a code owner December 12, 2024 00:04
@yongjincho92 yongjincho92 self-assigned this Dec 12, 2024
@@ -1092,6 +1094,9 @@ def _write_target_build_settings(
swift_args,
swift_debug_settings_to_merge = EMPTY_DEPSET,
team_id = None,
xcode_config,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@brentleyjones Got a question on handling this param in the unit test for this function. Right now, apple_support.run() would try to validate xcode_config and fails in unit test.

I would like to mock XcodeVersionConfig, but can we even mock it?

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.

2 participants