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

feat: introduce Runfiles.withSourceRepo #227

Merged
merged 2 commits into from
Feb 17, 2024
Merged

feat: introduce Runfiles.withSourceRepo #227

merged 2 commits into from
Feb 17, 2024

Conversation

aherrmann
Copy link
Owner

Closes #86

With Runfiles.withSourceRepo users can specify the source repository name once and then perform multiple runfile path lookups relative to the same source repository.

  • source --> source_repo
  • introduce withSourceRepo function

Such that users do not have to constantly pass the source repository
name over and over again, but can bind it once.
@aherrmann aherrmann merged commit f0bcf00 into main Feb 17, 2024
21 checks passed
@aherrmann aherrmann deleted the runfiles branch February 17, 2024 18:53
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.

Create a Zig runfiles support library
1 participant