Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
making "use integer" an noop for now
  • Loading branch information
FROGGS committed Apr 27, 2013
1 parent f7d0e77 commit 679269b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
16 changes: 12 additions & 4 deletions STATUS.md
Expand Up @@ -515,7 +515,9 @@ at t/spec/opbasic/arith.v5:16
------> sub try ⏏($$$) {</td></tr>
<tr align=center><td align=left rowspan=2>opbasic/cmp.v5</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
<tr><td colspan=5>===SORRY!===
Could not find integer in any of: ../lib
Preceding context expects a term, but found infix , instead
at t/spec/opbasic/cmp.v5:52
------> OO = ('s', 'N/A', 'a', 'NaN', -1, undef,⏏ 0, 1, 3.14, 1e37, 0.632120558, -.5,
</td></tr>
<tr align=center><td align=left rowspan=2>opbasic/concat.v5</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
<tr><td colspan=5>===SORRY!===
Expand Down Expand Up @@ -1705,11 +1707,13 @@ Could not find mypragma in any of: lib
</td></tr>
<tr align=center><td align=left rowspan=2>op/int.v5</td><td>0</td><td>15</td><td>0</td><td>0</td><td>15</td></tr>
<tr><td colspan=5>===SORRY!===
Could not find integer in any of: ../lib
Undeclared routine:
cmp_ok used at lines 24, 25, 28, 43, 71, 75

</td></tr>
<tr align=center><td align=left rowspan=2>op/numconvert.v5</td><td>0</td><td>15</td><td>0</td><td>0</td><td>15</td></tr>
<tr><td colspan=5>===SORRY!===
Could not find integer in any of: ../lib
Method 'ast' not found for invocant of class 'NQPMu'
</td></tr>
<tr align=center><td align=left rowspan=2>op/utf8cache.v5</td><td>0</td><td>15</td><td>0</td><td>0</td><td>15</td></tr>
<tr><td colspan=5>===SORRY!===
Expand Down Expand Up @@ -1959,7 +1963,11 @@ Could not find vars in any of: ../lib
</td></tr>
<tr align=center><td align=left rowspan=2>op/negate.v5</td><td>0</td><td>45</td><td>0</td><td>0</td><td>45</td></tr>
<tr><td colspan=5>===SORRY!===
Could not find integer in any of: ../lib
Undeclared routines:
bareword used at lines 33, 34, 88, 90
bless used at line 53. Did you mean '&elems'?
tie used at line 57. Did you mean '&die'?

</td></tr>
<tr align=center><td align=left rowspan=2>io/perlio.v5</td><td>0</td><td>45</td><td>0</td><td>0</td><td>45</td></tr>
<tr><td colspan=5>===SORRY!===
Expand Down
1 change: 1 addition & 0 deletions lib/Perl6/P5Grammar.pm
Expand Up @@ -1357,6 +1357,7 @@ grammar Perl6::P5Grammar is HLL::Grammar does STD5 {
[
|| 'strict' { self.set_strict(1); }
|| 'utf8' # noop
|| 'integer' # http://perldoc.perl.org/integer.html
|| 'warnings' # noop
|| 'feature' <arglist> # noop
|| <version=versionish> #<?{ ~$<version><vnum>[0] eq '5' }>
Expand Down

0 comments on commit 679269b

Please sign in to comment.