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

Add to imports bin_dir so generated files can be propertly handled #124

Closed
wants to merge 1 commit into from

Conversation

tomaszstrejczek
Copy link

Current implementation doesn't handle libraries which are generated via different rules (for example genrule) because files generated this way are stored in ctx.bin_dir directory which is not added as an import location. The PR adds to import ctx.bin_dir.

@Globegitter
Copy link
Collaborator

@tomaszstrejczek thanks for the contribution - can you please add a test that verifies this behaviour?

@sparkprime
Copy link
Collaborator

I'm not sure this is still relevant? It is very old.

@EdSchouten
Copy link
Collaborator

This should no longer be necessary with #182 having landed. Thanks for your patch regardless, @tomaszstrejczek!

@EdSchouten EdSchouten closed this Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants