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

refactor: improve source representation #148

Merged
merged 6 commits into from
Sep 18, 2024

Conversation

shouya
Copy link
Owner

@shouya shouya commented Sep 18, 2024

Previously dynamic source is represented as Option<Source>. Upon reflection, the case for dynamic source is not semantically the case for the lack of source despite a null source is how dynamic source is represented in config. Therefore, it is better to represent dynamic source as a variant of Source.

@shouya shouya force-pushed the refactor-source-representation branch from 4cfd735 to 54099ec Compare September 18, 2024 09:22
@shouya shouya force-pushed the refactor-source-representation branch from 56f703f to 8c50af1 Compare September 18, 2024 09:49
@shouya shouya merged commit ef30e22 into master Sep 18, 2024
2 checks passed
@shouya shouya deleted the refactor-source-representation branch September 18, 2024 09:53
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