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

Use path not filepath for package parents #264

Merged
merged 1 commit into from
May 3, 2024

Conversation

illicitonion
Copy link
Collaborator

We're using this to find the parent of a package, not a filesystem path, and packages always use /.

Fixes #260
Closes #261

We're using this to find the parent of a package, not a filesystem path,
and packages always use `/`.

Fixes bazel-contrib#260
Closes bazel-contrib#261
Copy link
Collaborator

@shs96c shs96c left a comment

Choose a reason for hiding this comment

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

LGTM

@illicitonion illicitonion merged commit 2e6e068 into bazel-contrib:main May 3, 2024
2 checks passed
@illicitonion illicitonion deleted the parent-on-windows branch May 3, 2024 04:34
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.

Gazelle fails on Windows with "panic: runtime error: invalid memory address or nil pointer dereference"
2 participants