Andrew Clayton
Andrew Clayton
Point people to the new wasm-wasi-component language module, but be upfront about its current limitations.
> There should also be a note on the docs (https://unit.nginx.org/installation/#node-js) > that the unit & unit-http module need matching version numbers. Indeed, that vital bit of information does seem...
We have switched from internally hosted mercurial repositories to GitHub hosted git repositories as our source of truth.
This adds a workflow for building Unit under Fedora Rawhide and Alpine Edge with both GCC and Clang. These are the development branches from which releases are cut. This usually...
The below test reliably fails, though generally only for ruby 3.2, the 3.3 tests generally always succeed. Rerunning it usually works... (sometimes it needs a few runs) ``` test/test_ruby_isolation.py::test_ruby_isolation_rootfs ERROR...
You can always see the original names/addresses used by passing --no-mailmap to the various git commands. See gitmailmap(5)
ci-dev-distro-compiler.yaml already limits itself to running only when relevant things are updated.
The first patch is just a clean up patch that fixes some indentation. The second patch copies the wasm-wasi-component .so into `build/lib/unit/modules/` with the right name. This matches the behaviour...
This pull-request comprises five commits with the overall goal of showing what language modules Unit has loaded _and_ from where, under the `/status` control API endpoint. E.g ```json { "modules":...
Due to 'char' (unless explicitly set) being signed or unsigned depending on architecture, e.g on x86 it's signed, while on Arm it's unsigned, this can lead to subtle bugs such...