You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤔
So either we make that function more complicated, or add a comptime way to invoke external commands and capture their outputs - I'm not a fan of either option to be honest, maybe we should just let the thing break? it won't cause any real problems besides returning a generic version...
For example, say you've added Jakt as a submodule to a folder named vendor/jakt/
ls vendor/jakt/.git
you'll see it's actually just a regular file, not a directory.cat vendor/jakt/.git
you'll see something like...So instead of reading
"../.git/HEAD"
, it should actually be reading"../../../.git/modules/Jakt/HEAD"
.Similarly, a bit later in the function, instead of
"../.git/"
, the path should be"../../../.git/modules/Jakt/"
.The text was updated successfully, but these errors were encountered: