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

File not downloaded from GitHub #440

Closed
tpetricek opened this issue Dec 8, 2014 · 4 comments
Closed

File not downloaded from GitHub #440

tpetricek opened this issue Dec 8, 2014 · 4 comments
Labels

Comments

@tpetricek
Copy link
Member

I added a GitHub reference to paket.dependencies and run paket update:

github fsharp/FSharp.Data src/CommonRuntime/TextConversions.fs

Then I realized that I need one more file, so I added

github fsharp/FSharp.Data src/CommonRuntime/TextRuntime.fs

Running paket update does not download the file (it works fine when I add dependency on a file in another directory, so I suppose this is skipped because there is paket.version in the directory already?)

@tpetricek tpetricek added the bug label Dec 8, 2014
@forki
Copy link
Member

forki commented Dec 8, 2014

Yep I noticed the same when I wanted to do this. But even if this works,
the two files are not enough.
On Dec 8, 2014 9:44 PM, "Tomas Petricek" [email protected] wrote:

I added a GitHub reference to paket.dependencies and run paket update:

github fsharp/FSharp.Data src/CommonRuntime/TextConversions.fs

Then I realized that I need one more file, so I added

github fsharp/FSharp.Data src/CommonRuntime/TextRuntime.fs

Running paket update does not download the file (it works fine when I add
dependency on a file in another directory, so I suppose this is skipped
because there is paket.version in the directory already?)


Reply to this email directly or view it on GitHub
#440.

@tpetricek
Copy link
Member Author

It needs a bunch of different files, but even that's easier than requiring the whole F# Data library just for CSV parsing :-)

@isaacabraham
Copy link
Contributor

Is this to remove the FSharp.Data dependency off Deedle? :-)

@mexx
Copy link
Member

mexx commented Dec 8, 2014

I've already reported this as #407

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

4 participants