Skip to content

chore: remove unused utility functions - #89

Merged
tenthirtyam merged 1 commit into
mainfrom
chore/remove-unused-utility-functions
Aug 14, 2026
Merged

chore: remove unused utility functions#89
tenthirtyam merged 1 commit into
mainfrom
chore/remove-unused-utility-functions

Conversation

@tenthirtyam

Copy link
Copy Markdown
Owner

Summary

Remove copyDirRecursive, getExecutableDirectoryPath, and parseMultilineInput from src/utils.ts along with the fs import. Delete the corresponding utils-file.test.ts test file and remove related test cases from utils-basic.test.ts and cache.test.ts.

Update taskfile.yml to drop references to the deleted test file.

Type

  • This is a bug fix.
  • This is an enhancement or feature.
  • This is a code style/formatting update.
  • This is a documentation update.
  • This is a refactoring update.
  • This is a chore update
  • This is something else.
    Please describe:

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

Test and Documentation

  • Tests have been completed.
  • Documentation has been added or updated.

Issue References

Additional Information

Remove `copyDirRecursive`, `getExecutableDirectoryPath`, and `parseMultilineInput` from `src/utils.ts` along with the `fs` import. Delete the corresponding `utils-file.test.ts` test file and remove related test cases from `utils-basic.test.ts` and `cache.test.ts`. Update `taskfile.yml` to drop references to the deleted test file.

Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
@tenthirtyam tenthirtyam self-assigned this Aug 14, 2026
@tenthirtyam tenthirtyam added the chore Chore label Aug 14, 2026
@tenthirtyam
tenthirtyam merged commit b2f1582 into main Aug 14, 2026
12 checks passed
@tenthirtyam
tenthirtyam deleted the chore/remove-unused-utility-functions branch August 14, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant