Build and packaging library
- Python 54.3%
- Makefile 33.2%
- Shell 12.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m18s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m24s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m52s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m30s
CI / Packaging test (push) Successful in 0s
CmdCreateFile renders a file from project metadata, yet nothing runs it end to end. The "tmpl" format substitutes --field values into template markers, and the "pyright" format computes extra paths from the jw run dependencies of a module. Both formats are untested, and so is the handling of missing templates, unknown --field keys, and malformed command-line arguments. Add an integration test under test/integration/jw-pkg/projects that drives the command through the real CLI and diffs the rendered output against a reference. It covers single- and multi-value field substitution, the default and custom field separators including the %n newline escape, value quoting, and --field-keys filling in keys the caller omitted. The pyright case uses a relative topdir so the computed project paths stay relocatable. The error cases check that the command rejects a missing template name, an unknown template file, a --field key outside --field-keys, an unsupported pyright separator, and invalid --format and --field arguments with the expected message and exit status. Assisted-by: unsloth/Qwen3.8-27B-GGUF:Q4_K_M with pi.dev v0.85.1 Signed-off-by: Jan Lindemann <jan@janware.com> |
||
| .github/workflows | ||
| bin | ||
| conf | ||
| doc | ||
| make | ||
| scripts | ||
| src | ||
| test | ||
| .gitignore | ||
| HASH | ||
| Makefile | ||
| RELEASES | ||
| VERSION | ||