Commit 1d103de
CONTRIBUTING.md: a build is not a test
@pljones on #3946: "If building on multiple platforms matters, so does
testing - but build is not testing. (If it were, there would be zero
runtime bugs...)", with a pattern for non-GUI changes. It lands in the
Testing section, which is where this PR collects contribution
requirements.
Commands stay out of it: AGENTS.md carries those, and COMPILING.md the
per-platform build flags.
What the JSON-RPC API can drive was measured against main rather than
read off the method list: a headless Server and a headless Client over a
dummy JACK driver, with setName, setSkillLevel, setInstrumentCode,
setMuted, setFaderLevel and sendChatText issued on the Client's RPC port
and read back from the Server's own getClients and its
chatMessageReceived notification. Connecting is not part of it -
jamulusclient/connect does not exist (-32601), so a Client is still put
in front of a Server with -c.
CHANGELOG: SKIP
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 4e53c53 commit 1d103de
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
0 commit comments