[sage-devel] bugs?

2012-02-19 Thread Emil Widmann
I forward the following from sage-support because I know to little to answer those issues competently and I also think those questions shouldn't pass uncommented: From: http://groups.google.com/group/sage-support/browse_thread/thread/c46950723108a191# Hi there, here are some bugs which may or ma

Re: [sage-devel] Re: Sage works on OS X 10.7!

2012-02-19 Thread Jeroen Demeyer
On 2012-02-19 06:53, John H Palmieri wrote: > On the plus side, on the laptop where I had problems before, Sage built > and passed all doctests using the default compiler: You mean 5.0.beta4 worked or do you mean my 5.0.beta4-gcc? -- To post to this group, send an email to sage-devel@googlegroups

Re: [sage-devel] Re: git

2012-02-19 Thread William Stein
Hi Keshav (et al.), I think the reason I implemented the kludgy "sage -clone" Sage branch thing (way back in maybe March 2006) was because we had no dependency checking for Pyrex files. Now that we have dependency checking, lightweight branching should be able to accomplish the same thing much m

Re: [sage-devel] Re: git

2012-02-19 Thread William Stein
On Sun, Feb 19, 2012 at 9:38 PM, Keshav Kini wrote: > Hope that helps. Evidently other people in this thread do not know that > I have been maintaining a git version of the Sage library, so hopefully > it will help them too, if they're interested :) Can we add a better .gitignore? git status ...

Re: [sage-devel] Re: git

2012-02-19 Thread William Stein
On Sun, Feb 19, 2012 at 9:38 PM, Keshav Kini wrote: > William Stein writes: >> Hi Keshav (/Sage-devel), >> >> I want to switch to using git to develop the core Sage library (though >> I'll still submit patches using hg for now). >> How can I do this? > > Hi William, > > Just fork sagemath/sagelib

[sage-devel] Re: git

2012-02-19 Thread Keshav Kini
Mike Hansen writes: > This doesn't seem to be what William wants -- he wants to make the > changes in git and be able to contribute those to Sage (as if he > hadn't used git). Other than producing patches with git and then say > qimporting them into hg, the best bet looks to be > https://github.c

[sage-devel] Re: Having trouble with paths in some of my patches..need suggestions...

2012-02-19 Thread Keshav Kini
Jonathan writes: > For example I'm trying to patch base.pyx inside SAGE_ROOT/devel/sage/ > sage/plot/plot3d and get this error message > {{{ > unable to find 'plot/plot3d/base.pyx' for patching > }}} > I assume this means I somehow made the patch with the incorrect path. > What should the root of

[sage-devel] Re: git

2012-02-19 Thread Keshav Kini
William Stein writes: > Hi Keshav (/Sage-devel), > > I want to switch to using git to develop the core Sage library (though > I'll still submit patches using hg for now). > How can I do this? Hi William, Just fork sagemath/sagelib on github, then do $ cd $SAGE_ROOT/devel/ $ git clone g...@githu

Re: [sage-devel] git

2012-02-19 Thread William Stein
On Sun, Feb 19, 2012 at 12:58 PM, Mike Hansen wrote: > On Sun, Feb 19, 2012 at 12:39 PM, Minh Nguyen wrote: >> To preserve the commit history under Mercurial, we need to convert >> from hg to git format.  This can be done using various tools.  I've >> personally used fast-export [1] before to con

[sage-devel] Having trouble with paths in some of my patches..need suggestions...

2012-02-19 Thread Jonathan
Dear sage-dev gurus, I've made some patches to upgrade the interface of Jmol once the Flask notebook is rolled into Sage (trac #12299). However, when I tried to apply my own patches to a copy of 5.0.betaX with the Flask installed, I get the error that the file/directory can't be found. For exampl

[sage-devel] import_statements

2012-02-19 Thread Nicolas M. Thiery
About import_statements which does the following: sage: import_statements(RationalField, IntegerRing) from sage.rings.rational_field import RationalField from sage.rings.integer_ring import IntegerRing On Sat, Feb 18, 2012 at 12:34:41PM -0800, Anne Schilling wrote (slightly edited) >

Re: [sage-devel] git

2012-02-19 Thread Mike Hansen
On Sun, Feb 19, 2012 at 12:39 PM, Minh Nguyen wrote: > To preserve the commit history under Mercurial, we need to convert > from hg to git format.  This can be done using various tools.  I've > personally used fast-export [1] before to convert a hg repository to a > git repo.  From there, we shoul

Re: [sage-devel] git

2012-02-19 Thread Minh Nguyen
Hi William, On Mon, Feb 20, 2012 at 6:21 AM, William Stein wrote: > I want to switch to using git to develop the core Sage library (though > I'll still submit patches using hg for now). > How can I do this? To preserve the commit history under Mercurial, we need to convert from hg to git format.

[sage-devel] git

2012-02-19 Thread William Stein
Hi Keshav (/Sage-devel), I want to switch to using git to develop the core Sage library (though I'll still submit patches using hg for now). How can I do this? William -- William Stein Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send an email