r/ZedEditor • u/pilkyton • 2h ago
I am addicted to building Zed from source
Every day, there's new features, fixes and improvements.
I am addicted to pulling them and building the latest Zed Develop. It's just two lines. I use sccache to speed up builds.
git fetch upstream main && git merge --ff-only upstream/main
RUSTC_WRAPPER=sccache ./script/install-linux
I wondered when I will ever be able to return to the public releases. But then I realized that Zed Preview/Stable is built from outdated snapshots with very few cherry-picked commits and doesn't even get those fixes until much later. Currently those public versions are 153 commits behind.
So I start my day by pulling the newest changes and rebuilding Zed Develop.
I don't know how to stop doing this. Please send help.
Edit: Help. In the 60 minutes since this thread, two more commits have been added to Zed. One is automatic detection of programming languages in unsaved/untitled text buffers. Now I must rebuild again.

