You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
A series of
*Runner
classes encapsulate theMemo
composition to "run a task" from the command-line (seemain/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
andscrape-blink-linked
, thenprocess-idl
(blink), thenprocess-idl-from-reference
(blink-linked with blink as reference), then copy outputs intodata/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.The text was updated successfully, but these errors were encountered: