Changes between Version 29 and Version 30 of WikiStart
- Timestamp:
- 01/20/06 06:25:23 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v29 v30 12 12 * The {{{STABLE}}} branch is {{{ghc-6-4-branch}}} in CVS. Bugfixes (only) are being merged in from the {{{HEAD}}}. We are using CVS for this branch, the next STABLE branch will be a darcs repository. The next release of this branch will be 6.4.2, which is due around February 2006. 13 13 14 * The {{{HEAD}}} will be branchedfor version 6.6 at some point, still to be decided, but probably around Spring 2006.14 * The {{{HEAD}}} is in darcs now (see below). We will be branching the HEAD for version 6.6 at some point, still to be decided, but probably around Spring 2006. 15 15 16 16 == Downloading snapshots == … … 33 33 * [query:?status=new&status=assigned&status=reopened&milestone=6.6&order=priority View tickets scheduled for 6.6] 34 34 35 == The GHC sources==35 == The Code == 36 36 37 We are in a transition between revision control systems. The source tree is currently held in a CVS repository: 37 Our source code is kept in a collection of [http://darcs.net/ darcs] repositories. 38 39 * [wiki:GhcDarcs Getting the sources] 40 41 We recently transitioned from using CVS as our revision control system to darcs. The darcs repositories have full history, but in case you need to look at the CVS trees: 38 42 39 43 * [http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ Browse the CVS repository online] 40 44 * [http://www.haskell.org/ghc/docs/latest/html/building/sec-cvs.html Accessing the CVS repository] 41 45 42 We are currently maintaining a mirror of the CVS repository in a [http://darcs.net/ darcs] repository, with the aim of switching to using darcs for development.43 44 * [http://darcs.haskell.org/ghc Browse the darcs repository (HEAD)]45 46 46 47 == Getting Started == … … 49 50 50 51 * Pick an easy [query:?status=new&status=assigned&status=reopened&type=bug&order=priority&group=difficulty bug report] or [query:?status=new&status=assigned&status=reopened&type=task&order=priority&group=difficulty task] to work on 51 * Grab the latest sources (darcs is recommended, see above)52 * [wiki:GhcDarcs Grab the latest sources] 52 53 * [http://cvs.haskell.org/cgi-bin/cvsweb.cgi/~checkout~/fptools/ghc/HACKING?content-type=text%2Fplain Set up your build tree] 53 54 * Useful information about GHC's architecture is in the [http://www.cse.unsw.edu.au/~chak/haskell/ghc/comm/ commentary]
