[sage-devel] Re: pari compilation failure on Ubuntu Karmic

2009-09-11 Thread Tan Swee Heng
A quick fix I used was to change OPTFLAGS=-O3 in PARI's get_cc script to OPTFLAGS=-O1. I wrote down the specific steps here: http://thesweeheng.wordpress.com/2009/08/28/building-sage-4-1-1-on-fedora-11/. Hope that helps. Swee Heng On Thu, Sep 10, 2009 at 11:17 PM, William Stein wst...@gmail.com

[sage-devel] Re: sage -t

2009-09-11 Thread Jan Groenewald
Hi On Thu, Sep 10, 2009 at 12:12:18PM -0700, fwc wrote: 1. The mysterious error message derives from a bug introduced by my patch at #6861. It was triggered whenever sage -t was applied to a full path name other than one within the devel directory. I've added an extra patch to #6861 which

[sage-devel] parenthesis highlighting

2009-09-11 Thread Jan Groenewald
Hi Has there been any progress on this? http://www.mail-archive.com/sage-supp...@googlegroups.com/msg03975.html One of the often heard comments from lecturers is that they are wasting time on basic syntax, when students mismatch parenthesis. In the simplest instance, when a closing ] or ) is

[sage-devel] Re: solve and solution_dict

2009-09-11 Thread Stan Schymanski
Thanks, Jason! I appreciate any solution that does not break old code. Deprecation warnings are useful to tell you why your code is going to be broken (if informative enough) but they don't take away the necessity to change all your code, unless you have have been setting the new standard

[sage-devel] How to acknowledge external contributions to trac?

2009-09-11 Thread Simon King
Dear Sage-Devel, at http://trac.sagemath.org/sage_trac/ticket/6750 it occurred that people without trac account (David Green, Mikael Vejdemo Johansson) contributed off list, namely by suggesting good examples, that actually helped to track down bugs and resulted in doc tests. How should such

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

2009-09-11 Thread Jaap Spies
William Stein wrote: On Thu, Sep 10, 2009 at 12:08 PM, Jaap Spies j.sp...@hccnet.nl wrote: Minh Nguyen wrote: Hi folks, This release has the following updated packages: * matplotlib-0.99.0.spkg * networkx-0.99.p1-fake_really-0.36.p1.spkg The source tarball and sage.math binary are

[sage-devel] Re: j_invariants of different types for different fields

2009-09-11 Thread John Cremona
Just to say that Jenny and I sorted this out off-list (essentially by replacing QQ wuth ZZ). John On Sep 10, 7:27 pm, Robert Bradshaw rober...@math.washington.edu wrote: On Sep 10, 2009, at 5:24 AM, J. Cooley wrote: Hi I'm trying to write some code involving isogenies that will work over

[sage-devel] Re: sage -t

2009-09-11 Thread Jan Groenewald
Hi On Fri, Sep 11, 2009 at 01:31:43AM -0700, fwc wrote: I've established that during the sage startup process we first have in line 6 of $SAGE_ROOT/sage: CUR=`pwd` # save the current directory, so can change back after startup Hmmm, I had 0 j...@muizenberg:~$grep CUR

[sage-devel] Re: How to acknowledge external contributions to trac?

2009-09-11 Thread Minh Nguyen
Hi Simon, On Fri, Sep 11, 2009 at 6:50 PM, Simon King simon.k...@nuigalway.ie wrote: SNIP How should such contributions be acknowledged? Can they be added to the reviewer list? Yes. That's reasonable. -- Regards Minh Van Nguyen --~--~-~--~~~---~--~~ To

[sage-devel] Re: How to acknowledge external contributions to trac?

2009-09-11 Thread Simon King
Hi Minh! On Sep 11, 1:40 pm, Minh Nguyen nguyenmi...@gmail.com wrote: How should such contributions be acknowledged? Can they be added to the reviewer list? Yes. That's reasonable. Thank you! A related question: In the Author field, should it be the name of the author of the ticket? Or

[sage-devel] Re: How to acknowledge external contributions to trac?

2009-09-11 Thread Minh Nguyen
Hi Simon, On Fri, Sep 11, 2009 at 11:16 PM, Simon King simon.k...@nuigalway.ie wrote: SNIP A related question: In the Author field, should it be the name of the author of the ticket? Or the name of the authors of the package? The author of the ticket would be the person who reported the

[sage-devel] Re: How to acknowledge external contributions to trac?

2009-09-11 Thread Minh Nguyen
Hi Simon, On Sat, Sep 12, 2009 at 12:00 AM, Simon King simon.k...@nuigalway.ie wrote: SNIP I just checked that in the previous sage release tour the package authors (David Green and I) are correctly named, and the description of ticket #6491 clearly names both authors as well, and so does

