Skip to content

Commit

Permalink
Remove more parrot legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 3, 2015
1 parent 7d85749 commit f67ba35
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 81 deletions.
5 changes: 1 addition & 4 deletions docs/running.pod
Expand Up @@ -24,13 +24,10 @@ compiled code.
-v, --version display version information
--stagestats display time spent in the compilation stages
--ll-exception display a low level backtrace on errors
--profile print profile information to standard error (Parrot)
write profile information as HTML file (MoarVM)
--profile write profile information as HTML file (MoarVM)

Note that only boolean single-letter options may be bundled

Output from C<--profile> can be visualized by C<kcachegrind> for the Parrot backend.

The supported values for C<--target> are:

Target Backend Description
Expand Down
2 changes: 1 addition & 1 deletion t/01-sanity/07-op-string.t
Expand Up @@ -36,7 +36,7 @@ $s eq ' ' and say 'ok 15';
$s = 'ABC' ~| ' ';
$s eq 'abc' and say 'ok 16';

# check COW of Parrot strings (r27046, r27048)
# check COW of strings
my $foo = 'fred';
my $bar = 'fred';
$foo++;
Expand Down
3 changes: 0 additions & 3 deletions t/harness
Expand Up @@ -79,8 +79,6 @@ $tap_harness_class .= '::Archive' if $archive;

my $extra_properties;
if ($archive) {
$extra_properties->{'Parrot Revision'} = $parrot_revision
if $parrot_revision;
$extra_properties->{'Submitter'} = $ENV{SMOLDER_SUBMITTER}
if $ENV{SMOLDER_SUBMITTER};
}
Expand Down Expand Up @@ -171,5 +169,4 @@ Options:
--long - do long.
--stress - perform the stress tests/
--archive=[archive] - write to an archive.
--parrot_revision=[rev] - test with Parrot revision.
73 changes: 0 additions & 73 deletions tools/distro/rakudo.spec

This file was deleted.

0 comments on commit f67ba35

Please sign in to comment.