Matt Godbolt
Matt Godbolt
Noticed during staging startup: @smithy/node-http-handler:WARN - socket usage at capacity=50 and 4904 additional requests are enqueued. ``` Jun 16 15:36:58Z ip-172-30-1-98 amazon.staging info: /opt/compiler-explorer/clang-rocm-5.2.3/bin/clang++ clang version 14.0.0 (https://github.com/RadeonOpenCompute/llvm-project.git d6c88e5a78066d5d7a1e8db6c5e3e9884c6ad10e) is...
## Summary This PR significantly improves type safety for GoldenLayout configurations, continuing work from issue #4490 "The War of The Types". This is an **incremental improvement** that establishes a solid...
While working on #7801, spotted that you could use "bad" imports in the front end code and nothing picked it up. So, added this with Claude's help.
## Overview This issue tracks the completion of GoldenLayout configuration validation and the elimination of remaining type safety gaps. The focus is on runtime configuration validation, unsafe casting elimination, and...
## Overview This issue tracks the implementation of type-safe serialization and deserialization for GoldenLayout configurations. Currently, layout state persistence (localStorage, URL sharing) happens without type safety, using `any` types throughout...
Saw this in the logs: Jun 12 13:55:46Z [ip-172-30-5-162](https://my.papertrailapp.com/systems/ip-172-30-5-162/events?focus=1869817888081985550&selected=1869817888081985550) [amazon](https://my.papertrailapp.com/groups/1243314/events?q=program%3Aamazon&focus=1869817888081985550&selected=1869817888081985550) error: Tried to get executable from cache, but got an error: { "err": { "code": "ENOENT", "errno": -2, "path": "/nosym/tmp/compiler-explorer-compilerhBN8Fi/fmt/lib/libfmtd.a",...
The tool/pane dropdown on compiler output has stopped closing automatically after a click and drag. This also seems to upset the tracking of things that are already open.
## Summary - Fixes issue #1648 where statically linked library functions like `__divdc3` were incorrectly filtered out even when directly called by user code - Implements a smart two-pass solution...
I will update this PR when it's ready. The backend that this needs isn't deployed yet either (and I'm not happy with some of the results).
- Add full test suite covering all Claude Explain functionality: - Basic pane opening and consent flow - no-ai directive detection - API interactions and error handling - Options/customization features...