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

Use updated tg.Args #29

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

Use updated tg.Args #29

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

Comments

@deciduously
Copy link
Member

Currently, packages pass optional additional arguments down to their respective build systems using a somewhat clunky pattern which includes the type tg.MaybeNestedArray<T>. Design and implement a cleaner strategy, and ensure this type does not appear in any top-level user-facing interface.

One strategy we briefly discussed was to split the tg.Args argument parsing step out from the actual build logic for each interface that employs the variadic argument pattern.

@deciduously deciduously self-assigned this Apr 1, 2024
@deciduously deciduously changed the title Eliminate tg.MaybeNesterArray from public interfaces Eliminate tg.MaybeNestedArray from public interfaces Apr 1, 2024
@nitsky nitsky changed the title Eliminate tg.MaybeNestedArray from public interfaces Use updated tg.Args May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant