[racket-dev] Math library pushed

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Nov 17 13:43:08 EST 2012

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 <tewk at cs.utah.edu> 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 AM, Jens Axel Søgaard wrote:
>>
>> 2012/11/16 Neil Toronto <neil.toronto at gmail.com>:
>>>
>>> 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 test cases.
>>> Some things are known to be broken, but not many. The most egregious,
>>> which
>>> needs to be fixed very soon, is this one:
>>
>> I have made a pull request on Github with documentation on the number
>> theory functions (and other stuff).
>>
>> However since Neil's initial commit didn't include the history, the
>> pull request contains ~300 commits.
>>
>> Is there a better way to commit my changes?
>>
>>      https://github.com/plt/racket/pull/169
>>
>
> _________________________
>  Racket Developers list:
>  http://lists.racket-lang.org/dev


Posted on the dev mailing list.