You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been able to investigate the cause of this yet.
Reproducing is simple:
# make a new empty project> mkdir newproject
>cd newproject
> nimble init # leave all options as default> nimble setup # this works
Info: "nimble.paths" is generated.
Info: "config.nims" is set up.
# generate large 10GB file> dd if=/dev/urandom of=random.dat bs=1M count=10240
> nimble setup # this no longer works, it hangs
This doesn't just apply to nimble setup, it's also nimble deps, nimble install, etc.
Is nimble reading and attempting to parse this file?
The text was updated successfully, but these errors were encountered:
I haven't been able to investigate the cause of this yet.
Reproducing is simple:
This doesn't just apply to
nimble setup
, it's alsonimble deps
,nimble install
, etc.Is nimble reading and attempting to parse this file?
The text was updated successfully, but these errors were encountered: