[sage-devel] Re: How should we handle the case of no gcc or g++ in the path?

2009-10-14 Thread gsw
+1 to option (3). Cheers, Georg --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at

[sage-devel] Re: sage releases

2009-10-14 Thread gsw
Hi, there's another possibility to speed up the Sage release frequency, by a certain parallelization. Currently, the Sage releases are done sequentially, and in two phases: - the alpha phase, where tons of tickets are merged, and new functionality gets in - the release cadidate phase, where

[sage-devel] Re: spkg-install's [was Re: Using a random number generator to tell the time!]

2009-10-12 Thread gsw
What I currently miss is the possibility to cross-compile Sage. I heartily would like to build the MacPPC Sage version on my MacIntel. The OS infrastructure is well prepared for this, any Xcode brings everything with it to do that. But I don't know whether (or how) I could tell Python/Cython to

[sage-devel] Re: sage-4.1.2 status report

2009-10-05 Thread gsw
On PPC OS X 10.4, Sage doesn't build at all for multiple reasons. Either we fix this or deprecate PPC 10.4 support completely.  I think deprecation is a fair option, since it's an OS that is 2 versions behind:      #7107      sage does not build on ppc os x 10.4 anymore, failing with mpfr

[sage-devel] Re: taking a break from release management

2009-09-29 Thread gsw
On 29 Sep., 14:27, Marshall Hampton hampto...@gmail.com wrote: Sounds like a good idea.  I think you've done a great job on the recent releases. +1 Cheers, Georg Thanks, Marshall --~--~-~--~~~---~--~~ To post to this group, send an email to

[sage-devel] Re: Sage 4.1.2.alpha4 released

2009-09-28 Thread gsw
On Mon, Sep 28, 2009 at 7:57 AM, John Cremona john.crem...@gmail.com wrote: Two test failures on 32-bit ubuntu:        sage -t  devel/sage/sage/crypto/boolean_function.pyx        sage -t  devel/sage/sage/rings/polynomial/pbori.pyx The former already has a positive review at trac #7020,

[sage-devel] Re: trac ticket 7013 is ready for review prime_pi and nth_prime (my first Sage contribution)

2009-09-27 Thread gsw
Well, hopefully my review comments are helpful! Cheers, Georg --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options,

[sage-devel] Re: unix

2009-09-26 Thread gsw
Hi William, on Cygwin.org (see http://cygwin.com/cygwin-ug-net/ov-ex-win.html;), they recommend to search for UNIX basics and UNIX tutorial. Doing so yields e.g.: http://www.ee.surrey.ac.uk/Teaching/Unix/ where you can find a browser- or offline-readable UNIX Tutorial for Beginners, which

[sage-devel] Re: Sage 4.1.2.alpha2 fails to build on Solaris due to Singular

2009-09-22 Thread gsw
Hi Minh, obviously (look at your own trace output), you are talking about singular-3-1-0-4-20090818.spkg, not singular-3-1-0-4-20090723.spkg. Just looking at the top entries of the SPKG.txt file of the old (Sage-4.1.1) singular-3-1-0-2-20090620.p0.spkg, and of the current Sage-4.1.2-alpha

[sage-devel] Re: Sage 4.1.2.alpha2 released

2009-09-22 Thread gsw
Hi, concerning the libsingular/readline problem, I think that we just should have added the Singular spkg as a new dependency for the upgrade (because the Python extensions in the Sage library using it depend on the readline library, see module_list.py). Simply rebuilding the Singular spkg (and

[sage-devel] Re: How does one update prereq-0.3 ??

2009-09-20 Thread gsw
Hmmm, intriguing. Unfortunately, I have currently no time whatsoever to spend on this issue, but let me know, what the outcome is, thanks! Cheers, Georg --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from

[sage-devel] Re: ECL + OSX + 64bits

2009-09-08 Thread gsw
Hi guys, hopefully we're getting closer to the root of the misunderstanding(s) here. Under Mac OS X, things might not be as you expect them to be, given that gcc (or some version of it) is used. I've tried to help a bit with libSingular in the past, from there my experience stems from. Let's

[sage-devel] Re: back ticks versus $ signs

2009-09-03 Thread gsw
and it bugs me that I have to type :math:`\eta` instead of just $\eta$. So how about submitting a patch to sphinx fixing it? +1 Cheers, Georg Ondrej --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe

[sage-devel] Re: What units should process size memory be returned in?

2009-09-02 Thread gsw
Yes, I do agree that uintptr_t is a better choice. It's also part of the ISO C99's Stdint.h. Note that we only would need this latter header (or rather the type(def)s contained therein), and possibly the corresponding printf formatting magic. ISO C99 is a standard for a decade now. Even if some

[sage-devel] Re: What units should process size memory be returned in?

2009-09-01 Thread gsw
Hi Dave, I'd propose to use ISO C99 notation from Stdint.h, e.g. uint64_t, and do the count in bytes. This standard notation is even usable on Windows. (See also http://en.wikipedia.org/wiki/Stdint.h) Cheers, Georg --~--~-~--~~~---~--~~ To post to this group,

[sage-devel] Re: What's the view on updating Maxima?

2009-08-20 Thread gsw
Hi David, concerning your original question: In Debian sid (==unstable currently), there are Maxima version 5.17.1, and ECL version 9.6.1. These versions are more recent than what currently comes with Sage. But if we grade up to Maxima version 5.19.0 and ECL version 9.8.3, these versions were

[sage-devel] Re: Fwd: [Maxima] mpmath + sage + hypergeometric numerics

2009-08-17 Thread gsw
7. I have no problem with summer-of-code high school or college or ... students writing programs. Relying on this code as part of the core of a system is however not such a great plan. RJF I allowed myself to answer to this point (7.) on sage-flame. Cheers, Georg

Re: Fwd: [sage-devel] issue with OS X 10.5.8 (with solution?)

2009-08-09 Thread gsw
On 8 Aug., 18:54, William Stein wst...@gmail.com wrote: David, See below for some data related to allowed GCC versions.   Basically, on OS X, build 5465 is too old. This is the version I have on bsd.math.washington.edu, so I'll probably see the same problem as soon as I upgrade.  I'll

[sage-devel] Re: Sage 4.1.1.rc2 released

2009-08-09 Thread gsw
Hi, on Mac(Intel) OS X 10.4.11 (XCode 2.5 / gcc 4.0.1 build 5370), Sage 4.1.1.rc2 builds fine. However, there are two (reproducible) doctest failures, one known one and one I never saw before. The known one is: sage -t -long devel/sage/sage/symbolic/expression.pyx

[sage-devel] Re: Sage 4.1.1.rc2 released

2009-08-09 Thread gsw
Hi, #6717 just got a quick review, and a positive one (thanks, Burcin!). As for the twisted.py failure: I did immediately retry it after the full Sage testlong suite, and it had failed again. But on fifteen more runs right now, I saw only two failures, and thirteen successes. The system load

[sage-devel] Re: Getting started with my own branch

2009-08-06 Thread gsw
On 5 Aug., 19:15, VictorMiller victorsmil...@gmail.com wrote: Ok, I think I've found the problem.  Perhaps this should point to the need for making clear and complete instructions about creating your own copy. I found that in my local copy there was a sage script that pointed to the

[sage-devel] Re: Are these reasonable assumptions about compilers ?

2009-08-05 Thread gsw
Hi, On 5 Aug., 11:59, David Kirkby david.kir...@onetel.net wrote: I want to change the file prereq-0.3/configure.ac to make a new prereq-0.4/configure script, as currently the configure script does a few things I think are wrong. 1) If CC is set to a non-GNU compiler, the configure scripts

[sage-devel] Re: Getting started with my own branch

2009-08-04 Thread gsw
Guess 2: You need to run this new copy of Sage at least once, i.e. type just mysage to start the Sage interpreter. Sage recognizes that itself has been moved, and re-generates certain hard-linked paths. Have a look at (with probably $SAGE_ROOT == ~/mysage in your case) the contents of the file

[sage-devel] Re: Sage 4.1.1.rc0 released

2009-07-30 Thread gsw
Hi, at least these lines (and there are others): ** File /home/mvngu/usr/bin/sage/devel/sage-main/sage/interfaces/ sage0.py, line 320: sage: sage0.eval('2+2') Expected: '4' Got: '\x1b[0m'

[sage-devel] Re: Sage 4.1.1.alpha1 released

2009-07-28 Thread gsw
Hi William, On 28 Jul., 05:01, William Stein wst...@gmail.com wrote: Hi, I took the sage-4.1.1.alpha1 release build I had, then did ./sage -bdist, took the result, extracted it, and did make test.  1) It sits there and builds the documentation again, which takes a *long* time.  It

[sage-devel] Re: Sage 4.1.1.alpha1 released

2009-07-28 Thread gsw
Aha, On 28 Jul., 09:05, Minh Nguyen nguyenmi...@gmail.com wrote: Hi Georg, On Tue, Jul 28, 2009 at 3:58 PM, gswgeorgswe...@googlemail.com wrote: Hi, builds fine on MacIntel (32bit) OS X 10.4, but there are four (long) doctest failures:

[sage-devel] Re: Sage 4.1.1.alpha1 released

2009-07-28 Thread gsw
Um... no. Can you please create a ticket for this? This is now http://trac.sagemath.org/sage_trac/ticket/6649 : [with patch, needs review] doctest failure in decorate.py (on OS X only). Cheers, Georg -- Regards Minh Van Nguyen --~--~-~--~~~---~--~~ To

[sage-devel] Re: Sage 4.1.1.alpha1 released

2009-07-27 Thread gsw
Hi, builds fine on MacIntel (32bit) OS X 10.4, but there are four (long) doctest failures: -- The following tests failed: sage -t -long devel/sage/sage/misc/abstract_method.py sage -t -long

[sage-devel] Re: Sage 4.1.1.alpha0 released

2009-07-21 Thread gsw
On 21 Jul., 17:14, John H Palmieri jhpalmier...@gmail.com wrote: On Jul 20, 8:04 pm, Minh Nguyen nguyenmi...@gmail.com wrote: Hi folks, This is the first release of the Sage 4.1.1 release cycle. William and I are co-chairing this release cycle. The source tarball and the sage.math

[sage-devel] Re: Sage 4.1.1.alpha0 released

2009-07-21 Thread gsw
sage -t -long devel/sage/sage/interfaces/r.py ** File /Applications/sage_builds/sage-4.1.1.alpha0/devel/sage/sage/ interfaces/r.py, line 838:     sage: r.completions('tes') Expected:    

[sage-devel] Re: -combinat on 64 bit OS X

2009-07-20 Thread gsw
Hi, I'm downloading these sources (the file name is sage-4.1.comb.tar BTW, i.e. without inat) and will build a Mac OS X 10.4 32bit Intel version (I can't build 64bit versions for the time being), which should work fine on OS X 10.5 (on a MacIntel), too. I'll post a note with the link to the

[sage-devel] Re: -combinat on 64 bit OS X

2009-07-20 Thread gsw
On 20 Jul., 19:42, William Stein wst...@gmail.com wrote: On Mon, Jul 20, 2009 at 10:33 AM, gswgeorgswe...@googlemail.com wrote: Hi, I'm downloading these sources (the file name is sage-4.1.comb.tar BTW, i.e. without inat) and will build a Mac OS X 10.4 32bit Intel version (I can't

[sage-devel] Re: Vote for inclusion of Frobby spkg

2009-07-20 Thread gsw
On 17 Jul., 00:36, William Stein wst...@gmail.com wrote: That said, I *do* think it is a good idea to considering getting Frobby into standard Sage, simply because it provides much new optimized functionality.   That said -- I want to ask a question of people who are voting +1 to this

[sage-devel] Re: Sage 4.1 compile fails with Ohhhh jeeee: operation is not possible without initialized secure memory

2009-07-18 Thread gsw
Hi Carlo, strange indeed. I looked at log you posted, several spkg's install fine, e.g.: libgpg_error-1.6.p1 Machine: Linux snehurka 2.6.18 #6 SMP Mon Nov 27 17:53:06 CET 2006 x86_64 GNU/ Linux Deleting directories from past builds of previous/current versions of libgpg_error-1.6.p1 Extracting

[sage-devel] Re: Sage and Singular Talk

2009-07-15 Thread gsw
Hi Martin, On 15 Jul., 13:25, Martin Albrecht m...@informatik.uni-bremen.de wrote: Hi there, next week I'll visit the Singular group in Kaiserslautern. As a part of my visit I will give a talk on Sage. The talk will be focused on topics I assume to be relevant to the Singular team. I have

[sage-devel] Re: OS X application bundle

2009-07-13 Thread gsw
Hi Max, On 11 Jul., 17:56, Maximilian Nickel max.nic...@gmail.com wrote: Hi, i've just created a simple script that creates an OS X application bundle for Sage. The usage is pretty simple, just copy the sage directory from the .dmg into the directory of the script and run 'make release'. I

[sage-devel] Re: sage installation

2009-07-11 Thread gsw
On 10 Jul., 23:07, Ralf Hemmecke r...@hemmecke.de wrote: Hi GSW, -- don't you have a real name? On 07/10/2009 10:37 PM, gsw wrote: Hi Ralf, On 9 Jul., 12:00, Ralf Hemmecke r...@hemmecke.de wrote: I seem to be out of luck. But maybe I did something wrong. Here my steps. I

[sage-devel] Re: sage installation

2009-07-11 Thread gsw
On 11 Jul., 11:53, Ralf Hemmecke r...@hemmecke.de wrote: from the tone of your message, it seems to me, that I somehow must have stepped onto your toes --- sorry, that was not at all my intention! And I couldn't imagine that someone would be offended by me signing my messages with my

