Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAKE-CACHING: Could not find directory #1947

Closed
matthid opened this issue May 21, 2018 · 1 comment
Closed

FAKE-CACHING: Could not find directory #1947

matthid opened this issue May 21, 2018 · 1 comment
Labels

Comments

@matthid
Copy link
Member

matthid commented May 21, 2018

Description

Slack reported:

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"]

when using

#load "paket-files/build/fsharp/FAKE/modules/Octokit/Octokit.fsx"

The problem is that we have two bugs:

  • 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
@matthid matthid added the bug label May 21, 2018
matthid added a commit that referenced this issue May 21, 2018
@matthid
Copy link
Member Author

matthid commented May 21, 2018

This is fixed with rc16

@matthid matthid closed this as completed May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant