[racket-dev] bug in srfi-42

2015-01-11 Thread William James
Welcome to Racket v6.1.1. > (require srfi/42) > (first-ec #f (: n 2 8) (if (odd? n)) n) stdin::153: :until: expected in in: (if (odd? n)) context...: C:\Program Files\Racket\share\pkgs\srfi-lib\srfi\42\expansion.scm:68:2: gener ator->loop C:\Program Files\Racket\share\pkgs\srfi-lib\srf

[racket-dev] git problem during make

2015-01-11 Thread Jens Axel Søgaard
The following problem occurs while running make CPUS=4 in the plt repository. error: 'merge' is not possible because you have unmerged files. And that's confusing, because git status doesn't report anything. mba-5:plt soegaard$ git status On branch master Your branch is up-

Re: [racket-dev] git problem during make

2015-01-11 Thread Matthew Flatt
I'm not sure what you have in mind with some of the steps, such as step 4 (using `raco pkg` or `raco link`?). The trace suggests that "gui-lib" is linked as a clone at the `raco pkg` level. Using `raco link -r` to adjust links installed by the package manager has a difficult-to-predict effect, but

Re: [racket-dev] git problem during make

2015-01-11 Thread Jens Axel Søgaard
2015-01-11 20:16 GMT+01:00 Matthew Flatt : > I'm not sure what you have in mind with some of the steps, such as step > 4 (using `raco pkg` or `raco link`?). I had forgotten. > The trace suggests that "gui-lib" is linked as a clone at the `raco > pkg` level. Using `raco link -r` to adjust links in

[racket-dev] pushing to new repos

2015-01-11 Thread Matthias Felleisen
Sorry I am late to the party but how do I push to the new repos: I tried ** Asumu's method: > [:~/Hub/Hub] matthias% hub remote add -p racket/htdp > [:~/Hub/Hub] matthias% git push > error: The requested URL returned error: 403 while accessing > https://github.com/github/hub.git/info/refs

Re: [racket-dev] pushing to new repos

2015-01-11 Thread Sam Tobin-Hochstadt
You seem to be using hub from the directory you checked out hub in, not the htdp directory. Sam On Sun, Jan 11, 2015, 7:40 PM Matthias Felleisen wrote: > > Sorry I am late to the party but how do I push to the new repos: > > I tried > > ** Asumu's method: > > > > [:~/Hub/Hub] matthias% hub remo

Re: [racket-dev] pushing to new repos

2015-01-11 Thread Matthias Felleisen
> [:~/plt/extra-pkgs/htdp] matthias% hub remote add -p racket/htdp > [:~/plt/extra-pkgs/htdp] matthias% git push > error: The requested URL returned error: 403 while accessing > https://github.com/racket/htdp.git/info/refs > > fatal: HTTP request failed On Jan 11, 2015, at 7:54 PM, Sam Tob

Re: [racket-dev] pushing to new repos

2015-01-11 Thread Matthias Felleisen
[[ completely off-topic and not that I really care but why does github think I started contributing to htdp in 2010: https://github.com/racket/htdp/graphs/contributors ]] On Jan 11, 2015, at 7:55 PM, Matthias Felleisen wrote: > >> [:~/plt/extra-pkgs/htdp] matthias% hub remote add -p ra

Re: [racket-dev] pushing to new repos

2015-01-11 Thread Sam Tobin-Hochstadt
That's probably an issue with email addresses. Is whatever address in the commit messages associated with your GitHub account? Sam On Sun, Jan 11, 2015, 7:57 PM Matthias Felleisen wrote: > > [[ completely off-topic and not that I really care but why does github > think I started contributing t

Re: [racket-dev] pushing to new repos

2015-01-11 Thread Matthias Felleisen
Which leaves me with the problem that I can't submit. On Jan 11, 2015, at 7:57 PM, Matthias Felleisen wrote: > > [[ completely off-topic and not that I really care but why does github think > I started contributing to htdp in 2010: > > https://github.com/racket/htdp/graphs/contributors ]

Re: [racket-dev] pushing to new repos

2015-01-11 Thread Sam Tobin-Hochstadt
Probably that added a new remote named 'racket' and so you need to do 'git push racket', as in my email. Sam On Sun, Jan 11, 2015, 7:56 PM Matthias Felleisen wrote: > > [:~/plt/extra-pkgs/htdp] matthias% hub remote add -p racket/htdp > [:~/plt/extra-pkgs/htdp] matthias% git push > error: The

[racket-dev] syntax-local-lift-require is useless wrt submodules

2015-01-11 Thread Alexis King
I posted this to users@ first, but I think this might be more relevant here. The core problem is that syntax-local-lift-require lifts the #%require form to