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
The output of GitModule.clone_repo is defined to output {:ok, String.t()} | {:error, String.t()} but its output is applied to {:ok, repo}. If clone_repo outputs an error it shuts down the entire process
The text was updated successfully, but these errors were encountered:
On Mon, Nov 16, 2020 at 10:31 AM jronmi ***@***.***> wrote:
The output of GitModule.clone_repo is defined to output {:ok, String.t()}
| {:error, String.t()} but its output is applied to {:ok, repo}. If
clone_repo outputs an error it shuts down the entire process
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#96>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABBGNMS6AO3VMHCUGLAGLSQFATLANCNFSM4TXJ4USQ>
.
Gitmodule.clone_repo will throw errors such as in #94
I have not found an input to create a reproducible error output, but I have found that the :enoent error is being outputted by other functions such as Git.log! as well.
In trying to view these files I have found empty some which give the following error when trying to read them: Error reading no such file or directory.
furthermore I have noticed that the tmp folder only contains 154 temp directories. I am not sure why only this amount since they should theoretically all be stored here. also the majority of them have the same PID which might be an issue
The output of GitModule.clone_repo is defined to output {:ok, String.t()} | {:error, String.t()} but its output is applied to {:ok, repo}. If clone_repo outputs an error it shuts down the entire process
The text was updated successfully, but these errors were encountered: