Differences between revisions 3 and 4
Revision 3 as of 2012-04-04 12:10:30
Size: 1890
Comment:
Revision 4 as of 2014-02-19 09:28:16
Size: 1980
Comment: Add Hexchat
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
 * [[http://xchat.org/|Xchat]] (graphical; Windows, GNU/Linux)  * [[http://hexchat.github.io/|Hexchat]] (graphical; GUN/Linux, Windows)
 * [[http://xchat.org/|Xchat]] (graphical; GNU/Linux, shareware under Windows)

What is a code sprint ?

See this Wikipedia article for a generic definition.

The main ingredients are:

  • a date and a time window (a given day in our case)
  • a mean of live coordination (iRC in our case, see below)
  • a set of objectives

Live coordination

There is no need to meet physically during a code sprint. Coordination will be done using Internet Relay Chat (iRC).

The channel for Dynare sprints is #dynare on the OFTC network (server irc.oftc.net).

You have to install an iRC client, for example:

  • Hexchat (graphical; GUN/Linux, Windows)

  • Xchat (graphical; GNU/Linux, shareware under Windows)

  • Xchat Gnome (graphical; GNU/Linux)

  • Smuxi (graphical; GNU/Linux)

  • Irssi (text; Windows, GNU/Linux, Mac OS X)

  • Erc (within Emacs)

  • Colloquy (GUI; Mac OS X)

  • mIRC (GUI; most used on Windows)

Then you need to choose a nickname, select a server from the OFTC network, and join the #dynare channel.

First Dynare code sprint

The first Dynare sprint will take place on Friday April 20th, between 10am and 18pm (Paris time).

The objective is to close as many Trac tickets as possible, in preparation for the 4.3 release. Many tickets are relatively easy to fix. Frequently the main blocker is that a collective decision needs to be made.

When you start working on a ticket, make sure that you own the ticket in Trac, and announce your intention on the iRC channel (in order to avoid duplicate work).

List of suggested tickets to work on during the sprint: [TO BE ADDED]

Ideas for other code sprints

  • improve internal documentation
  • write tests

DynareWiki: CodeSprints (last edited 2014-02-19 09:28:16 by SébastienVillemot)