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

Split backend into a lib and frontend into a thin exec. off static lib #96

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

oblivioncth
Copy link
Owner

No description provided.

This allows for different frontends (i.e. console-based) to be added
easily, and also advances towards unit testing being easier (though at
this moment its still very impractical).
Make a dedicated type for directives that need a response,
RequestDirective, along with related concepts.

Have response return from the postDirective() call for RequestDirective
types.

Use ADL to simplify visit pattern in frontend.
@oblivioncth oblivioncth added the implementation Mechanical improvements label Nov 14, 2024
@github-actions github-actions bot removed the implementation Mechanical improvements label Nov 14, 2024
@oblivioncth oblivioncth added the implementation Mechanical improvements label Nov 14, 2024
@oblivioncth oblivioncth merged commit 8981075 into dev Nov 14, 2024
10 checks passed
@oblivioncth oblivioncth deleted the split_frontend_backend branch November 14, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation Mechanical improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant