How do I close pull requests made to the plt/racket repo on GitHub? Am I
authorized to do that in the first place?
Neil ⊥
_
Racket Developers list:
http://lists.racket-lang.org/dev
I've finally gotten back to this and just pushed something that uses
tooltips for these messages now.
Thanks,
Robby
On Tue, Nov 6, 2012 at 9:56 PM, Stephen Bloch wrote:
> I find confusing the caption at the bottom of the dialog that explains what
> the currently-selected language means. I thin
I just read the documentation. This is great stuff.
Some choices quotes and comments:
"[sum] is like (apply + xs), but incurs rounding error only once when
adding inexact numbers. (In fact, the inexact numbers in xs are summed
separately using flsum.)"
"Use (random-natural k) instead of (random
Hi All,
Thanks to Asumu, Erich and a few others on the irc channel
I got it working.
I tried rebasing, but couldn't make it work. I am not sure why.
The resulting pull request still had the entire history.
Then I tried making a new branch. Reseting to a point before
Neils initial commit. Then fe
Well, you can also use git rebase. It basically the same as that, but easier.
Robby
On Sat, Nov 17, 2012 at 12:29 PM, Kevin Tew wrote:
> Use git format-patch to create patch files for your range of commits and
> then apply them to the current head using git am
>
> Kevin
>
>
> On 11/17/2012 06:57
Use git format-patch to create patch files for your range of commits and
then apply them to the current head using git am
Kevin
On 11/17/2012 06:57 AM, Jens Axel Søgaard wrote:
2012/11/16 Neil Toronto :
I've just made the initial commit for the math library. You will all notice
the build time
2012/11/16 Neil Toronto :
> I've just made the initial commit for the math library. You will all notice
> the build time increase. Some will notice that "(require math)" imports a
> bunch of goodies that Racket didn't have before.
>
> About half is documented so far, and half has coverage in the te
7 matches
Mail list logo