Linus Groh

Results 56 issues of Linus Groh

editorial change
spec bug
ready to merge

#3395 introduced `#sec-iterator-constructor` as a link target: ![Image](https://github.com/user-attachments/assets/da62b93c-1518-448d-9388-f99fc02559ca) Should probably be changed to lowercase like here: ![Image](https://github.com/user-attachments/assets/eba5b769-120f-4b0b-ba32-1efc9ebe5ff7)

editorial change

The proposal has been withdrawn, related test262 tests were deleted, and it's no longer mentioned on MDN. - https://github.com/tc39/notes/blob/cb328656919c1d6b658099c41bc13df622f649a9/meetings/2023-09/README.md - https://github.com/tc39/test262/pull/4239 - https://github.com/tc39/proposal-cleanup-some/issues/6 `$262.clearKeptObjects()` only existed for this purpose and...

ecma-262 proposal

See linked ECMA-262 commits in each commit messages.

![Image](https://github.com/user-attachments/assets/952b4eb9-55d5-46a9-a2f8-ea7da4385890) ``` FAIL 1 test/harness/assert-notsamevalue-nan.js /home/runner-3/.esvu/engines/bali/balde: error while loading shared libraries: libicui18n.so.74: cannot open shared object file: No such file or directory FAIL 2 test/harness/assert-false.js /home/runner-3/.esvu/engines/bali/balde: error while loading shared...

engine-fault

### Zig Version 0.14.0-dev.2474+ee47094a3 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); pub fn main() void { var f: f16 = 32785; _ = &f; const...

bug
os-macos
arch-aarch64
miscompilation
backend-llvm

Basically everything that has a direct replacement or no uses left. Notable omissions: - std.ArrayHashMap: Too much fallout, needs a separate cleanup. - std.debug.runtime_safety: Too much fallout. - std.heap.GeneralPurposeAllocator: Lots...

``` [gcc/build] ld.lld: error: undefined symbol: host_detect_local_cpu(int, char const**) [gcc/build] >>> referenced by gcc.cc [gcc/build] >>> gcc.o:(static_spec_functions) [gcc/build] ld.lld: error: undefined symbol: host_detect_local_cpu(int, char const**) [gcc/build] >>> referenced by gcc.cc...

regression
ports

These two are not compatible: - https://github.com/SerenityOS/serenity/blob/22ebf778561ee103880b78dce705a0456e07ad09/Userland/Libraries/LibELF/Validation.cpp#L315-L323 - https://github.com/ziglang/zig/blob/d0911786c95dfa7a63ec348bb4a9870da12f62e4/build.zig#L15 (last bumped in https://github.com/ziglang/zig/commit/6a837e64cf70651bfa16e0d6090ffb4122a2f76f) Instead of refusing to run the binary at all we should either: - Clamp the value to...

enhancement