Linus Groh
Linus Groh
#3395 introduced `#sec-iterator-constructor` as a link target:  Should probably be changed to lowercase like here: 
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...
See linked ECMA-262 commits in each commit messages.
 ``` 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...
### 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...
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...
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...