Branch: refs/heads/master Home: http://github.com/timbunce/java2perl6
Commit: 09ecf6c1b8684a3aca25926d8fbc37e97e9a0bb8 http://github.com/timbunce/java2perl6/commit/09ecf6c1b8684a3aca25926d8fbc37e97e9a0bb8 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-08-29 (Sun, 29 Aug 2010) Changed paths: M lib/Java/Javap/Generator/Perl6.pm Log Message: ----------- no need for "return" or ";" for constants Commit: c97265b6ac29dd26d03d94a5a37e57811a8630ea http://github.com/timbunce/java2perl6/commit/c97265b6ac29dd26d03d94a5a37e57811a8630ea Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-08-29 (Sun, 29 Aug 2010) Changed paths: M t/01_use.t Log Message: ----------- report version info of installed java Commit: 8acd093f387297cdd147c8b2ba828daeeda472b1 http://github.com/timbunce/java2perl6/commit/8acd093f387297cdd147c8b2ba828daeeda472b1 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-08-29 (Sun, 29 Aug 2010) Changed paths: M t/03_class.t M t/55_final.t Log Message: ----------- if parse fails in test then report the text being parsed Commit: 140d981db557c4954ae76bd308818011f553d1a5 http://github.com/timbunce/java2perl6/commit/140d981db557c4954ae76bd308818011f553d1a5 Author: Tim Bunce <tim.bu...@pobox.com> Date: 2010-08-29 (Sun, 29 Aug 2010) Changed paths: M lib/Java/Javap.pm M t/02_interface.t Log Message: ----------- Enable javap -v mode. Adjust t/02_interface.t to match. Some tests fail.