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

Problem with new feature group in paket 2.1.0 #1067

Closed
BADF00D opened this issue Sep 16, 2015 · 5 comments
Closed

Problem with new feature group in paket 2.1.0 #1067

BADF00D opened this issue Sep 16, 2015 · 5 comments
Labels

Comments

@BADF00D
Copy link

BADF00D commented Sep 16, 2015

In order to test the new feature group that allows me to group me dependencies I started from scratch with the examples provided in the documentaion.

  1. I created a new folder solution
  2. I downloaded bootstrapper to solution\.paket
  3. I called bootstrapper that downloaded v2.1.0
ds@WKS-DS /C/Git/PaketGroupTest/.paket
$ paket.bootstrapper.exe
No version specified. Downloading latest stable.
Starting download from https://github.com/fsprojects/Paket/releases/download/2.1.0/paket.exe
Done.
  1. I copied the example paket.dependencies from here to the folder solution
source https://nuget.org/api/v2

nuget Newtonsoft.Json
nuget UnionArgParser
nuget FSharp.Core

github forki/FsUnit FsUnit.fs
github fsharp/FAKE src/app/FakeLib/Globbing/Globbing.fs
github fsprojects/Chessie src/Chessie/ErrorHandling.fs

group Build

    source https://nuget.org/api/v2

    nuget FAKE
    nuget FSharp.Formatting
    nuget ILRepack

    github fsharp/FAKE modules/Octokit/Octokit.fsx

group Test

    source https://nuget.org/api/v2

    nuget NUnit.Runners
    nuget NUnit
  1. I called .paket/paket.exe install
ds@WKS-DS /C/Git/PaketGroupTest
$ .paket/paket.exe install
Paket version 2.1.0.0
Paket failed with:
        Der angegebene Schlüssel war nicht im Wörterbuch angegeben.

Is that an bug, or have I missed something?

@forki
Copy link
Member

forki commented Sep 16, 2015

have to reproduce and investigate. But at least the error message is a usability issue and needs a fix.

@forki forki added the bug label Sep 16, 2015
@forki
Copy link
Member

forki commented Sep 16, 2015

it's a bug

@forki forki closed this as completed in 9774928 Sep 16, 2015
@forki
Copy link
Member

forki commented Sep 16, 2015

fixed in 2.1.2 - thanks for reporting

@BADF00D
Copy link
Author

BADF00D commented Sep 16, 2015

Thanks for fixing so amazingly fast. I try this immediately.

@BADF00D
Copy link
Author

BADF00D commented Sep 16, 2015

Seems to work for me:

ds@WKS-DS /C/Git/PaketGroupTest
$ .paket/paket.exe install
Paket version 2.1.2.0
Resolving packages for group Build:
 - FAKE 4.4.1
 - FSharp.Formatting 2.10.3
 - FSharp.Compiler.Service 0.0.90
 - FSharpVSPowerTools.Core 1.9.0
 - ILRepack 2.0.5
 - Octokit 0.15.0
 - Microsoft.Net.Http 2.2.29
 - Microsoft.Bcl 1.1.10
 - Microsoft.Bcl.Build 1.0.21
Resolving packages for group Main:
 - FSharp.Core 4.0.0.1
 - Newtonsoft.Json 7.0.1
 - UnionArgParser 0.6.3
Resolving packages for group Test:
 - NUnit 2.6.4
 - NUnit.Runners 2.6.4
Locked version resolution written to c:\Git\PaketGroupTest\paket.lock
Downloading fsprojects/Chessie:1f23b1caeb1f87e750abc96a25109376771dd090 src/Chessie/ErrorHandling.fs to c:\Git\PaketGroupTest\paket-files\fsprojects\Chessie\sr
\Chessie\ErrorHandling.fs
Downloading forki/FsUnit:81d27fd09575a32c4ed52eadb2eeac5f365b8348 FsUnit.fs to c:\Git\PaketGroupTest\paket-files\forki\FsUnit\FsUnit.fs
Downloading fsharp/FAKE:b5b55ccbe81c9fda6e025e6c16f041601b8c76df modules/Octokit/Octokit.fsx to c:\Git\PaketGroupTest\paket-files\build\fsharp\FAKE\modules\Oct
kit\Octokit.fsx
Downloading fsharp/FAKE:b5b55ccbe81c9fda6e025e6c16f041601b8c76df src/app/FakeLib/Globbing/Globbing.fs to c:\Git\PaketGroupTest\paket-files\fsharp\FAKE\src\app\
akeLib\Globbing\Globbing.fs
Downloading FSharp.Compiler.Service 0.0.90
Downloading ILRepack 2.0.5
Downloading FAKE 4.4.1
Downloading Octokit 0.15.0
Downloading FSharp.Formatting 2.10.3
Downloading FSharpVSPowerTools.Core 1.9.0
22 seconds - ready.

Thanks!

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

2 participants