Results 3 comments of nmtigor

Same issue! (see [Known [email protected]](https://github.com/nmtigor/set.ts?tab=readme-ov-file#known-issue)) Just one-line error message (on Ubuntu 20.04.6 LTS): ``` [1] 139572 segmentation fault (core dumped) deno test --allow-read --allow-net ../lib ``` The same issue appears...

To simplify the reproduction, add a file /path_to/set.ts/src/test/segfault.ts with contents ```ts import { Bufr } from "../lib/compiling/Bufr.ts"; new Bufr(); ``` Then run with deno 2.0.0 ``` deno test segfault.ts ```...

With deno 2.2.3, it already works fine by me. Thanks!