haze

Results 42 comments of haze

@gvergnaud can we get this merged??! 🌈😍😍

Hello! I'm back to using Sublime & NeoVintageous. Here's the configuration I use: ```json { "ignored_packages": [ "Six", "Vintage", "Vintageous", ], "color_scheme": "auto", "font_size": 16, "font_face": "SF Mono", "vintageous_clear_auto_indent_on_esc": false,...

Another repro here: **Zed configuration** ```json { "theme": "Summercamp", "telemetry": { "diagnostics": false, "metrics": false }, "vim_mode": true, "ui_font_size": 16, "buffer_font_size": 16 } ``` **File you're scrolling through** https://github.com/haze/rehype-tree-sitter/blob/main/src/lib.rs **Display**...

I haven't been able to build stage3 zig on macOS Sonoma just yet; I get this error when building; ```console $ cmake -G Ninja -B build -DCMAKE_PREFIX_PATH='/opt/llvm/16.0.1/;/opt/pkg/' -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo $ samu...

@nektro the warn and error log levels should make tests fail though, so I could see why this would be desired (also, it’s helpful when debugging tests)

Some more investigation: ```console 7ms /p/var/f/q3/j805…/T/tmp.HczPr83Xf2 edited-zig build-obj --debug-log tapi --debug-log link --debug-log archive src/main.zig debug(link): selected linker mode 'incremental' debug(link): creating main.o.dSYM bundle debug(link): found __TEXT segment (header-only) free...

Copying the libSystem.tbd gets us further: ```console debug(link): selected linker mode 'incremental' debug(link): creating main.o.dSYM bundle debug(link): found __TEXT segment (header-only) free space 0x0 to 0x4000 debug(link): found __TEXT1,__text free...

Oddly enough, non debug versions of the compiler work with `libSystem.14.tbd` added.

@morgangallant (and for anyone else either brave or forced to upgrade): I forget whether or not you need to compile zig from source to pick up the new `libSystem.tbd` files....

> has there been any progress on this? The PR mentioned above should be rebased off of main. From my experience, nix doesn’t work still, but natively it should work....