Package Details: zed-git 0.163.0.r27.g6ab4b46-1

Git Clone URL: https://aur.archlinux.org/zed-git.git (read-only, click to copy)
Package Base: zed-git
Description: A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter
Upstream URL: https://zed.dev
Licenses: Apache-2.0, GPL-3.0-or-later, AGPL-3.0-or-later
Conflicts: zed
Provides: zed
Replaces: zed-editor-git
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 7
Popularity: 0.44
First Submitted: 2024-05-31 14:55 (UTC)
Last Updated: 2024-11-21 09:54 (UTC)

Dependencies (34)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

alerque commented on 2024-10-03 10:03 (UTC)

@SpotlightKid Of course it isn't, but did you look at the log? There is one bump that accidentally got committed without having staged the actually relevant build change (0.151 was supposed to have the cmake addition to makedepneds), and none that were bumps when no build changes were needed.

SpotlightKid commented on 2024-08-30 20:41 (UTC)

Is it really necessary to push a bump of the pkgver when nothing else has changed?

This is a VCS package, and one of the properties of those is that you don't update them unless the PKGBUILD needs to change for some reason.

SpotlightKid commented on 2024-07-31 17:53 (UTC)

This need rustc >= 1.80.x to build. Manjaro is still at 1.79.x, so you need to use rustup and do rustup update there, otherwise you get this compilation error:

error[E0277]: the trait bound `str: std::default::Default` is not satisfied
  --> crates/gpui/src/shared_string.rs:14:28
   |
14 |         Self(ArcCow::Owned(Arc::default()))
   |                            ^^^ the trait `std::default::Default` is not implemented for `str`, which is required by `std::sync::Arc<_, _>: std::default::Default`
   |
   = help: the following other types implement trait `std::default::Default`:
             &mut str
             &str
   = note: required for `std::sync::Arc<str>` to implement `std::default::Default`

rodolpheh commented on 2024-07-22 17:09 (UTC)

@alerque At the time of my previous comment, the build complained that it was missing mold, I had to install it to build Zed. This might have changed later on. Thanks for checking.

alerque commented on 2024-06-29 09:21 (UTC)

@rodolpheh What makes you say mold is a dependency? It seems to build fine in a chroot without it.

alerque commented on 2024-06-29 08:18 (UTC)

@impulse This package is open for PRs on GitHub here if you want to contribute. I'm reluctant to just add you as a co-maintainer until I see what you plan to do. This package is carefully synced with the stable ([extra]) and preview ([AUR]) packages and the current source handling is standard Arch Linux packaging procedure.

rodolpheh commented on 2024-06-20 06:51 (UTC)

The package now requires mold as a dependency

impulse commented on 2024-06-20 04:19 (UTC)

can you add me as co-maintainer? I would like to improve the source code download to be faster.

AAXZX commented on 2024-06-12 21:13 (UTC)

Problem:

vkcube-wayland crash with message:

wl_drm#17: error 0: wl_drm.create_prime_buffer is not implemented

zed crash on unwrap:

zed::reliability] {
"thread": "main",
"payload": "called Result::unwrap() on an Err value: ERROR_INITIALIZATION_FAILED",
"location_data": {
"file": "/home/f2/.cargo/git/checkouts/blade-b2bcd1de1cf7ab6a/bdaf8c5/blade-graphics/src/vulkan/init.rs",
"line": 690
},

Solution:

AMD_VULKAN_ICD=RADV zed
Wait AMDVLK 2024.Q4.1 release

Nemin commented on 2024-06-05 17:37 (UTC)

Hi! The executable has been lowercased (zed instead of Zed), which causes the build to fail. Please change it on line 50 and 84.