<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 22 Apr 2020, at 14:20, Alexander Bohn wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Hi, I just updated to 2.0.8, and there are a few bugs:<br>
<br>
• Running a Python script with ⌘R hangs, producing no output in the HTML<br>
output window […]<br>
• Starting up immediately after updating from TextMate 2.0.6 reset the<br>
theme of every open code window to plain black-and-white […]</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I think both of these issues could be caused by a corrupted bundle index.</p>

<p dir="auto">Try quit TextMate, delete this file, and see if ⌘R works again:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">~/Library/Caches/com.macromates.TextMate/BundlesIndex.binary
</code></pre>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">• There have been a number of odd hard-crashes – the “Submit Crash Log”<br>
dialog would come up, saying that TextMate crashed</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">The crash points to <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">__CFSocketManager</code> (system code), I have received a similar crash from another client, although that one I have seen before (but it’s rare).</p>

<p dir="auto">Nonetheless, as it appears there might be an issue related to using <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">CFSocket</code>, I have switched to using a dispatch source instead, as that’s anyway a more modern (and thus nicer) API.</p>

<p dir="auto">Please try 2.0.9 available by holding down option (⌥) when selecting TextMate → Check for Update.</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">[…] in some cases a part of the UI<br>
would prove to have been rendered unresponsive; in any case a force-quit<br>
was always necessary.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I have run into this myself, since upgrading to 10.15, it’s when Apple throws up dialogs during startup, it can end in a “nested run-loop” state where the outer run-loop gets no events, but is blocking the UI (waiting for the user to respond to the dialog.</p>

<p dir="auto">It’s a little tricky to work around with the current code, but I’m working on a major overhaul of this and more.</p>
</div>
</div>
</body>
</html>