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 system initialization code #149

Closed
1 task
zippy opened this issue May 15, 2016 · 0 comments
Closed
1 task

refactor system initialization code #149

zippy opened this issue May 15, 2016 · 0 comments
Assignees
Milestone

Comments

@zippy
Copy link
Owner

zippy commented May 15, 2016

currently the base_defs.pl generates all the system definitions plus more, like the HTTP and TEST receptors/contexts.

We have to split this up so that we can spin up different versions of ceptr, i.e. ones without the test/shell contexts etc. and so we can move HTTP definitions into separate files.

  • create a function that uses _t_parse to create a context and exectue the code in that context in a temporary instance of a receptor of that type so as to add definitions into it. I.e. this is a scaffold version of what's in base_defs.pl as a step on our way to a dev/compository protocol
@zippy zippy self-assigned this May 15, 2016
@zippy zippy added this to the May milestone May 15, 2016
@zippy zippy closed this as completed May 20, 2016
@zippy zippy removed the in progress label May 20, 2016
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

No branches or pull requests

1 participant