Maksim Bondarenkov

Results 125 comments of Maksim Bondarenkov

> Not sure if it's actionable at this point: there's no support for Windows (yet) in Zed hence mingw failures are not something we're ready to consider too.

I'll make it draft. maybe they will reconsider it in future...

I found a workaround for a new build fail in AUR. will try later

I don't understand this failure ``` error: failed to get `tree-sitter-yaml` as a dependency of package `languages v0.1.0 (C:\_\B\src\zed-0.126.2\crates\languages)` Caused by: failed to load source for dependency `tree-sitter-yaml` Caused by:...

successful local build πŸŽ‰. I'll download it from artifact

> Try adding git in makedepends. CI still fails :(

> > Try adding git in makedepends. > > CI still fails :( https://github.com/yaml/yaml-test-suite returns 404... edit: https://github.com/zed-industries/zed/issues/9411

> I guess CI is stuck on Git authentication dialog. Overall `git` should be unnecessary as Cargo does use libgit2 (to be replaced with gitoxide in the future). Maybe there...

the same issue with `thin` lto for non-clang environments

non-clang envs are failing even with disabled lto. is there a way to enforce clang+lld for them? upd.: I've found a solution