Meghan Denny
Meghan Denny
this is quite similar to a mirrored https://lucide.dev/icons/copy
seems related to https://infra.spec.whatwg.org/#algorithm-control-flow it should probably explicitly link to https://tc39.es/ecma262/#sec-throw-an-exception
also just found https://webidl.spec.whatwg.org/#dfn-throw
timestamp of recent publishes ``` 0.15.0-dev.589+23c817548/ 20-May-2025 20:03 - 0.15.0-dev.621+a63f7875f/ 21-May-2025 06:03 - 0.15.0-dev.631+9a3540d61/ 24-May-2025 18:17 - 0.15.0-dev.635+7dbd21bd5/ 25-May-2025 07:03 - 0.15.0-dev.636+35ba8d95a/ 25-May-2025 18:03 - ```
build tarballs action, which would usually re-sync them all, is failing ``` 2025-05-25T17:21:34.0719986Z info: running /home/ci/actions-runner/_work/zig-bootstrap/out/host/bin/zig... 2025-05-25T17:21:38.6389152Z thread 3723441 panic: failed to write documentation/master/std/index.html.gz: FileNotFound 2025-05-25T17:21:38.8131896Z /home/ci/deps/zig-linux-x86_64-0.14.0/lib/std/posix.zig:1825:23: 0x116d6dd in openatZ...
can confirm i see the same master dev version on both https://ziglang.org/download/ and https://ziglang.org/download/index.json
```ts Bun.serve({ port: 80, async fetch(req, srv) { const url = req.url; const urlProxies = url.replace("localhost", "example.com"); return fetch(urlProxies, new Request({ ...req, url: urlProxies })); }, }); ``` ``` ❯...
C include headers: https://github.com/illumos/illumos-gate/tree/master/usr/src/head
freebsd will still have to be added to `wiki/Updating-libc` once -lc cross compilation is supported, which is being tracked in #2876