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

Fix associated_extra_files when multiple targets own the same file #3023

Conversation

brentleyjones
Copy link
Contributor

Fixes #3021.

We fake a labed_keyed_list_dict by JSON encoding the list into a string and use label_keyed_string_dict.

@brentleyjones brentleyjones requested a review from a team as a code owner May 8, 2024 15:35
We fake a `labed_keyed_list_dict` by JSON encoding the list into a string and use `label_keyed_string_dict`.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
@brentleyjones brentleyjones force-pushed the bj/fix-associated_extra_files-when-multiple-targets-own-the-same-file branch from 8960ae8 to dd4fa7e Compare May 8, 2024 15:35
@brentleyjones brentleyjones merged commit e7e60d2 into main May 9, 2024
16 checks passed
@brentleyjones brentleyjones deleted the bj/fix-associated_extra_files-when-multiple-targets-own-the-same-file branch May 9, 2024 11:54
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.

Bug: The associated extra file, owned by multiple targets, is not added to the project
4 participants