aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-29ccwl: Allow steps with unspecified default arguments.Arun Isaac
2023-09-28scripts: Raise exception when file does not return supported object.Arun Isaac
2023-09-28scripts: Support returning command objects from ccwl files.Arun Isaac
2023-09-28graphviz: Add generic workflow or command serialization function.Arun Isaac
2023-09-28graphviz: Add command to dot serialization function.Arun Isaac
2023-09-28cwl: Add generic workflow or command serialization function.Arun Isaac
2023-09-28cwl: Add command to CWL serialization function.Arun Isaac
2023-09-28scripts: Catch and report &formatted-message conditions.Arun Isaac
2023-09-28ui: Split out reporting of &formatted-message conditions.Arun Isaac
2023-09-20scripts: Ignore quit exceptions when requesting the user report bugs.Arun Isaac
2023-09-20scripts: Set scheme mode in Emacs.Arun Isaac
2023-09-20scripts: Catch uncaught exceptions and request the user report them.Arun Isaac
2023-09-20scripts: Allow script to be loaded without executing main.Arun Isaac
2023-09-20ccwl: Add TODO to support commands in lexical scope.Arun Isaac
2023-09-20tests: Test that rename works even on a final workflow output.Arun Isaac
2023-09-19ccwl: Use key name for output.Arun Isaac
2023-09-19ccwl: Add set-output-id setter.Arun Isaac
2023-07-08Make repository a guix channel.Arun Isaac
2022-04-09website: Use Fira Code and Charter fonts.Arun Isaac
2022-04-09doc: Add table of contents.Arun Isaac
2022-04-09scripts: Do not pass multiple arguments to env.Arun Isaac
2022-04-09scripts: Do not auto-compile the ccwl script.Arun Isaac
2022-04-09Makefile: Compile scheme source code with auto-compile disabled.Arun Isaac
2022-02-11README: Mention dependencies to build the manual.Arun Isaac
2022-02-11README: Remove deprecated bootstrap step from build instructions.Arun Isaac
2022-02-05Makefile: Copy HTML manual to website.Arun Isaac
2022-01-19build-aux: Fix broken link to signing key.Arun Isaac
2022-01-16ccwl: Raise parameter errors in workflow steps as exceptions.Arun Isaac
2022-01-16ccwl: Raise undefined ccwl command error as exception.Arun Isaac
2022-01-16ccwl: Raise exceptions on command syntax errors.Arun Isaac
2022-01-16ccwl: Raise exceptions on output syntax errors.Arun Isaac
2022-01-16ccwl: Raise exceptions on input syntax errors.Arun Isaac
2022-01-16ccwl: Delete plist->alist.Arun Isaac
2022-01-16ccwl: Document default default value of syntax-lambda**.Arun Isaac
2022-01-16ccwl: Clarify default default value of lambda**.Arun Isaac
2022-01-16ccwl: Do not expand to syntax values.Arun Isaac
2022-01-16ccwl: Remove out field from <step> type.Arun Isaac
2022-01-16scripts: Decide to not compile files ever.Arun Isaac
2022-01-16scripts: Report ccwl syntax violations.Arun Isaac
2022-01-16scripts: Read using read-syntax.Arun Isaac
2022-01-16ccwl: Add &formatted-message condition.Arun Isaac
2022-01-16tests: Move plist-ref ahead of test-begin.Arun Isaac
2022-01-16ccwl: Raise lambda** and syntax-lambda** errors as exceptions.Arun Isaac
2022-01-16ccwl: Add conditions.Arun Isaac
2022-01-16tests: Use @@ instead of module-ref and resolve-module.Arun Isaac
2022-01-16ccwl: Indent lambda** docstring examples correctly.Arun Isaac
2022-01-10dir-locals: Allows tabs in Makefiles.Arun Isaac
2022-01-10Migrate to hand-written Makefiles.Arun Isaac
2021-12-17Create specialized type for graphviz edge.Arun Isaac
2021-12-17Abstract out serialization of graphviz properties.Arun Isaac