ducttape icon indicating copy to clipboard operation
ducttape copied to clipboard

Implement summaries

Open jhclark opened this issue 12 years ago • 3 comments

Implement summaries, as discussed in the tutorial.

This will allow users to quickly summarize results so far in a workflow and make papers for tables, etc.

jhclark avatar Jun 07 '12 19:06 jhclark

@jhclark, are the syntax and semantics for summary blocks finalized?

dowobeha avatar Jun 26 '12 20:06 dowobeha

I think basic summaries look pretty good now: https://github.com/jhclark/ducttape/blob/master/tutorial/05-01-hello-summaries.tape.TODO

However, once we add switch-case to the mix along with tasks that might have different code blocks depending on the realization, things will get nastier: https://github.com/jhclark/ducttape/blob/master/tutorial/05-02-hyper-summaries.tape.TODO. I'm not sure what to do about that yet. Or if we should be worrying about it yet. I'm inclined to think about syntax now though, so that we don't paint ourselves into a corner.

jhclark avatar Jun 26 '12 22:06 jhclark

The "using" keyword for specifying a specific branch for a summary was never implemented, correct?

mitchellgordon95 avatar May 19 '20 16:05 mitchellgordon95