Skip to content

Use a single struct for TalismanRC #472

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

Merged
merged 6 commits into from
Mar 26, 2025
Merged

Use a single struct for TalismanRC #472

merged 6 commits into from
Mar 26, 2025

Conversation

tw-owen-nelson
Copy link
Collaborator

After #471, we no longer need complex logic when generating a TalismanRC struct from a .talismanrc file. This simplifies loading from and writing to a .talismanrc file by directly unmarshalling/marshalling TalismanRC, instead of using the persistedRC struct as an intermediate.

Files outside of talismanrc are using the underlying type to manage
ignoring specific files, so it isn't sufficiently abstracting the
capabilty. This brings persistedRC and TalismanRC closer together.

Authored-by: Owen Nelson <[email protected]>
Authored-by: Owen Nelson <[email protected]>
@tw-owen-nelson tw-owen-nelson merged commit 0201425 into main Mar 26, 2025
5 checks passed
@tw-owen-nelson tw-owen-nelson deleted the consolidate-rcs branch March 26, 2025 17:26
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.

1 participant