No description
Find a file
Puck Meerburg 40638ad666 (zilch lang ninja build): workaround Meson .so linking
Meson implements early-cutoff for shared library linking by having each .so
generate a .symbols file, and only relinking when that changes. The issue is
that this loses the direct dependency to the .so, and I'm unwilling to commit
to putting every transitive dependency in the environment's VFS. Instead,
work around it specifically for Meson.
2025-11-14 13:01:04 +00:00
aux aux/socket: patch scheduling bug in socket egg 2024-10-09 20:36:44 +00:00
cli zilch-cli-rust: fix ordering of append-dir 2025-03-03 15:13:27 +00:00
core (zilch vfs): add parent directories when using vfs-append-file 2025-11-14 13:01:04 +00:00
docs docs: add more modules 2025-04-14 12:17:56 +00:00
lang (zilch lang ninja build): workaround Meson .so linking 2025-11-14 13:01:04 +00:00
lib/build-chicken-parallel Initial commit 2024-10-04 15:08:26 +00:00
planner (zilch planner step): fix batch steps 2025-03-20 17:43:55 +00:00
.envrc Initial commit 2024-10-04 15:08:26 +00:00
.gitignore Initial commit 2024-10-04 15:08:26 +00:00
COPYING Add COPYING 2024-10-04 15:08:26 +00:00
default.nix Initial commit 2024-10-04 15:08:26 +00:00
shell.nix (zilch lang ninja): add ninja build file parser 2025-11-14 13:01:04 +00:00

To generate the documentation, run:
`docread; npx antora generate antora-playbook.yml`.