Dominik Picheta
Dominik Picheta
Yeah, it still shouldn't hang
This is related to https://github.com/dom96/choosenim/issues/182. We need a way to timeout network connections quicker.
> I don't know the significance of this as they are the same version, but figured this might help debug what is going on. The old version was compiled with...
@genotrance that's just updating whatever Nimble version choosenim is using and not really fixing this issue. We need to instead parse the config ourselves and not rely on Nimble for...
Nope, we need to fix the config parser to not depend on nimble.
it's common enough for this issue to exist, IMO it's worth it. Maybe not a super high priority though.
I think what we may need to do here is actually modify Nimble (since Choosenim uses its config parsing modules) to enable a "soft" mode which doesn't error on unknown...
Looks like it, you might have luck deleting `C:/Users/PHJ/.choosenim/toolchains/mingw32` and re-running choosenim. If all else fails you can always download your own mingw and put it in your PATH, choosenim...
Yeah, this would be a nice feature actually.
curl is only used when its installed by default (macOS currently). Happy to accept PRs to implement this feature although it may require support in Nim's httpclient.