Skip to content

Accept CrateGroupInfo in proc_macro_deps filtering#8

Closed
walter-zeromatter wants to merge 1 commit intohermeticbuild:mainfrom
walter-zeromatter:pr/filter-deps-fix
Closed

Accept CrateGroupInfo in proc_macro_deps filtering#8
walter-zeromatter wants to merge 1 commit intohermeticbuild:mainfrom
walter-zeromatter:pr/filter-deps-fix

Conversation

@walter-zeromatter
Copy link
Copy Markdown

@walter-zeromatter walter-zeromatter commented Mar 20, 2026

Summary

  • filter_deps in utils.bzl previously only checked for CrateInfo in proc_macro_deps, silently dropping CrateGroupInfo providers
  • Now accepts CrateGroupInfo alongside CrateInfo, matching the behavior already present for regular deps

filter_deps previously only checked for CrateInfo in proc_macro_deps,
causing CrateGroupInfo providers to be silently dropped. This fix
accepts CrateGroupInfo alongside CrateInfo, matching the behavior
already present for regular deps.
@walter-zeromatter walter-zeromatter deleted the pr/filter-deps-fix branch March 21, 2026 01:02
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.

1 participant