Sean T Allen
Sean T Allen
@Theodus The documentation is "The ponyup show command will display the installed package versions" which says to me that it shouldn't need to make a network call. It appears there...
@superherointj does it time out after about 5 seconds?
There's a timeout of 5 seconds on the network call, so that isn't working correctly.
Alright, so I'm going to change this to "timeout doesn't work".
Thoughts on where this would go @jemc?
Another variation I got: I did an add with an incorrect locator and got: { "deps": [ { "locator": "github.com/ponylang/peg", "version": "0.1.0" } ], "info": {} } when I run...
So the issue is that as the code currently is written, it figures out the VCS to use based on the suffix. Without a suffix, it resorts to using the...
I don't believe this matters. There's no legal requirement to update as far as I know. If that is the case, this seems like extra work that we don't need...
We can't drop all of them. Some are still BSD and not Wallaroo copyright (derived from Pony code).
I'm not a fan of spooky action at a distance. There is no "default" that everyone uses. I think it is best to not have a default. Hopefully this will...