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

IndexOutOfRangeException starting from 5.231.0 #3701

Closed
nikoudel opened this issue Nov 6, 2019 · 3 comments
Closed

IndexOutOfRangeException starting from 5.231.0 #3701

nikoudel opened this issue Nov 6, 2019 · 3 comments

Comments

@nikoudel
Copy link

nikoudel commented Nov 6, 2019

Description

paket.exe throws an exception starting from version 5.231.0

Repro steps

image

@matthid
Copy link
Member

matthid commented Nov 6, 2019

Can you run with verbose flag to see the stacktrace?

@nikoudel
Copy link
Author

nikoudel commented Nov 6, 2019

-> IndexOutOfRangeException: Index was outside the bounds of the array.
   StackTrace:
        at Paket.PackageSources.PackageSource.Parse(String line)
        at Paket.Program.discoverPackageSources(FSharpOption`1 explicitSource, FSharpOption`1 dependencies)
        at Paket.Program.findPackageVersions(ParseResults`1 results)
        at [email protected](ParseResults`1 results)
        at Paket.Program.processWithValidationEx$cont@42[a](Boolean silent, FSharpFunc`2 commandF, a result, Unit unitVar)
        at Paket.Program.processWithValidation[T](Boolean silent, FSharpFunc`2 validateF, FSharpFunc`2 commandF, ParseResults`1 result)
        at Paket.Program.handleCommand(Boolean silent, Command command)
        at Paket.Program.main()```

@forki forki closed this as completed in abe0451 Nov 6, 2019
@nikoudel
Copy link
Author

nikoudel commented Nov 6, 2019

That was quick, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants