Disseminating Code for SageΒΆ

Whether you’ve developed some new code for Sage or just have a simple bug fix, you need to know how to communicate what you’ve done to other Sage users. This part of the guide discusses this issue. Here are some of the available avenues of communication and tools to aid in that communication:

  • The Google group sage-support, at http://groups.google.com/group/sage-support. This group gives help and support to those who have problems with Sage (installation, syntax, etc). The IRC channel #sage-support on freenode serves the same purpose.
  • The Google group sage-devel, at http://groups.google.com/group/sage-devel. This list is for Sage development and is about programming, design and technical issues. This is a great place to post questions about whether certain behavior is a bug, or whether a certain feature ought to be implemented (or how it ought to be implemented), or similar issues. Also implementation issues are discussed here and the general direction of the project. The matching IRC channel is #sage-devel on freenode.
  • Mercurial: this is the source control system that is included with Sage. Use this to produce patches for Sage. See Producing Patches with Mercurial for a full discussion of Mercurial.
  • The Sage trac server, at http://trac.sagemath.org/sage_trac/: this is where you should post bugs, patches for bugs, additions to the Sage library, etc. See The Sage Trac Server: Submitting Patches and Packages for more information.

Contents:

Previous topic

The Sage Manuals

Next topic

Inclusion Procedure for New Packages

This Page