Re: [racket-users] can't create a new package on pkgd.racket-lang.org

2021-02-23 Thread Sam Tobin-Hochstadt
Unfortunately, it's old versions of Racket that don't support this, and adding error messages there will have the same problem as fixing them -- they're already out there and on people's computers. However, this will be fixed in the next release of Racket. Sam On Tue, Feb 23, 2021 at 6:49 AM

Re: [racket-users] can't create a new package on pkgd.racket-lang.org

2021-02-23 Thread Roger Keays
Thanks for the pointer. Adding "main" as the branch fixed the problem with the package submission too. An error message to catch that mistake might save the next person some head-scratching. As far as I remember, github created my repo with main as the default branch rather than master. On

Re: [racket-users] can't create a new package on pkgd.racket-lang.org

2021-02-19 Thread Sorawee Porncharoenwase
For the raco pkg install error, it looks like your branch is named main, so you need to run raco pkg install git:// github.com/rogerkeays/racket-dollar#main Ideally, raco pkg install git://github.com/rogerkeays/racket-dollar should also work, but currently it doesn’t