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

Remove %workspace% before checking path #465

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

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