Mitchell Hashimoto
Mitchell Hashimoto
Can you get me the stack traces of all threads? Its very likely this is possible on other platforms too just not happening for whatever reason and I'd like to...
Sorry I meant _all threads_. Can you get me the stacks of all threads? I want to see what the rest are doing.
Yes, if this is a Windows-only issue I will close it. But if this deadlock can potentially impact other platforms I need to look into it. That's why I've kept...
Closing this. 1. We don't officially support windows. 2. Ghostty has changed significantly since this was opened, including addressing numerous known cross-platform deadlocks. So it's likely fixed. 3. No new...
> Here's what I get with `--system` > > ``` > $ zig build --summary all --prefix /builddir/build/BUILD/ghostty-1.1.2_96.95daca61-build/BUILDROOT/usr -Dversion-string=1.1.2+96.95daca61-4.fc41 -Doptimize=ReleaseFast -Dcpu=baseline -Dpie=true -Demit-docs --system > error: expected argument after '--system'...
Thanks for the PR, the change is simple enough, but I think I want to see a more detailed analysis of how other terminals handle this in a variety of...
> The problem is that then the bindings we generate would depend on the versions of the libraries installed on the user's computer, which means that we need to do...
That's effectively what we're doing _now_ already so I do argue that vendoring (via a deps URL) all the GIR files to start is probably the right initial approach. It...
Okay, I understand what's happening with ghostty-gobject. I see how we could do it all in our build process. To simplify the scope of this, I think we should store...
I hit submit too early. I think the previous comment is good enough for the scope of this issue. If we want to expand to using system-provided GIR files then...