Maksim Bondarenkov

Results 125 comments of Maksim Bondarenkov

``` ❯ zed [2024-03-16T12:48:13+03:00 ERROR fs] watch path does not exist: C:\Users\maksa\AppData\Roaming\Zed\keymap.json [2024-03-16T12:48:13+03:00 ERROR fs] watch path does not exist: C:\Users\maksa\AppData\Roaming\Zed\settings.json [2024-03-16T12:48:13+03:00 ERROR util] crates\settings\src\settings_file.rs:76: EOF while parsing a value...

a new issue with v0.127.3: https://github.com/zed-industries/zed/issues/9757

patch sent upstream: https://github.com/zed-industries/zed/pull/9815, but after applying it binary segfaults

> FYI all non-macOS builds of Zed should be considered WIP alpha builds, rather than anything stable or even functional :) > > We'll let folks know when we're ready...

> I guess it's not the rust part? I don't know

switched to git HEAD so the fixes will be tested earlier

> Interesting, it did work for me > ![grafik](https://github.com/msys2/MINGW-packages/assets/2415206/acc6f709-1f04-4e5f-9a8c-73fb38fb8e11) > I got some error messages tho > > ``` > [2024-03-27T17:24:41+01:00 ERROR util] crates\settings\src\settings_file.rs:76: EOF while parsing a value at...

It segfaults on CLANG64, but on UCRT64 not

currently commented `cargo vendor` due to https://github.com/zed-industries/zed/issues/10460 upd.: fixed

forgot to say. we've upgraded to llvm 18, but rust will support it only at 1.78.0. try backporting relevant PR update: https://github.com/rust-lang/rust/pull/120055