about summary refs log tree commit diff
AgeCommit message (Expand)Author
28 hoursstore: Do not attempt to predict when hard linking will fail.Arun Isaac
30 hoursjavascript: Implement function body expressions.Arun Isaac
30 hoursjavascript: Tokenize using PEG grammar.Arun Isaac
31 hourstests: Canonicalize JSON trees before comparing them.Arun Isaac
31 hourstests: Add null parameter reference tests.Arun Isaac
46 hoursjavascript: Provide evaluate-javascript-expression as the interface.Arun Isaac
46 hourswork/command-line-tool: Evaluate javascript in strict mode.Arun Isaac
46 hoursjavascript: Declare variables using var.Arun Isaac
46 hoursMakefile: Add ares target.Arun Isaac
46 hoursmanifest: Add guile-ares-rs.Arun Isaac
46 hoursgitignore: Add .nrepl-port.Arun Isaac
9 daysmanifest: Use ccwl from (e2e-tests).Arun Isaac
2025-12-02guix: Use compile to output file feature from latest ccwl.Arun Isaac
2025-11-30README: Move ravanan options before workflow and inputs files.Arun Isaac
2025-11-30README: Describe Hello World example in doc directory.Arun Isaac
2025-11-30README: Replace JSON inputs file with YAML inputs file.Arun Isaac
2025-11-30e2e-tests: Add example Hello World workflow from the documentation.Arun Isaac
2025-11-30command-line-tool: Handle absent arguments field.Arun Isaac
2025-11-30guix: Copy CWL files in E2E tests.Arun Isaac
2025-11-30doc: Use YAML inputs file in Hello World example.Arun Isaac
2025-11-30store: Create store subdirectories if they don't exist.Arun Isaac
2025-11-29work/command-line-tool: Avoid infinite recursion in matching floats.Arun Isaac
2025-11-29work/command-line-tool: Accept ints as floats too.Arun Isaac
2025-11-29store: Spin out link-or-copy function.Arun Isaac
2025-11-29guix: Use latest ccwl in E2E tests.Arun Isaac
2025-11-29workflow: Handle boolean false input and default value.Arun Isaac
2025-11-29work/command-line-tool: Do not add defaults.Arun Isaac
2025-11-29workflow: Combine add-defaults into resolve-inputs.Arun Isaac
2025-11-29workflow: Identify optional inputs with a boolean #f default.Arun Isaac
2025-11-29workflow: Clarify that optional-input? only returns a truthy value.Arun Isaac
2025-11-29workflow: Let optional-input? be a true predicate.Arun Isaac
2025-11-29command-line-tool: Remove unused build-command function.Arun Isaac
2025-11-29workflow: Do not validate in run-workflow.Arun Isaac
2025-11-27tests: Test reader end-to-end, don't test specific functions.Arun Isaac
2025-11-27reader: Resolve type ambiguities in default inputs.Arun Isaac
2025-11-27reader: Normalize all formals, not just File type formals.Arun Isaac
2025-11-27workflow: Add defaults to inputs even with Workflow class workflows.Arun Isaac
2025-11-27workflow: Do not require user to provide inputs with a default.Arun Isaac
2025-11-26guix: Do not require listing E2E test files.Arun Isaac
2025-11-24HACKING: Add release instructions.Arun Isaac
2025-11-24image: Remove trailing dot in license file.Arun Isaac
2025-11-24guix: Promote images license to web page.Arun Isaac
2025-11-24guix: Add releases directory to website.Arun Isaac
2025-11-24Add v0.2.0 release tarballs.Arun Isaac
2025-11-24guix: Add Download section to website.Arun Isaac
2025-11-24Makefile: Bump version to 0.2.0. v0.2.0Arun Isaac
2025-11-24README: Add end-to-end tests CI badge.Arun Isaac
2025-11-24README: Detail alt text for CI badge.Arun Isaac
2025-11-24e2e-tests: Pass --no-same-owner flag to tar.Arun Isaac
2025-11-24website: Add CSS.Arun Isaac