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

Design and implement a pattern for applying similar wrappers to a group of artifacts #30

Open
deciduously opened this issue Apr 1, 2024 · 0 comments
Assignees

Comments

@deciduously
Copy link
Member

deciduously commented Apr 1, 2024

Some common operations over tg.Directory artifacts involve applying a similar wrapper to multiple files:

  • Adding a library path to executables
  • Wrapping all bash/perl/fooLang scripts with a specific interpreter and environment
  • Adjusting/creating/removing symlinks created by the build process.

These patterns are currently handled manually for each instance, but could lean on a unified "directory visitor" pattern.

@deciduously deciduously self-assigned this Apr 1, 2024
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

No branches or pull requests

1 participant