aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-12-13ccwl: Support graphviz node ports.Arun Isaac
2021-12-13ccwl: Organize serialize into a generic function.Arun Isaac
2021-12-13ccwl: Escape only the double quote character in graphviz output.Arun Isaac
2021-12-13ccwl: Support graphviz HTML strings.Arun Isaac
2021-12-10guix.scm: Base ccwl package off upstream Guix package.Arun Isaac
2021-12-10README: Recommend Guix to set up a development environment.Arun Isaac
2021-12-10README: Recommend upstream Guix package for installation.Arun Isaac
2021-12-09contrib: Add pggb workflow.Arun Isaac
2021-11-29README: Emphasize that manual installation is from source.Arun Isaac
2021-11-29README: Add instructions for installation using software bundles.Arun Isaac
2021-11-29Makefile: Build software bundles.Arun Isaac
2021-11-29guix.scm: Add a wrap phase.Arun Isaac
2021-11-25guix.scm: Bump version.Arun Isaac
2021-11-25guix.scm: Use the upstream Guix guile-libyaml package.Arun Isaac
2021-11-19README: Add installation instructions.Arun Isaac
2021-11-19guix.scm: Replace guix environment with guix shell.Arun Isaac
2021-11-06Release version 0.2.0.v0.2.0Arun Isaac
2021-11-05doc: Search source-path in scheme-source-form.Arun Isaac
2021-11-05build-aux: Extract dependencies from scheme-source-form.Arun Isaac
2021-11-05build-aux: Delete duplicates in dependencies.Arun Isaac
2021-11-05gitignore: Ignore dot files.Arun Isaac
2021-11-05doc: Add spell check workflow to tutorial.Arun Isaac
2021-11-05doc: Support extracting specific forms from a scheme file.Arun Isaac
2021-11-05build-aux: Hide doc/cwl-output in the manual output snippets.Arun Isaac
2021-11-05website: Do not specify line-height on h1, h2 and h3.Arun Isaac
2021-11-05Makefile: Copy images without recursion.Arun Isaac
2021-11-05Makefile: Delete target if recipe fails.Arun Isaac