nice-commit Mailing List for The Nice Programming Language
Brought to you by:
bonniot
You can subscribe to this list here.
2003 |
Jan
|
Feb
(60) |
Mar
(125) |
Apr
(183) |
May
(140) |
Jun
(227) |
Jul
(141) |
Aug
(181) |
Sep
(75) |
Oct
(89) |
Nov
(187) |
Dec
(162) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(69) |
Feb
(197) |
Mar
(98) |
Apr
(26) |
May
(10) |
Jun
(85) |
Jul
(88) |
Aug
(79) |
Sep
(80) |
Oct
(81) |
Nov
(53) |
Dec
(109) |
2005 |
Jan
(68) |
Feb
(77) |
Mar
(232) |
Apr
(79) |
May
(37) |
Jun
(37) |
Jul
(3) |
Aug
(18) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
(10) |
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(9) |
2007 |
Jan
(2) |
Feb
(8) |
Mar
(2) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(17) |
Dec
(6) |
2008 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Daniel B. <bo...@us...> - 2011-04-25 18:48:50
|
Update of /cvsroot/nice/Nice/web In directory vz-cvs-3.sog:/tmp/cvs-serv9759 Modified Files: index.xml Log Message: Typo Index: index.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/index.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.xml 25 Mar 2004 15:39:49 -0000 1.10 --- index.xml 25 Apr 2011 18:48:47 -0000 1.11 *************** *** 90,94 **** all possibly useful methods, but you can split them into several packages dealing with different aspects. Development can then happen independently ! if each package. </para><para> Multi-methods also extend usual methods with the possibility to --- 90,94 ---- all possibly useful methods, but you can split them into several packages dealing with different aspects. Development can then happen independently ! in each package. </para><para> Multi-methods also extend usual methods with the possibility to |
From: Daniel B. <bo...@us...> - 2008-02-19 08:25:33
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25745 Modified Files: build.xml Log Message: Updated version Index: build.xml =================================================================== RCS file: /cvsroot/nice/Nice/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** build.xml 29 Aug 2005 11:07:00 -0000 1.13 --- build.xml 19 Feb 2008 08:25:27 -0000 1.14 *************** *** 173,177 **** <target name="setDate"> <!-- TODO: Extract the current Nice version from the head of the NEWS file. --> ! <property name="version" value="0.9.11 prerelease" /> <property name="to" value="src/nice/tools/compiler/dateBuild.nice" /> <property name="LET" value="public let String" /> --- 173,177 ---- <target name="setDate"> <!-- TODO: Extract the current Nice version from the head of the NEWS file. --> ! <property name="version" value="0.9.14 prerelease" /> <property name="to" value="src/nice/tools/compiler/dateBuild.nice" /> <property name="LET" value="public let String" /> |
From: Daniel B. <bo...@us...> - 2008-02-15 23:24:07
|
Update of /cvsroot/nice/Nice/src/bossa/parser In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21557/src/bossa/parser Modified Files: Parser.jj Log Message: Allow block calls of the form a.m { ... } Index: Parser.jj =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/parser/Parser.jj,v retrieving revision 1.331 retrieving revision 1.332 diff -C2 -d -r1.331 -r1.332 *** Parser.jj 18 Jun 2005 13:26:55 -0000 1.331 --- Parser.jj 15 Feb 2008 23:24:09 -0000 1.332 *************** *** 2693,2697 **** ( block=Block() ! { if ( exp instanceof CallExp && ((CallExp)exp).hasBrackets && ! (exp instanceof NewExp) ) bossa.syntax.dispatch.addBlockArgument(exp,block, null); else --- 2693,2697 ---- ( block=Block() ! { if ( exp instanceof CallExp && ! (exp instanceof NewExp) ) bossa.syntax.dispatch.addBlockArgument(exp,block, null); else |
From: Daniel B. <bo...@us...> - 2008-02-15 23:24:07
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21557 Modified Files: NEWS Log Message: Allow block calls of the form a.m { ... } Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** NEWS 25 Nov 2007 18:19:58 -0000 1.89 --- NEWS 15 Feb 2008 23:24:08 -0000 1.90 *************** *** 1,2 **** --- 1,8 ---- + nice (0.9.14) + + * Allow block calls of the form a.m { ... } + + -- + nice (0.9.13) |
From: Daniel B. <bo...@us...> - 2007-12-16 16:03:09
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18285/debian Modified Files: changelog Log Message: Fixed emacs mode for xemacs21. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.258 retrieving revision 1.259 diff -C2 -d -r1.258 -r1.259 *** changelog 16 Dec 2007 11:42:58 -0000 1.258 --- changelog 16 Dec 2007 16:03:04 -0000 1.259 *************** *** 1,2 **** --- 1,9 ---- + nice (0.9.13-3) unstable; urgency=low + + * Fix emacs mode for xemacs21 (closes: #454602). + * Sponsored by Petter Reinholdtsen. + + -- Daniel Bonniot <bo...@us...> Sun, 16 Dec 2007 13:10:47 +0100 + nice (0.9.13-2) unstable; urgency=low |
From: Daniel B. <bo...@us...> - 2007-12-16 16:03:01
|
Update of /cvsroot/nice/Nice/lib/emacs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18285/lib/emacs Modified Files: nice-mode.el Log Message: Fixed emacs mode for xemacs21. Index: nice-mode.el =================================================================== RCS file: /cvsroot/nice/Nice/lib/emacs/nice-mode.el,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** nice-mode.el 16 Dec 2007 11:42:58 -0000 1.37 --- nice-mode.el 16 Dec 2007 16:03:02 -0000 1.38 *************** *** 16,20 **** (eval-when-compile (require 'cc-langs) ! (require 'cc-fonts nil t)) (eval-and-compile --- 16,22 ---- (eval-when-compile (require 'cc-langs) ! ; cc-fonts is not present in GNU Emacs 21, but it is in 22. ! ; XEmacs 21 does not accept the NOERROR argument of 'require'. ! (condition-case nil (require 'cc-fonts) (error nil))) (eval-and-compile |
From: Daniel B. <bo...@us...> - 2007-12-16 11:42:57
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12394/debian Modified Files: emacsen-install changelog Log Message: Debian version 0.9.13-2. Index: emacsen-install =================================================================== RCS file: /cvsroot/nice/Nice/debian/emacsen-install,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** emacsen-install 18 Dec 2001 15:34:25 -0000 1.1 --- emacsen-install 16 Dec 2007 11:42:58 -0000 1.2 *************** *** 13,22 **** echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} ! #FLAVORTEST=`echo $FLAVOR | cut -c-6` ! #if [ ${FLAVORTEST} = xemacs ] ; then ! # SITEFLAG="-no-site-file" ! #else ! # SITEFLAG="--no-site-file" ! #fi FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" --- 13,22 ---- echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} ! FLAVORTEST=`echo $FLAVOR | cut -c-6` ! if [ ${FLAVORTEST} = xemacs ] ; then ! SITEFLAG="-no-site-file" ! else ! SITEFLAG="--no-site-file" ! fi FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.257 retrieving revision 1.258 diff -C2 -d -r1.257 -r1.258 *** changelog 3 Dec 2007 09:40:08 -0000 1.257 --- changelog 16 Dec 2007 11:42:58 -0000 1.258 *************** *** 2,7 **** * Bump standards-version to 3.7.3 (no changes needed). ! ! -- nice (0.9.13-1) unstable; urgency=low --- 2,10 ---- * Bump standards-version to 3.7.3 (no changes needed). ! * Fixed emacs mode for emacs21, thanks to Aaron Ucko (closes: #454198). ! * Optimized emacsen byte-compilation on install by using --no-site-file. ! * Sponsored by Petter Reinholdtsen. ! ! -- Daniel Bonniot <bo...@us...> Tue, 04 Dec 2007 09:21:14 +0100 nice (0.9.13-1) unstable; urgency=low |
From: Daniel B. <bo...@us...> - 2007-12-16 11:42:56
|
Update of /cvsroot/nice/Nice/lib/emacs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12394/lib/emacs Modified Files: nice-mode.el Log Message: Debian version 0.9.13-2. Index: nice-mode.el =================================================================== RCS file: /cvsroot/nice/Nice/lib/emacs/nice-mode.el,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** nice-mode.el 25 Nov 2007 14:58:22 -0000 1.36 --- nice-mode.el 16 Dec 2007 11:42:58 -0000 1.37 *************** *** 16,23 **** (eval-when-compile (require 'cc-langs) ! (require 'cc-fonts)) (eval-and-compile ! (c-add-language 'nice-mode 'java-mode)) (require 'compile) --- 16,24 ---- (eval-when-compile (require 'cc-langs) ! (require 'cc-fonts nil t)) (eval-and-compile ! (if (fboundp 'c-add-language) ! (c-add-language 'nice-mode 'java-mode))) (require 'compile) *************** *** 387,392 **** (interactive) (kill-all-local-variables) ! (c-initialize-cc-mode t) (set-syntax-table nice-mode-syntax-table) (setq major-mode 'nice-mode --- 388,396 ---- (interactive) + (if (not (fboundp 'c-init-language-vars)) + (c-initialize-cc-mode)) (kill-all-local-variables) ! (if (fboundp 'c-init-language-vars) ! (c-initialize-cc-mode t)) (set-syntax-table nice-mode-syntax-table) (setq major-mode 'nice-mode *************** *** 394,399 **** local-abbrev-table java-mode-abbrev-table) (use-local-map nice-mode-map) ! (c-init-language-vars nice-mode) ! (c-common-init 'nice-mode) (setq comment-start "// " comment-end "" --- 398,406 ---- local-abbrev-table java-mode-abbrev-table) (use-local-map nice-mode-map) ! (if (fboundp 'c-init-language-vars) ! (progn ! (c-init-language-vars nice-mode) ! (c-common-init 'nice-mode)) ! (c-common-init)) (setq comment-start "// " comment-end "" |
From: Daniel B. <bo...@us...> - 2007-12-03 09:40:09
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24576 Modified Files: control changelog Log Message: Bump standards-version to 3.7.3 (no changes needed). Index: control =================================================================== RCS file: /cvsroot/nice/Nice/debian/control,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** control 2 Dec 2007 22:34:56 -0000 1.28 --- control 3 Dec 2007 09:40:08 -0000 1.29 *************** *** 5,9 **** Build-Depends: debhelper (>= 5) Build-Depends-Indep: jikes-classpath, kaffe (>= 2:1.1.8), javacc, groff, ant, zip, unzip ! Standards-Version: 3.7.2 Package: nice --- 5,9 ---- Build-Depends: debhelper (>= 5) Build-Depends-Indep: jikes-classpath, kaffe (>= 2:1.1.8), javacc, groff, ant, zip, unzip ! Standards-Version: 3.7.3 Package: nice Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.256 retrieving revision 1.257 diff -C2 -d -r1.256 -r1.257 *** changelog 2 Dec 2007 22:34:56 -0000 1.256 --- changelog 3 Dec 2007 09:40:08 -0000 1.257 *************** *** 1,2 **** --- 1,8 ---- + nice (0.9.13-2) unstable; urgency=low + + * Bump standards-version to 3.7.3 (no changes needed). + + -- + nice (0.9.13-1) unstable; urgency=low |
From: Daniel B. <bo...@us...> - 2007-12-02 22:34:55
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8363/debian Modified Files: changelog control rules Log Message: Update for upload in Debian. Index: rules =================================================================== RCS file: /cvsroot/nice/Nice/debian/rules,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** rules 25 Nov 2007 21:50:23 -0000 1.16 --- rules 2 Dec 2007 22:34:56 -0000 1.17 *************** *** 22,26 **** # so that the package is smaller. chmod a+x debian/jar ! $(MAKE) complete JAVAC_FLAGS="-O" java="gij" javac="jikes-classpath -nowarn" jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 --- 22,26 ---- # so that the package is smaller. chmod a+x debian/jar ! $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath -nowarn" jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 Index: control =================================================================== RCS file: /cvsroot/nice/Nice/debian/control,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** control 25 Nov 2007 21:54:59 -0000 1.27 --- control 2 Dec 2007 22:34:56 -0000 1.28 *************** *** 4,8 **** Maintainer: Daniel Bonniot <bo...@us...> Build-Depends: debhelper (>= 5) ! Build-Depends-Indep: jikes-classpath, gij, javacc, groff, ant, zip, unzip Standards-Version: 3.7.2 --- 4,8 ---- Maintainer: Daniel Bonniot <bo...@us...> Build-Depends: debhelper (>= 5) ! Build-Depends-Indep: jikes-classpath, kaffe (>= 2:1.1.8), javacc, groff, ant, zip, unzip Standards-Version: 3.7.2 Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.255 retrieving revision 1.256 diff -C2 -d -r1.255 -r1.256 *** changelog 25 Nov 2007 21:54:59 -0000 1.255 --- changelog 2 Dec 2007 22:34:56 -0000 1.256 *************** *** 3,10 **** * New upstream version. * Fixed debian/watch url (closes: #450164). - * Use gij instead of kaffe for building. * Fixed lintian warnings debian-rules-ignores-make-clean-error and debian-rules-sets-DH_COMPAT. * Suggest gcj, not the obsolete gcj-3.4. -- Daniel Bonniot <bo...@us...> Sun, 25 Nov 2007 19:19:11 +0100 --- 3,10 ---- * New upstream version. * Fixed debian/watch url (closes: #450164). * Fixed lintian warnings debian-rules-ignores-make-clean-error and debian-rules-sets-DH_COMPAT. * Suggest gcj, not the obsolete gcj-3.4. + * Sponsored by Petter Reinholdtsen. -- Daniel Bonniot <bo...@us...> Sun, 25 Nov 2007 19:19:11 +0100 *************** *** 16,20 **** * Use Build-Depends (not Build-Depends-Indep) for debhelper. * Upgrade to policy 3.7.2. ! * Sponsored by Petter Reinholdtsen <pe...@de...>. -- Daniel Bonniot <bo...@us...> Sat, 21 Oct 2006 12:50:20 +0200 --- 16,20 ---- * Use Build-Depends (not Build-Depends-Indep) for debhelper. * Upgrade to policy 3.7.2. ! * Sponsored by Petter Reinholdtsen. -- Daniel Bonniot <bo...@us...> Sat, 21 Oct 2006 12:50:20 +0200 *************** *** 29,33 **** * Upgrade to policy 3.6.2 (no changes). * Upgrade to debhelper 5. ! * Sponsored by Petter Reinholdtsen <pe...@de...>. -- Daniel Bonniot <bo...@us...> Sun, 26 Mar 2006 18:39:47 +0200 --- 29,33 ---- * Upgrade to policy 3.6.2 (no changes). * Upgrade to debhelper 5. ! * Sponsored by Petter Reinholdtsen. -- Daniel Bonniot <bo...@us...> Sun, 26 Mar 2006 18:39:47 +0200 |
From: Daniel B. <bo...@us...> - 2007-11-26 09:40:12
|
Update of /cvsroot/nice/Nice/distrib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16580/distrib Modified Files: Makefile Log Message: Make sure echo -e works as expected. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/distrib/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile 26 Jan 2006 13:07:43 -0000 1.20 --- Makefile 26 Nov 2007 09:40:14 -0000 1.21 *************** *** 1,2 **** --- 1,4 ---- + SHELL := /bin/bash + VERSION = ${shell expr "`head -1 ../NEWS`" : '.*(\(.*\))'} |
From: Daniel B. <bo...@us...> - 2007-11-26 09:40:12
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16580/web Modified Files: .htaccess Log Message: Make sure echo -e works as expected. Index: .htaccess =================================================================== RCS file: /cvsroot/nice/Nice/web/.htaccess,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** .htaccess 26 Nov 2007 09:31:34 -0000 1.23 --- .htaccess 26 Nov 2007 09:40:14 -0000 1.24 *************** *** 1,3 **** ! -e DirectoryIndex index.php index.html Redirect /Wiki http://nice.sourceforge.net/cgi-bin/twiki/view Redirect /Nice.tar http://prdownloads.sourceforge.net/nice/Nice-0.9.13-unix.tar.gz --- 1,3 ---- ! DirectoryIndex index.php index.html Redirect /Wiki http://nice.sourceforge.net/cgi-bin/twiki/view Redirect /Nice.tar http://prdownloads.sourceforge.net/nice/Nice-0.9.13-unix.tar.gz |
From: Daniel B. <bo...@us...> - 2007-11-26 09:31:32
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12845/web Modified Files: .htaccess Log Message: Released 0.9.13 Index: .htaccess =================================================================== RCS file: /cvsroot/nice/Nice/web/.htaccess,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** .htaccess 7 Jun 2005 10:08:54 -0000 1.22 --- .htaccess 26 Nov 2007 09:31:34 -0000 1.23 *************** *** 1,7 **** ! DirectoryIndex index.php index.html ! Redirect /Wiki http://nice.sourceforge.net/cgi-bin/twiki/view ! Redirect /Nice.tar http://prdownloads.sourceforge.net/nice/Nice-0.9.11-unix.tar.gz ! Redirect /Nice-source.tar.gz http://prdownloads.sourceforge.net/nice/Nice-0.9.11-source.tgz ! Redirect /Nice.zip http://prdownloads.sourceforge.net/nice/Nice-0.9.11-windows.zip ! Redirect /nice.deb http://prdownloads.sourceforge.net/nice/nice_0.9.11-1_all.deb ! Redirect /nice.rpm http://prdownloads.sourceforge.net/nice/Nice-0.9.11-1.noarch.rpm --- 1,7 ---- ! -e DirectoryIndex index.php index.html ! Redirect /Wiki http://nice.sourceforge.net/cgi-bin/twiki/view ! Redirect /Nice.tar http://prdownloads.sourceforge.net/nice/Nice-0.9.13-unix.tar.gz ! Redirect /Nice-source.tar.gz http://prdownloads.sourceforge.net/nice/Nice-0.9.13-source.tgz ! Redirect /Nice.zip http://prdownloads.sourceforge.net/nice/Nice-0.9.13-windows.zip ! Redirect /nice.deb http://prdownloads.sourceforge.net/nice/nice_0.9.13-1_all.deb ! Redirect /nice.rpm http://prdownloads.sourceforge.net/nice/Nice-0.9.13-1.noarch.rpm |
From: Daniel B. <bo...@us...> - 2007-11-25 21:54:57
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13352/debian Modified Files: control changelog Log Message: Suggest gcj, not the obsolete gcj-3.4. Index: control =================================================================== RCS file: /cvsroot/nice/Nice/debian/control,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** control 25 Nov 2007 20:06:50 -0000 1.26 --- control 25 Nov 2007 21:54:59 -0000 1.27 *************** *** 10,14 **** Architecture: all Depends: kaffe | java-virtual-machine, kaffe | java1-runtime | java2-runtime ! Suggests: emacsen, ant, gcj-3.4 Description: Extension of Java with parametric types, multi-methods, and more Nice is a new object-oriented programming language. --- 10,14 ---- Architecture: all Depends: kaffe | java-virtual-machine, kaffe | java1-runtime | java2-runtime ! Suggests: emacsen, ant, gcj Description: Extension of Java with parametric types, multi-methods, and more Nice is a new object-oriented programming language. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.254 retrieving revision 1.255 diff -C2 -d -r1.254 -r1.255 *** changelog 25 Nov 2007 21:50:23 -0000 1.254 --- changelog 25 Nov 2007 21:54:59 -0000 1.255 *************** *** 6,9 **** --- 6,10 ---- * Fixed lintian warnings debian-rules-ignores-make-clean-error and debian-rules-sets-DH_COMPAT. + * Suggest gcj, not the obsolete gcj-3.4. -- Daniel Bonniot <bo...@us...> Sun, 25 Nov 2007 19:19:11 +0100 |
From: Daniel B. <bo...@us...> - 2007-11-25 21:50:20
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11727/debian Modified Files: rules changelog Added Files: compat Log Message: Build using gij isntead of kaffe (which dumps core again...). Fixed lintian warnings. --- NEW FILE: compat --- 5 Index: rules =================================================================== RCS file: /cvsroot/nice/Nice/debian/rules,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** rules 25 Nov 2007 20:06:50 -0000 1.15 --- rules 25 Nov 2007 21:50:23 -0000 1.16 *************** *** 6,12 **** #export DH_VERBOSE=1 - # This is the debhelper compatability version to use. - export DH_COMPAT=5 - configure: configure-stamp configure-stamp: --- 6,9 ---- *************** *** 37,41 **** # Add here commands to clean up after the build process. ! -$(MAKE) clean dh_clean --- 34,38 ---- # Add here commands to clean up after the build process. ! $(MAKE) clean dh_clean Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.253 retrieving revision 1.254 diff -C2 -d -r1.253 -r1.254 *** changelog 25 Nov 2007 18:20:33 -0000 1.253 --- changelog 25 Nov 2007 21:50:23 -0000 1.254 *************** *** 3,6 **** --- 3,9 ---- * New upstream version. * Fixed debian/watch url (closes: #450164). + * Use gij instead of kaffe for building. + * Fixed lintian warnings debian-rules-ignores-make-clean-error and + debian-rules-sets-DH_COMPAT. -- Daniel Bonniot <bo...@us...> Sun, 25 Nov 2007 19:19:11 +0100 |
From: Daniel B. <bo...@us...> - 2007-11-25 20:06:48
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1561/debian Modified Files: rules control Log Message: Build using gij isntead of kaffe (which dumps core again...) Index: control =================================================================== RCS file: /cvsroot/nice/Nice/debian/control,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** control 17 Dec 2006 11:47:16 -0000 1.25 --- control 25 Nov 2007 20:06:50 -0000 1.26 *************** *** 4,8 **** Maintainer: Daniel Bonniot <bo...@us...> Build-Depends: debhelper (>= 5) ! Build-Depends-Indep: jikes-classpath (>= 1:1.18), kaffe (>= 2:1.1.7-4), javacc, groff, ant, zip, unzip Standards-Version: 3.7.2 --- 4,8 ---- Maintainer: Daniel Bonniot <bo...@us...> Build-Depends: debhelper (>= 5) ! Build-Depends-Indep: jikes-classpath, gij, javacc, groff, ant, zip, unzip Standards-Version: 3.7.2 Index: rules =================================================================== RCS file: /cvsroot/nice/Nice/debian/rules,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** rules 17 Dec 2006 11:47:16 -0000 1.14 --- rules 25 Nov 2007 20:06:50 -0000 1.15 *************** *** 25,29 **** # so that the package is smaller. chmod a+x debian/jar ! $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath -nowarn" jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 --- 25,29 ---- # so that the package is smaller. chmod a+x debian/jar ! $(MAKE) complete JAVAC_FLAGS="-O" java="gij" javac="jikes-classpath -nowarn" jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 |
From: Daniel B. <bo...@us...> - 2007-11-25 20:03:13
|
Update of /cvsroot/nice/Nice/src/nice/tools/testsuite In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32710/src/nice/tools/testsuite Modified Files: TestSuite.java Log Message: Added static to String constants to save space and avoid jikes warning. Index: TestSuite.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/TestSuite.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** TestSuite.java 21 Mar 2005 21:25:57 -0000 1.17 --- TestSuite.java 25 Nov 2007 20:03:14 -0000 1.18 *************** *** 31,35 **** * */ ! private final String TESTCASE_TYPE_PASS = "pass"; /** --- 31,35 ---- * */ ! private static final String TESTCASE_TYPE_PASS = "pass"; /** *************** *** 37,41 **** * */ ! private final String TESTCASE_TYPE_FAIL = "fail"; /** --- 37,41 ---- * */ ! private static final String TESTCASE_TYPE_FAIL = "fail"; /** *************** *** 43,47 **** * */ ! private final String KEYWORD_GLOBAL = "global"; /** --- 43,47 ---- * */ ! private static final String KEYWORD_GLOBAL = "global"; /** *************** *** 49,53 **** * */ ! private final String KEYWORD_COMMENT = "comment"; --- 49,53 ---- * */ ! private static final String KEYWORD_COMMENT = "comment"; |
From: Daniel B. <bo...@us...> - 2007-11-25 18:29:14
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23314/debian Modified Files: changelog Log Message: Closed 0.9.13. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.252 retrieving revision 1.253 diff -C2 -d -r1.252 -r1.253 *** changelog 25 Nov 2007 15:46:28 -0000 1.252 --- changelog 25 Nov 2007 18:20:33 -0000 1.253 *************** *** 4,8 **** * Fixed debian/watch url (closes: #450164). ! -- nice (0.9.12-2) unstable; urgency=low --- 4,8 ---- * Fixed debian/watch url (closes: #450164). ! -- Daniel Bonniot <bo...@us...> Sun, 25 Nov 2007 19:19:11 +0100 nice (0.9.12-2) unstable; urgency=low |
From: Daniel B. <bo...@us...> - 2007-11-25 18:29:13
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22851 Modified Files: NEWS Log Message: Closed 0.9.13. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** NEWS 25 Nov 2007 17:12:31 -0000 1.88 --- NEWS 25 Nov 2007 18:19:58 -0000 1.89 *************** *** 6,10 **** * Bugfixes (method generalization with primitive types). ! -- nice (0.9.12) --- 6,10 ---- * Bugfixes (method generalization with primitive types). ! -- Sun, 25 Nov 2007 19:19:11 +0100 nice (0.9.12) |
From: Daniel B. <bo...@us...> - 2007-11-25 17:15:09
|
Update of /cvsroot/nice/Nice/testsuite/compiler/methods In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29227/testsuite/compiler/methods Modified Files: generalization.testsuite Log Message: Fix bug number (actually bug #1834805). Index: generalization.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/generalization.testsuite,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** generalization.testsuite 25 Nov 2007 17:12:31 -0000 1.6 --- generalization.testsuite 25 Nov 2007 17:15:07 -0000 1.7 *************** *** 161,165 **** /// PASS ! // bug #1509635 /// package a /// Toplevel --- 161,165 ---- /// PASS ! // bug #1834805 /// package a /// Toplevel |
From: Daniel B. <bo...@us...> - 2007-11-25 17:13:03
|
Update of /cvsroot/nice/Nice/src/nice/tools/typing In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28056/src/nice/tools/typing Modified Files: Types.java Log Message: Take care of primitive types when deciding of method generalization (fixes bug #1509635). Index: Types.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/typing/Types.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Types.java 22 Jun 2005 14:34:12 -0000 1.17 --- Types.java 25 Nov 2007 17:12:31 -0000 1.18 *************** *** 310,314 **** that is, there exists some types that belong to both domains. */ ! public static boolean domainsIntersect(Polytype t1, Polytype t2) { Typing.enter(); --- 310,314 ---- that is, there exists some types that belong to both domains. */ ! public static boolean domainsIntersect(Polytype t1, Polytype t2, boolean dispatchable) { Typing.enter(); *************** *** 326,331 **** // ... that can be used for both methods ... ! Typing.leq(args, parameters(t1)); ! Typing.leq(args, parameters(t2)); } finally { --- 326,331 ---- // ... that can be used for both methods ... ! Typing.leq(args, parameters(t1), dispatchable); ! Typing.leq(args, parameters(t2), dispatchable); } finally { |
From: Daniel B. <bo...@us...> - 2007-11-25 17:13:03
|
Update of /cvsroot/nice/Nice/testsuite/compiler/methods In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28056/testsuite/compiler/methods Modified Files: generalization.testsuite Log Message: Take care of primitive types when deciding of method generalization (fixes bug #1509635). Index: generalization.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/generalization.testsuite,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** generalization.testsuite 8 Mar 2005 16:03:24 -0000 1.5 --- generalization.testsuite 25 Nov 2007 17:12:31 -0000 1.6 *************** *** 158,159 **** --- 158,171 ---- // New implementation, which should satisfy both methods. class D implements A { foo() = true; } + + + /// PASS + // bug #1509635 + /// package a + /// Toplevel + int foo(int x) = x; + + /// package b import a + assert foo(3.3) == 4.3; + /// Toplevel + double foo(double x) = x + 1; |
From: Daniel B. <bo...@us...> - 2007-11-25 17:13:03
|
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28056/src/bossa/syntax Modified Files: niceMethod.nice Log Message: Take care of primitive types when deciding of method generalization (fixes bug #1509635). Index: niceMethod.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/niceMethod.nice,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** niceMethod.nice 19 Aug 2005 16:04:28 -0000 1.29 --- niceMethod.nice 25 Nov 2007 17:12:31 -0000 1.30 *************** *** 167,174 **** return // if the two domains have some types in common (they intersect) ! // then we can consider this is specialized by d ! // (provided we already know d it not more general than this, in which ! // we would have said that this specializes d). ! nice.tools.typing.Types.domainsIntersect(this.getType(), s.getType()) && ! nice.tools.typing.Types.typeParameterDispatch(s.getType(), this.getType()); } --- 167,174 ---- return // if the two domains have some types in common (they intersect) ! // then we can consider that 'this' is specialized by 'd' ! // (provided we already know 'd' is not more general than 'this', ! // in which case we would have said that this specializes d). ! nice.tools.typing.Types.domainsIntersect(this.getType(), s.getType(), true) && ! nice.tools.typing.Types.typeParameterDispatch(s.getType(), this.getType()); } |
From: Daniel B. <bo...@us...> - 2007-11-25 17:13:02
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28056 Modified Files: NEWS Log Message: Take care of primitive types when deciding of method generalization (fixes bug #1509635). Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -d -r1.87 -r1.88 *** NEWS 25 Nov 2007 14:58:22 -0000 1.87 --- NEWS 25 Nov 2007 17:12:31 -0000 1.88 *************** *** 4,7 **** --- 4,8 ---- Thanks to ben77 (bug #1509635). * Updated the nice mode for the Emacs editor to work with version 22. + * Bugfixes (method generalization with primitive types). -- |
From: Daniel B. <bo...@us...> - 2007-11-25 15:46:26
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25570/debian Modified Files: changelog watch Log Message: Fixed debian/watch url. Index: watch =================================================================== RCS file: /cvsroot/nice/Nice/debian/watch,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** watch 29 Jul 2004 12:45:25 -0000 1.1 --- watch 25 Nov 2007 15:46:28 -0000 1.2 *************** *** 1,2 **** ! version=2 ! ftp://ftp2.sf.net/pub/sourceforge/n/ni/nice/Nice-(\d\.[\d+\.]+)-source\.tar\.(gz|bz2) debian uupdate --- 1,2 ---- ! version=3 ! http://sf.net/nice/Nice-(.*)-source\.tgz Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.251 retrieving revision 1.252 diff -C2 -d -r1.251 -r1.252 *** changelog 17 Dec 2006 11:47:16 -0000 1.251 --- changelog 25 Nov 2007 15:46:28 -0000 1.252 *************** *** 1,2 **** --- 1,9 ---- + nice (0.9.13-1) unstable; urgency=low + + * New upstream version. + * Fixed debian/watch url (closes: #450164). + + -- + nice (0.9.12-2) unstable; urgency=low |