Skip to content

Remove %workspace% before checking path#465

Open
jwbee wants to merge 1 commit intobazel-contrib:masterfrom
jwbee:jwbee/builtin-include-paths
Open

Remove %workspace% before checking path#465
jwbee wants to merge 1 commit intobazel-contrib:masterfrom
jwbee:jwbee/builtin-include-paths

Conversation

@jwbee
Copy link

@jwbee jwbee commented Feb 21, 2025

The paths checked by _is_hermetic_or_exists may begin with "%workspace%" which prevents the check for the path existing. In that case, the system module map may contain include paths that don't exist. In turn that can cause warnings for any target using layering check (notably Abseil).

The paths checked by `_is_hermetic_or_exists` may begin with "%workspace%" which prevents the check for the path existing. In that case, the system module map may contain include paths that don't exist. In turn that can cause warnings for any target using layering check (notably Abseil).
@fmeum fmeum enabled auto-merge (squash) February 21, 2025 17:16
@fmeum fmeum disabled auto-merge February 21, 2025 20: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.

2 participants