[sage-devel] Re: How to acknowledge external contributions to trac?

2009-09-11 Thread Simon King
Hi Minh, On Sep 11, 3:21 pm, Minh Nguyen nguyenmi...@gmail.com wrote: [...] I have changed ticket #6491 to also name David Green as an author of the code contained in the package pGroupCohomology. Thank you! I must admit that it can be really difficult for me, or a release manager or a

[sage-devel] Re: parenthesis highlighting

2009-09-11 Thread William Stein
On Fri, Sep 11, 2009 at 1:27 AM, Jan Groenewald j...@aims.ac.za wrote: Hi Has there been any progress on this? http://www.mail-archive.com/sage-supp...@googlegroups.com/msg03975.html One of the often heard comments from lecturers is that they are wasting time on basic syntax, when

[sage-devel] Re: parenthesis highlighting

2009-09-11 Thread Tom Boothby
Working with the limited tools at my disposal (this will all go away with BeSpin, if they know what they're doing), I introduce a hotkey which finds the first open paren / brace / bracket and closes it at your current cursor location: http://trac.sagemath.org/sage_trac/ticket/3646 This is

[sage-devel] Re: parenthesis highlighting

2009-09-11 Thread Jason Grout
Tom Boothby wrote: Working with the limited tools at my disposal (this will all go away with BeSpin, if they know what they're doing), I introduce a hotkey which finds the first open paren / brace / bracket and closes it at your current cursor location:

[sage-devel] Re: parenthesis highlighting

2009-09-11 Thread Jan Groenewald
Hi On Fri, Sep 11, 2009 at 12:36:00PM -0500, Jason Grout wrote: I'm just throwing it out there in the interest of brainstorming. Two more ideas: 1. a by default OFF feature, which can somewhere be set to on, to prevent the CPU/RAM problems. Probably will trip up inexperienced users who will

[sage-devel] Re: parenthesis highlighting

2009-09-11 Thread Tom Boothby
On Fri, Sep 11, 2009 at 10:36 AM, Jason Grout jason-s...@creativetrax.com wrote: Tom Boothby wrote: Working with the limited tools at my disposal (this will all go away with BeSpin, if they know what they're doing), I introduce a hotkey which finds the first open paren / brace / bracket and

[sage-devel] Re: parenthesis highlighting

2009-09-11 Thread Tom Boothby
On Fri, Sep 11, 2009 at 11:14 AM, Jan Groenewald j...@aims.ac.za wrote: Hi On Fri, Sep 11, 2009 at 12:36:00PM -0500, Jason Grout wrote: I'm just throwing it out there in the interest of brainstorming. Two more ideas: 1. a by default OFF feature, which can somewhere be set to on, to

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

2009-09-11 Thread Jaap Spies
Jaap Spies wrote: William Stein wrote: On Thu, Sep 10, 2009 at 12:08 PM, Jaap Spies j.sp...@hccnet.nl wrote: Minh Nguyen wrote: Hi folks, This release has the following updated packages: * matplotlib-0.99.0.spkg * networkx-0.99.p1-fake_really-0.36.p1.spkg The source tarball and

[sage-devel] Syntax highlighting + reST on trac and wiki

2009-09-11 Thread Pat LeSmithe
To colorize code blocks in trac descriptions and comments, try {{{ #!python from random import randrange def qsort(A): if A == []: return [] i = randrange(len(A)) A_lo = qsort([x for x in (A[:i] + A[i + 1 :]) if x A[i]]) A_hi = qsort([x for x in (A[:i] + A[i + 1 :]) if

[sage-devel] Re: parenthesis highlighting

2009-09-11 Thread William Stein
On Fri, Sep 11, 2009 at 11:20 AM, Tom Boothby tomas.boot...@gmail.com wrote: On Fri, Sep 11, 2009 at 11:14 AM, Jan Groenewald j...@aims.ac.za wrote: Hi On Fri, Sep 11, 2009 at 12:36:00PM -0500, Jason Grout wrote: I'm just throwing it out there in the interest of brainstorming. Two more

[sage-devel] Re: Syntax highlighting + reST on trac and wiki

2009-09-11 Thread William Stein
On Fri, Sep 11, 2009 at 11:41 AM, Pat LeSmithe qed...@gmail.com wrote: To colorize code blocks in trac descriptions and comments, try Are you saying Hey guys, here's a feature that is in trac already, but nobody seems to be using it. In order to use it, put #!python at the top of your {{{

[sage-devel] Re: Syntax highlighting + reST on trac and wiki

2009-09-11 Thread William Stein
On Fri, Sep 11, 2009 at 1:18 PM, Pat LeSmithe qed...@gmail.com wrote: William Stein wrote: On Fri, Sep 11, 2009 at 11:41 AM, Pat LeSmithe qed...@gmail.com wrote: To colorize code blocks in trac descriptions and comments, try Are you saying Hey guys, here's a feature that is in trac already,

[sage-devel] Re: parenthesis highlighting

2009-09-11 Thread Jason Grout
William Stein wrote: On Fri, Sep 11, 2009 at 11:20 AM, Tom Boothby tomas.boot...@gmail.com wrote: On Fri, Sep 11, 2009 at 11:14 AM, Jan Groenewald j...@aims.ac.za wrote: Hi On Fri, Sep 11, 2009 at 12:36:00PM -0500, Jason Grout wrote: I'm just throwing it out there in the interest of

[sage-devel] Re: parenthesis highlighting

2009-09-11 Thread Tom Boothby
On Fri, Sep 11, 2009 at 1:35 PM, Jason Grout jason-s...@creativetrax.com wrote: William Stein wrote: On Fri, Sep 11, 2009 at 11:20 AM, Tom Boothby tomas.boot...@gmail.com wrote: On Fri, Sep 11, 2009 at 11:14 AM, Jan Groenewald j...@aims.ac.za wrote: Hi On Fri, Sep 11, 2009 at 12:36:00PM

[sage-devel] Re: Syntax highlighting + reST on trac and wiki

2009-09-11 Thread Pat LeSmithe
William Stein wrote: On Fri, Sep 11, 2009 at 1:18 PM, Pat LeSmithe qed...@gmail.com wrote: William Stein wrote: On Fri, Sep 11, 2009 at 11:41 AM, Pat LeSmithe qed...@gmail.com wrote: To colorize code blocks in trac descriptions and comments, try Are you saying Hey guys, here's a feature that

[sage-devel] bug spy

2009-09-11 Thread William Stein
Hi Sage-devel, Who set this up? http://bugspy.net/product/sagemath/?page=1sort=updatedorder=desc It's really nice! William -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~-~--~~~---~--~~ To post to this

[sage-devel] Re: bug spy

2009-09-11 Thread ahmet alper parker
it seems they crawled the net for accessible and open bug lists to make a bug reporting site... On Sat, Sep 12, 2009 at 2:20 AM, William Stein wst...@gmail.com wrote: Hi Sage-devel, Who set this up? http://bugspy.net/product/sagemath/?page=1sort=updatedorder=desc It's really nice!

[sage-devel] Re: Syntax highlighting + reST on trac and wiki

2009-09-11 Thread Dan Drake
On Fri, 11 Sep 2009 at 03:39PM -0700, Pat LeSmithe wrote: Which features shall we ask the trac and wiki admins to install? One feature I would like is forward references for tickets. This is a bit like the ticket dependency graph, but just for links. I'm imagining two lists: Ticket comments that

[sage-devel] Re: Syntax highlighting + reST on trac and wiki

2009-09-11 Thread Pat LeSmithe
Dan Drake wrote: On Fri, 11 Sep 2009 at 03:39PM -0700, Pat LeSmithe wrote: Which features shall we ask the trac and wiki admins to install? One feature I would like is forward references for tickets. This is a bit like the ticket dependency graph, but just for links. I'm imagining two

[sage-devel] Re: Syntax highlighting + reST on trac and wiki

2009-09-11 Thread Dan Drake
On Fri, 11 Sep 2009 at 07:02PM -0700, Pat LeSmithe wrote: Dan Drake wrote: On Fri, 11 Sep 2009 at 03:39PM -0700, Pat LeSmithe wrote: Which features shall we ask the trac and wiki admins to install? One feature I would like is forward references for tickets. This is a bit like the

[sage-devel] Re: Syntax highlighting + reST on trac and wiki

2009-09-11 Thread Pat LeSmithe
Dan Drake wrote: On Fri, 11 Sep 2009 at 07:02PM -0700, Pat LeSmithe wrote: Dan Drake wrote: On Fri, 11 Sep 2009 at 03:39PM -0700, Pat LeSmithe wrote: Which features shall we ask the trac and wiki admins to install? One feature I would like is forward references for tickets. This is a bit

[sage-devel] Re: Syntax highlighting + reST on trac and wiki

2009-09-11 Thread William Stein
On Fri, Sep 11, 2009 at 10:13 PM, Pat LeSmithe qed...@gmail.com wrote: Dan Drake wrote: On Fri, 11 Sep 2009 at 07:02PM -0700, Pat LeSmithe wrote: Dan Drake wrote: On Fri, 11 Sep 2009 at 03:39PM -0700, Pat LeSmithe wrote: Which features shall we ask the trac and wiki admins to install?