Files
mattgodbolt-molty 9e0e4e8e7d fix: address Copilot feedback and behavioural review
Copilot issues:
- Add missing 'import $ from jquery' to backend-api.ts
- Add contentType: 'application/json' to popularArguments (missing vs compile/compileCMake)
- Use makeError() in shortenUrl for consistent structured error messages
- Fix getAssemblyDocumentation: check response.ok before parsing JSON body
  to handle non-JSON error responses (e.g. HTML proxy error pages)

Behavioural discrepancies vs original noted and accepted:
- editor.ts now sends tabWidth + useSpaces to format endpoint (strict
  improvement; consistent with formatter-registry.ts which always sent them)
- editor.ts HTTP format error now shows HTTP status/statusText rather than
  attempting to parse xhr.responseText for an answer field; acceptable as
  the format endpoint returns HTTP 200 in all non-network-error cases

🤖 Generated by LLM (Claude, via OpenClaw)
2026-02-22 15:59:17 -06:00
..
2025-06-18 09:04:23 -05:00
2025-07-28 10:34:46 -05:00
2026-02-16 14:07:57 -06:00
2025-04-24 12:10:37 -05:00
2025-07-28 10:34:46 -05:00