-
Notifications
You must be signed in to change notification settings - Fork 525
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
paket4 install crashes with stack-overflow exception #2030
Comments
weird. can't reproduce. |
@forki any ideas about how I could get around this? I ran it 10 times, every time it ended in |
can you try to debug it? |
@forki version this time on the paket.dependencies file
but at least it happens really fast now 😆 |
So I guess I'll see a PR soon? ;-)
Am 30.11.2016 06:16 schrieb "Jared Hester" <[email protected]>:
… @forki <https://github.com/forki> version 4.0.0-alpha030 is still blowing
the stack on me
this time on the *paket.dependencies* file
source https://nuget.org/api/v2
github logary/logary src/Logary.Facade/Facade.fs 4b21d888e83d72d1238ab0f36110e2a3946240e7
nuget Argu
nuget FsCheck
nuget FSharp.Core ~> 3
nuget FSharpx.Core
nuget BenchmarkDotNet
nuget NuGet.CommandLine
nuget Microsoft.NET.Sdk alpha
nuget FSharp.NET.Sdk 1.0.0-alpha-000007 alpha framework: netstandard1.6
nuget NETStandard.Library 1.6.1 framework: netstandard1.6
nuget System.Diagnostics.TraceSource
group netcore
source https://www.nuget.org/api/v2
nuget FSharp.Core 4.0.1.7-alpha alpha framework: netstandard1.6
group build
source https://www.nuget.org/api/v2
nuget FAKE
<https://camo.githubusercontent.com/743b620621ad81cf6901c98edb901ef02ce47e97/687474703a2f2f692e696d6775722e636f6d2f495367517961622e706e67>
but at least it happens really fast now 😆
it's gone from 10m down to ~10s
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2030 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNMZXCzIXWSKmRDO-9dd9bo19zJgMks5rDQaPgaJpZM4K3edl>
.
|
Once more unto the breach, dear friends, once more |
fixed in #2066 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I've been using Paket4 in my migration of the netcore port of FAKE, and the parts that work are great, once you get past some of the initial pitfalls you might stumble into
Repro steps
paket-install-stackoverflow.zip
.\.paket\paket.bootstrapper.exe 4.0.0-alpha024
.\.paket\paket.exe install
Log of packages installed before stack overflow exception
Expected behavior
paket installs packages without crashing
Actual behavior
paket crashes during install
Known workarounds
haven't found one yet, will update if I do
The text was updated successfully, but these errors were encountered: