[svn:parrot] r45309 - in branches/profiling_testing: runtime/parrot/library/ProfTest t/profiling

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Mar 30 06:13:05 UTC 2010


Author: cotto
Date: Tue Mar 30 06:13:04 2010
New Revision: 45309
URL: https://trac.parrot.org/parrot/changeset/45309

Log:
[codingstd] add perl6 codas

Modified:
   branches/profiling_testing/runtime/parrot/library/ProfTest/Matcher.nqp
   branches/profiling_testing/runtime/parrot/library/ProfTest/NQPProfile.nqp
   branches/profiling_testing/runtime/parrot/library/ProfTest/PIRProfile.nqp
   branches/profiling_testing/runtime/parrot/library/ProfTest/Want.nqp
   branches/profiling_testing/t/profiling/profiling.t

Modified: branches/profiling_testing/runtime/parrot/library/ProfTest/Matcher.nqp
==============================================================================
--- branches/profiling_testing/runtime/parrot/library/ProfTest/Matcher.nqp	Tue Mar 30 06:07:40 2010	(r45308)
+++ branches/profiling_testing/runtime/parrot/library/ProfTest/Matcher.nqp	Tue Mar 30 06:13:04 2010	(r45309)
@@ -80,3 +80,9 @@
 method debugging($i) {
     self<debugging> := $i+0;
 }
+
+# Local Variables:
+#   mode: perl6
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=perl

Modified: branches/profiling_testing/runtime/parrot/library/ProfTest/NQPProfile.nqp
==============================================================================
--- branches/profiling_testing/runtime/parrot/library/ProfTest/NQPProfile.nqp	Tue Mar 30 06:07:40 2010	(r45308)
+++ branches/profiling_testing/runtime/parrot/library/ProfTest/NQPProfile.nqp	Tue Mar 30 06:13:04 2010	(r45309)
@@ -9,3 +9,9 @@
     my $pir_code     := $nqp_compiler.compile($nqp_code, :target('pir'));
     ProfTest::PIRProfile.new($pir_code, $canonical);
 }
+
+# Local Variables:
+#   mode: perl6
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=perl

Modified: branches/profiling_testing/runtime/parrot/library/ProfTest/PIRProfile.nqp
==============================================================================
--- branches/profiling_testing/runtime/parrot/library/ProfTest/PIRProfile.nqp	Tue Mar 30 06:07:40 2010	(r45308)
+++ branches/profiling_testing/runtime/parrot/library/ProfTest/PIRProfile.nqp	Tue Mar 30 06:13:04 2010	(r45309)
@@ -86,3 +86,9 @@
         %r = i[.IGLOBALS_CONFIG_HASH]
     };
 }
+
+# Local Variables:
+#   mode: perl6
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=perl

Modified: branches/profiling_testing/runtime/parrot/library/ProfTest/Want.nqp
==============================================================================
--- branches/profiling_testing/runtime/parrot/library/ProfTest/Want.nqp	Tue Mar 30 06:07:40 2010	(r45308)
+++ branches/profiling_testing/runtime/parrot/library/ProfTest/Want.nqp	Tue Mar 30 06:13:04 2010	(r45309)
@@ -196,3 +196,9 @@
     $str;
 }
 
+
+# Local Variables:
+#   mode: perl6
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=perl

Modified: branches/profiling_testing/t/profiling/profiling.t
==============================================================================
--- branches/profiling_testing/t/profiling/profiling.t	Tue Mar 30 06:07:40 2010	(r45308)
+++ branches/profiling_testing/t/profiling/profiling.t	Tue Mar 30 06:13:04 2010	(r45309)
@@ -187,3 +187,8 @@
 sub cs(*@p, *%n)      { ProfTest::Want::CS.new(|@p, |%n) }
 sub any(*@p, *%n)     { ProfTest::Want::Any.new(|@p, |%n) }
 
+# Local Variables:
+#   mode: perl6
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=perl6


More information about the parrot-commits mailing list