someone13574 · GitHub

added 8 commits

May 17, 2024 15:36
This fixes an issue where the checkout would fail due to it checking out to a point where one of the files no longer existed in tree-sitter-cpp

@cla-bot cla-bot Bot added the cla-signed

The user has signed the Contributor License Agreement

label

May 18, 2024

Closed

7 tasks

@someone13574

someone13574

@someone13574

@someone13574

yodatak

yodatak

Fixes issues with background mode and ipc.
Clippy has all features enabled, including the flatpak flag

@someone13574

@someone13574

yodatak

yodatak

@ConradIrwin

Closed

@someone13574

Closed

@Vinnl Vinnl mentioned this pull request

Jul 11, 2024

Closed

1 task

Closed

1 task

Merged

Open

1 task

@cjao cjao mentioned this pull request

Jul 7, 2025

Open

jolutz pushed a commit to jolutz/zed that referenced this pull request

Aug 8, 2026
ping zed-industries#6687
This is the third iteration of this PR ([v2
here](zed-industries#11949)) and uses a
different approach to the first two (the process wrapper lib was a
maintainability nightmare). While the first two attempted to spawn the
necessary processes using flatpak-spawn and host-spawn from the app
inside the sandbox, this version first spawns the cli binary which then
restart's itself *outside* of the sandbox using flatpak-spawn. The
restarted cli process than can call the bundled app binary normally,
with no need for flatpak-spawn because it is already outside of the
sandbox. This is done instead of keeping the cli in the sandbox because
ipc becomes very difficult and broken when trying to do it across the
sandbox.
Gnome software (example using nightly channel and release notes
generated using the script):
<img
src="https://github.com/zed-industries/zed/assets/81528246/6391d217-0f44-4638-9569-88c46e5fc4ba"
width="600"/>
TODO in this PR:
- [x] Bundle libs.
- [x] Cleanup release note converter.
Future work:
- [ ] Auto-update dialog
- [ ] Flatpak auto-update (complete 'Auto-update dialog' first)
- [ ] Experimental
[bundle](https://docs.flatpak.org/en/latest/single-file-bundles.html)
releases for feedback (?).
*(?) = Maybe / Request for feedback*
Release Notes:
- N/A
---------
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>

Closed

4 tasks

Read the original on github.com ↗