[sage-devel] Re: sage installation

2009-07-10 Thread gsw
were right, the Sage binaries do not contain e.g. the atlas sources. But scripts do download them if needed, as you could do successfully (and as you noticed, I guess). Cheers, gsw Ralf --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel

[sage-devel] Re: Sage-4.1.rc0 released

2009-07-06 Thread gsw
Hi, we're a atep further with regard to the OS X / Singular 3.1.0.4 problem; see my comments at http://sagetrac.org/sage_trac/ticket/6362#comment:29. There does seem to remain one more issue, but let's see. Cheers, gsw --~--~-~--~~~---~--~~ To post

[sage-devel] Re: Could you elaborate more on spkg-check?

2009-07-05 Thread gsw
helpful for integrators, should any problems arise. So the output should be reproducible, and a kind of test.log is always a good idea. If this does answer your questions, please feel free to open a trac ticket Developers' Guide enhancement: About spkg-check. :-) Cheers, gsw

[sage-devel] Re: Cython and Libraries

2009-07-05 Thread gsw
On 5 Jul., 19:04, Bjarke Hammersholt Roune bjarke.ro...@gmail.com wrote: Hi gsw, Thank you for looking at the Frobby-Cython ticket. According to the Cython FAQ, pxd files are preferred over pxi files, unless the file has to contain code rather than just declarations. The file in question

[sage-devel] Re: Sage-4.1.rc0 released

2009-07-05 Thread gsw
On Mac OS X 10.4, too, singular fails to build (see the message from John H Palmieri above). It seems that (see trac #6362) the update from Singular 3.1.0.2 to Singular 3.1.0.4 did have an unwanted side-effect ... thoughts? Cheers, gsw

[sage-devel] Re: Could you elaborate more on spkg-check?

2009-07-05 Thread gsw
On 5 Jul., 23:06, Simon King simon.k...@uni-jena.de wrote: Hi Georg, On 5 Jul., 22:13, gsw georgswe...@googlemail.com wrote: first of all, sage-check is something specific to Sage. Do you mean spkg-check? But sure, this is Sage specific as well, since AFAIK spkg stands for Sage package

[sage-devel] Re: sage-4.1.alpha3

2009-07-02 Thread gsw
For #6448, I just uploaded a patch, that now needs review. Could someone please also have a look at the doctest patch at #6379 and review it (very easy one)? Thanks! Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel

[sage-devel] Re: Cython and Libraries

2009-07-02 Thread gsw
it) Is there something I am missing here / am I wrong? Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit

[sage-devel] Re: Cython and Libraries

2009-06-30 Thread gsw
the documentation in such a way, that others will find these answers, too, should they have the same questions. Or do you have a better idea/name for the above than sage.libs.playground? Cheers, gsw P.S.: William, to answer that one of your remarks: IMHO, the best current example C(CPP) library / Cython

[sage-devel] Re: Cython and Libraries

2009-06-29 Thread gsw
direction to go? Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group

[sage-devel] Re: Maxima Errors

2009-06-26 Thread gsw
On 26 Jun., 18:23, rjf fate...@gmail.com wrote: On Jun 25, 1:10 pm, gsw georgswe...@googlemail.com wrote: Hi, I suspect you're just running out of RAM. Not necessarily physically, but the construction Sage -- expect interface -- Maxima -- Lisp implementation is a fragile one

[sage-devel] Re: Anybody tried search_* in 4.1.alpha1?

2009-06-26 Thread gsw
, and is fast. So that you get the behavior that '+' gives (limit the number of invocations of grep) and stay portable. Bingo! find Desktop/sage-4.1.alpha1/devel/sage/sage// \( -name *.py \) -exec grep -i -H Palmieri {} \; This one works on both boxes, too, but behaves way slower. Cheers, gsw

[sage-devel] Re: Sage 4.1.alpha0

2009-06-26 Thread gsw
.tar. Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage

[sage-devel] Re: Sage 4.1.alpha0

2009-06-25 Thread gsw
' failed with exit status 1 sage: There was an error installing modified sage library code. Someone please back out patch #6027, and set it to needs work. It's clearly is the reason for this brokenness, and wasn't tested on Mac OS X 10.4 at all. As it is stated in its comments. Cheers, gsw

[sage-devel] Re: Maxima Errors

2009-06-25 Thread gsw
problem, or the pynac switch, or ...) Good luck! Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit

[sage-devel] Re: Doc testing regression

