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

Add Memo-Runner chaining/composition support #29

Open
mdittmer opened this issue Dec 19, 2016 · 0 comments
Open

Add Memo-Runner chaining/composition support #29

mdittmer opened this issue Dec 19, 2016 · 0 comments
Assignees

Comments

@mdittmer
Copy link
Owner

A series of *Runner classes encapsulate the Memo composition to "run a task" from the command-line (see main/memo.es6.js for Runner entry points). Several of these tasks could be composed the same way memos are (with some massaging of the data, of course).

E.g., parse-blink and scrape-blink-linked, then process-idl (blink), then process-idl-from-reference (blink-linked with blink as reference), then copy outputs into data/idl/blink(/linked). This has been tested out with an ugly shell script wrapper, but it would be nice to be able to do it all in one go.

@mdittmer mdittmer self-assigned this Dec 19, 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