Re: [racket-dev] raco pkg and github

2013-02-05 Thread Jay McCarthy
Thanks for finding that out. I just pushed this change (with a test) Jay On Fri, Feb 1, 2013 at 8:44 AM, Jens Axel Søgaard wrote: > 2013/2/1 Asumu Takikawa : >> On 2013-02-01 06:23:06 -0700, Jay McCarthy wrote: >>> I had originally tried to do that, but Github wasn't providing tar >>> balls for

Re: [racket-dev] raco pkg and github

2013-02-02 Thread Ray Racine
https://github.com/jarnaldich/racket-git Looks like progress was made but currently moribund. On Sat, Feb 2, 2013 at 1:00 PM, Danny Yoo wrote: > On Sat, Feb 2, 2013 at 9:19 AM, Ray Racine wrote: > > I saw a blurb this week where Microsoft is using > http://libgit2.github.com/ > > to add git

Re: [racket-dev] raco pkg and github

2013-02-02 Thread Danny Yoo
On Sat, Feb 2, 2013 at 9:19 AM, Ray Racine wrote: > I saw a blurb this week where Microsoft is using http://libgit2.github.com/ > to add git support into their tooling (Visual Studio no less) and their devs > have been committing to fill in any MS specific git gaps. It looks like a > top quality

Re: [racket-dev] raco pkg and github

2013-02-02 Thread Ray Racine
I saw a blurb this week where Microsoft is using http://libgit2.github.com/ to add git support into their tooling (Visual Studio no less) and their devs have been committing to fill in any MS specific git gaps. It looks like a top quality project, claiming to be small, clean, no-deps, and cross p

Re: [racket-dev] raco pkg and github

2013-02-01 Thread Jens Axel Søgaard
2013/2/1 Asumu Takikawa : > On 2013-02-01 06:23:06 -0700, Jay McCarthy wrote: >> I had originally tried to do that, but Github wasn't providing tar >> balls for anything other than branch HEADs and tags. I'm surprised >> that it works for you and not for me. Am I just crazy or did you set >> someth

Re: [racket-dev] raco pkg and github

2013-02-01 Thread Asumu Takikawa
On 2013-02-01 06:23:06 -0700, Jay McCarthy wrote: > I had originally tried to do that, but Github wasn't providing tar > balls for anything other than branch HEADs and tags. I'm surprised > that it works for you and not for me. Am I just crazy or did you set > something on your repository to make i

Re: [racket-dev] raco pkg and github

2013-02-01 Thread Jay McCarthy
I had originally tried to do that, but Github wasn't providing tar balls for anything other than branch HEADs and tags. I'm surprised that it works for you and not for me. Am I just crazy or did you set something on your repository to make it work? Jay On Wed, Jan 30, 2013 at 3:48 PM, Asumu Takik

[racket-dev] raco pkg and github

2013-01-30 Thread Asumu Takikawa
Hi all, One thing that a few people using `raco pkg` (including myself) have found is that when you upload a package to pkg.racket-lang.org that's hosted on github, you can easily get checksum errors. The checksum mismatch happens when the github HEAD has been updated, but the checksum on the PNS