fix: fall back to the include dir when no taskfile is specified - #2998
Open
SillyZir wants to merge 1 commit into
Open
fix: fall back to the include dir when no taskfile is specified#2998SillyZir wants to merge 1 commit into
SillyZir wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This change fixes task-file discovery when task files are included from the includes directory.
The reader now falls back to the appropriate include-directory path when resolving an included task file that is not found through the existing lookup path.
The change was verified with the repository test suite in the pipeline environment, and the resulting patch contains only the intended reader.go change. No unrelated files or test scaffolding are included in the final commit.
This PR addresses the behavior reported in #2878.
The code change in this PR was generated with the assistance of an engineering system I created, which I reviewed, understood, and validated.
Checklist