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

feat: add CompilerConfigBuilder #138

Conversation

cwkang1998
Copy link

@cwkang1998 cwkang1998 commented Sep 25, 2023

Implementation for a compiler config builder, currently attempted to implement according to a typed builder approach.

Quite new at rust, so if I am doing something terribly wrong please do point them out and I'll work on it!
Adding test in the next commit, feel free to review before that so that I could make the required modification as well.

Closes #109

@cwkang1998 cwkang1998 marked this pull request as ready for review October 3, 2023 08:45
@leolara
Copy link
Collaborator

leolara commented Mar 27, 2024

This is very different from the requirements

@leolara leolara closed this Mar 27, 2024
@cwkang1998
Copy link
Author

cwkang1998 commented Mar 27, 2024

@leolara Can you point out what I should change to adhere to the requirements? I can attempt another implementation of this if you don't mind.

If you have an example of the builder pattern implementation you want can you share it so that I may reference it as well? Thanks in advance!

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.

CompilerConfigBuilder
2 participants