Changes between Version 8 and Version 9 of Download/panc


Ignore:
Timestamp:
Mar 28, 2007, 12:46:55 PM (19 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/panc

    v8 v9  
    1616The source for the pan compiler is managed through a [http://subversion.tigris.org/ subversion] repository.  The mainline development ("trunk") can be checked out with a subversion client with the command:
    1717{{{
    18 svn checkout https://svn.lal.in2p3.fr/LCG/QWG/Sources/panc/trunk
     18svn checkout https://svn.lal.in2p3.fr/LCG/QWG/panc/trunk
    1919}}}
    2020Specific versions of the compiler can be checked out from the tags area:
    2121{{{
    22 svn checkout https://svn.lal.in2p3.fr/LCG/QWG/Sources/panc/tags/7.1.11
     22svn checkout https://svn.lal.in2p3.fr/LCG/QWG/panc/tags/7.1.15
    2323}}}
    24 where the tags correspond to the version of the compiler.  All of the tags can be found by pointing a web browser at the subversion [http://svn.lal.in2p3.fr/LCG/QWG/Sources/panc/tags repository].  The source may also be browsed through [https://trac.lal.in2p3.fr/LCGQWG/browser/Sources/panc Trac].
     24where the tags correspond to the version of the compiler.  All of the tags can be found by pointing a web browser at the subversion [http://svn.lal.in2p3.fr/LCG/QWG/panc/tags repository].  The source may also be browsed through [https://trac.lal.in2p3.fr/LCGQWG/browser/panc Trac].
    2525
    2626The major version of the pan compiler changes when there are changes to the pan language itself.  The minor version (second number) changes when there are significant changes in the compiler.  Note that even minor versions are considered "stable" and odd minor versions are considered "development".  The patch number changes when small changes and bug fixes are made to the compiler.