[svn:parrot] r36670 - in trunk: lib/Parrot t/codingstd t/perl
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Fri Feb 13 11:19:46 UTC 2009
Author: fperrad
Date: Fri Feb 13 11:19:46 2009
New Revision: 36670
URL: https://trac.parrot.org/parrot/changeset/36670
Log:
[Lua] is gone
Modified:
trunk/lib/Parrot/Distribution.pm
trunk/t/codingstd/linelength.t
trunk/t/perl/Parrot_Distribution.t
Modified: trunk/lib/Parrot/Distribution.pm
==============================================================================
--- trunk/lib/Parrot/Distribution.pm Fri Feb 13 11:04:02 2009 (r36669)
+++ trunk/lib/Parrot/Distribution.pm Fri Feb 13 11:19:46 2009 (r36670)
@@ -658,7 +658,6 @@
APL/tools
BASIC/compiler BASIC/interpreter
dotnet dotnet/build dotnet/tools
- lua
pipp
python
regex
@@ -712,7 +711,6 @@
dotnet/build/SRM dotnet/t
jako/lib/Jako
jako/lib/Jako/Construct
- lua/Lua lua/t/Parrot/Test
parrot_compiler/lib/Parrot/Test
perl6/t/01-sanity
pipp/lib/Parrot/Test pipp/lib/Parrot/Test/Pipp
Modified: trunk/t/codingstd/linelength.t
==============================================================================
--- trunk/t/codingstd/linelength.t Fri Feb 13 11:04:02 2009 (r36669)
+++ trunk/t/codingstd/linelength.t Fri Feb 13 11:19:46 2009 (r36670)
@@ -43,9 +43,7 @@
APL
cardinal
dotnet
- lua
ook
- perl6
pipp
};
Modified: trunk/t/perl/Parrot_Distribution.t
==============================================================================
--- trunk/t/perl/Parrot_Distribution.t Fri Feb 13 11:04:02 2009 (r36669)
+++ trunk/t/perl/Parrot_Distribution.t Fri Feb 13 11:19:46 2009 (r36670)
@@ -54,7 +54,6 @@
my @old_directory_list = (
'languages/APL/src/pmc',
'languages/dotnet/pmc',
- 'languages/lua/src/pmc',
map { File::Spec->catdir( 'src', $_ ) } qw(dynpmc pmc)
);
More information about the parrot-commits
mailing list