aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-12scripts: Print usage information on --help and incorrect usage.Arun Isaac
2021-10-12scripts: Use args-fold.Arun Isaac
2021-10-12scripts: Wrap main body in function.Arun Isaac
2021-10-12ccwl: Implement compiling to graphviz.Arun Isaac
2021-10-11ccwl: Remove unused invoke-command function.Arun Isaac
2021-10-11ccwl: Factorize out CWL generation code to separate file.Arun Isaac
2021-10-11ccwl: Remove unused write-cwl function.Arun Isaac
2021-10-07ccwl: Pass workflow inputs through every command.Arun Isaac
2021-10-06ccwl: Fix the docstring of workflow-steps.Arun Isaac
2021-10-04ccwl: Quote source code in error messages.Arun Isaac
2021-10-04ccwl: Support #:allow-other-keys in lambda** and syntax-lambda**.Arun Isaac
2021-10-04ccwl: Error out on invalid keywords to lambda**.Arun Isaac
2021-10-04tests: Remove stray syntax-lambda** form.Arun Isaac
2021-10-04Revert "In pipe, pass through input keys to all expressions."Arun Isaac
2021-10-04website: Upcase SVG in comment.Arun Isaac
2021-09-29README: Add a Download section using a dynamic block.Arun Isaac
2021-09-29README: Add GitHub link using an org dynamic block.Arun Isaac
2021-09-29Makefile: Record dependency on build-home-page.el.Arun Isaac
2021-08-17build-aux: Remove redundant beginning-of-line.Arun Isaac
2021-08-17build-aux: Link to GitHub repo on website.Arun Isaac
2021-08-17ccwl: Define output objects using a macro instead of a function.Arun Isaac
2021-08-17build-aux: Preserve only the LIBRARY_PATH environment in cwltool runs.Arun Isaac
2021-08-16Makefile: Generate sample output when building documentation.Arun Isaac
2021-08-16Makefile: Clean dot files correctly.Arun Isaac
2021-08-16Makefile: Allow tabs when editing in Emacs.Arun Isaac
2021-08-16ccwl: Define input objects using a macro instead of a function.Arun Isaac
2021-07-27ccwl: Make syntax-lambda** more like lambda**.Arun Isaac
2021-07-27build-aux: Use #t as the expected value for test-assert tests.Arun Isaac
2021-07-20ccwl: Do not specify '() as the default value for n-ary arguments.Arun Isaac
2021-07-20ccwl: Set default value of lambda** n-ary arguments to '().Arun Isaac
2021-07-20ccwl: Document syntax-lambda** support for default arguments.Arun Isaac
2021-07-20ccwl: Clarify difference between and lambda** and syntax-lambda**.Arun Isaac
2021-07-20ccwl: Support default values for arguments in lambda**.Arun Isaac
2021-07-20tests: Add tests for ccwl/utils.scm.Arun Isaac
2021-07-20ccwl: Add examples to docstrings.Arun Isaac
2021-07-19build-aux: Put website building code into a function.Arun Isaac
2021-07-19ccwl: Add missing syntax in unsyntax-keywords docstring example.Arun Isaac
2021-07-19tests: Fix order of arguments to test-equal.Arun Isaac
2021-07-19tests: Fix indentation.Arun Isaac
2021-07-19build-aux: Support disabling of color in tests.Arun Isaac
2021-07-19build-aux: Color test suite names.Arun Isaac
2021-07-19build-aux: Abstract out colored text.Arun Isaac
2021-07-19build-aux: Improve test driver output.Arun Isaac
2021-07-06Release version 0.1.0.v0.1.0Arun Isaac
2021-07-06NEWS: Update.Arun Isaac
2021-07-06.gitignore: Update rules regarding website directory.Arun Isaac
2021-07-06Makefile: Add release target.Arun Isaac
2021-07-05ccwl: Remove extra blank lines.Arun Isaac
2021-07-05website: Highlight code snippets.Arun Isaac
2021-07-05doc: Inline code snippets.Arun Isaac