Meghan Denny

Results 585 comments of Meghan Denny

fuller support table: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicodeSets

looks like https://github.com/oven-sh/bun/issues/13072 is already open

can u post the zig file that tripped this issue as well? I'm happy to look into this

~~oh hmmm. seems that's only propagating on windows. on linux with~~ ``` [meghan@nixos:/run/media/meghan/dev/ziglint]$ zig build run ./bad/file_as_struct.zig:1:1: found top level fields, file name should be capitalized ./bad/unused_function.zig:9:4: unused local function...

``` [meghan@nixos:/run/media/meghan/dev/ziglint]$ gdb ./zig-out/bin/ziglint GNU gdb (GDB) 13.1 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free...

bottom of strace stack is ``` write(1, "bar", 3) = 3 write(1, "'\n", 2) = 2 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7ffc42883d90} --- --- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} --- +++ killed...

sure thing! 0.12.0 is set to release soon so during the upgrade I'll add some CI that tags releases :)

this is to promote code that "fails early" and doesn't pollute the function with unnecessary indentation that hurts readability ```zig fn sqrt_int(comptime T: type, value: T) Sqrt(T) { if (@typeInfo(T).Int.bits...

TODO comments are for the developer and should not be in the documentation

ah gotcha, yeah it seems they changed the readme to say stage 4 but `spec.html` is still 3 which is what the website reflects