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
FAKE-CACHING: Could not find directory 'paket-files/build/fsharp/FAKE/modules/Octokit' in any paths searched. Searched paths:
["paket-files/build/fsharp/FAKE/modules/Octokit"]
We check if directories if #I exists (and Octokit.fsx is just adding a bunch of #I directories which might not exist) -> We should ignore if the directory actually exists (might trigger a warning)
We do not properly add the new directory of the script file to the "working" directory OR we do not properly resolve __SOURCE_DIRECTORY__ or a combination
The text was updated successfully, but these errors were encountered:
Description
Slack reported:
when using
#load "paket-files/build/fsharp/FAKE/modules/Octokit/Octokit.fsx"
The problem is that we have two bugs:
#I
exists (andOctokit.fsx
is just adding a bunch of#I
directories which might not exist) -> We should ignore if the directory actually exists (might trigger a warning)__SOURCE_DIRECTORY__
or a combinationThe text was updated successfully, but these errors were encountered: