<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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 15 Sep 2016, at 16:27, Greg wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">Is there a way to know the dependencies of Bundles?
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">Not in the UI for TextMate. The info is in bundle index (<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">~/Library/Application Support/TextMate/Managed/Cache/org.textmate.updates.default</code>), e.g. for the Git bundle we have:</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">{   grammar = "source.diff"; },
{   name = "SCM";
    uuid = "3BDF79F4-94AE-46C0-BFBF-D5572AD2F515";
},
</code></pre>

<p dir="auto">When you install a bundle, TextMate installs dependencies, but it currently doesn’t warn you if you uninstall a dependency, as majority of dependencies are about grammar includes, so they are not crucial and a warning might just be puzzling, as e.g. the Ruby bundle depend on a dozen other bundles including C++ — this is because it has heredoc-tokens for C/C++ (something that would ideally be done with injections, but we never really got around to that).</p>
</div>
</div>
</body>
</html>