Re: Generalised bisection
From: John Tapsell <hidden>
Date: 2016-06-15 22:46:22
2009/3/11 Ealdwulf Wuffinga [off-list ref]:
On Tue, Mar 10, 2009 at 7:08 AM, Christian Couder [off-list ref] wrote:quoted
I will try to have a look at the end of this week. But do you want it to be integrated with Git or do you want it to be an independant project that works with many different version control system?Hmm. Whatever works, I guess. On the one hand the code does seem naturally generic. On the other hand, it's good if users don't have to separately obtain an extra package to use it. Supposing that the algorithm proves useful, would the git project be okay with an extra dependency, or would you want to integrate it? Right now it's in python, which I understand is an obstacle to integration.
There used to be a dependency on python. git-merge-recursive for example, before it was converted to C. mpmath might be the more annoying dependency - what functions do you use from it? Could they trivially be reimplemented? John Tapsell