2009-06-21 Thread gsw
Jun., 22:10, gsw georgswe...@googlemail.com wrote: On 20 Jun., 08:15, Simon King simon.k...@uni-jena.de wrote: Apparently the difference lies in Sage and not in my tests. I just tried again the exact setting in which testing my extension modules used to work -- now it fails, since sage

[sage-devel] Re: sage 4.0.2.rc3 released

2009-06-21 Thread gsw
On 19 Jun., 08:28, gsw georgswe...@googlemail.com wrote: I checked back for the my Sage-4.0.1 Intel Mac OS X 10.4 build and unfortunately yes, this problem is there, too --- so the currently bdist'ed version is flawed :-/ I don't seem to have my Sage-4.0 logs anymore, but I found those

[sage-devel] Re: GPL v2+ restriction

2009-06-21 Thread gsw
is the following: Let's set up a regular time frame to publicly revisit the Sage licensing, say in yearly intervals. For this year, I'd vote to stay with the current state. But let's revisit this again in mid-2010. Cheers, gsw --~--~-~--~~~---~--~~ To post

[sage-devel] Re: Doc testing regression

2009-06-21 Thread gsw
On 21 Jun., 15:37, William Stein wst...@gmail.com wrote: 2009/6/21 gsw georgswe...@googlemail.com: On 21 Jun., 08:28, Simon King simon.k...@uni-jena.de wrote: Dear all, athttp://groups.google.com/group/sage-support/browse_thread/thread/5343... I was asking about the apparently

[sage-devel] Re: precision issue converting from pari complex

2009-06-21 Thread gsw
) precision of the other part. c) If so, I would consider this behaviour a bug in pari, to be fixed in pari. d) In the meantime, you propose as a workaround to alter the conversion behaviour from pari to Sage for complex numbers in general. If I got right --- I vote +1 for your proposal. Cheers, gsw

[sage-devel] Re: sage 4.0.2.rc3 released

2009-06-19 Thread gsw
: /interfaces/ecm.py did timeout after 1800 seconds, but this was not reproducible in several standalone atempts, then it always passed OK.) Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group

[sage-devel] Re: sage 4.0.2.rc3 released

2009-06-19 Thread gsw
On 19 Jun., 08:21, gsw georgswe...@googlemail.com wrote: Hi, r/rpy does not build reliably for me anymore using export MAKE='make -j2' on my MacIntel Core2Duo / Mac OS X 10.4.11. I reported this already for Sage-4.0.2.rc0 (in a one-message thread :-) ) thinking that it would be sporadic

[sage-devel] Re: sage 4.0.2.rc3 released

2009-06-19 Thread gsw
. Cheers, gsw -cc --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage

[sage-devel] Re: reworking the mac os x download page

2009-06-12 Thread gsw
are acquainted to. Cheers, gsw P.S.: And I didn't even tell you yet about all the Sage Mac App variants of the Sage versions above :-) --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage

[sage-devel] Re: Sage 4.0.1.alpha0 released!

2009-06-09 Thread gsw
documentation, appease/bribe/whatever the release manager(s) to get it finally in, ...) Craig, you're certainly not the only one liking this idea! Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group

[sage-devel] Re: Release Management

2009-06-02 Thread gsw
dozen guys you mentioned. Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http

[sage-devel] Re: sage-4.0

2009-05-31 Thread gsw
. Any thoughts? Should I open a ticket? Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http

[sage-devel] Re: Taking a break from release management

2009-05-25 Thread gsw
simply be reimported. It would also be good if someone could deal with trac accounts since I am not likely to be around much in the next four weeks. Hi Michael, standing ovations, and thanks a lot for your good work! Cheers, gsw Cheers, Michael

[sage-devel] Re: sage-4.0.alpha0 build failure on OS X PPC

2009-05-23 Thread gsw
of systems at the same time. And something like a no custom C...Flags patch might have problems on its own ... Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel

[sage-devel] Re: sage-4.0.alpha0 build failure on OS X PPC

2009-05-21 Thread gsw
maintainers probably will find a solution quickly. (Beware, I'm uneasy about the occurence of the MacPorts (or Fink?) path -I/sw/include here.) Cheers, gsw --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from

[sage-devel] Re: Questions on Producing New Sage Packages in the devel guide

2009-05-05 Thread gsw
resolved. Sorry if I'm stepping on any toes here.) I fully agree (and just gave #5990 a positive review minus epsilon), and I definitely am being happy that you stepped forward! Cheers, gsw   John --~--~-~--~~~---~--~~ To post to this group, send email to sage

[sage-devel] Re: Questions on Producing New Sage Packages in the devel guide

2009-05-05 Thread gsw
, I do see advantages in eclib keeping its mercurial repo. Cheers, gsw John --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options