-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Crash due to IGNORED_SUBDIRECTORIES
introduced in PR #23999
#24611
Comments
@bazel-io flag |
Probably related to https://github.com/aaronsky/asc-swift/blob/main/.bazelignore |
We are going to release Bazel 8, this will be fixed in a patch release coming shortly |
/cc @lberki |
I don't have access to a Mac to reproduce with (hence, no Xcode) and the above reproduction does seem to need it. Is this reproducible somehow without Xcode? I'm fairly certain @meteorcloudy is right on the money but I only have very limited time this evening and the trivial attempt of using that |
I got a reproduction, I simply made a mistake when trying to reproduce yesterday. It goes like this:
The fix is trivial. I could imagine treating The workaround is to remove the entries starting with a slash in |
Thank you very much for the quick fix and workaround! |
@bazel-io fork 8.1.0 |
Description of the bug:
I'm experiencing a new crash in 8.0.0rc8 that doesn't occur in 7.4.1 or 8.0.0rc1, seemingly introduced in #23999.
Here's what the crash stack trace looks like:
Initially reported here: cgrindel/rules_swift_package_manager#1394
Which category does this issue belong to?
Core, Loading API
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
To reproduce (assuming bazelisk & Xcode are installed):
MODULE.bazel
Package.swift
main.swift
BUILD
Run the following:
Which operating system are you running Bazel on?
macOS 15.1.1 (24B91)
What is the output of
bazel info release
?release 8.0.0rc8
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
8bfb921
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
Initially reported here: cgrindel/rules_swift_package_manager#1394
The text was updated successfully, but these errors were encountered: