Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:rakudo/rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 8, 2009
2 parents d43f016 + 582e78c commit d019aff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/spectest-progress.csv
Expand Up @@ -320,3 +320,4 @@
"2009-04-05 00:00",7dc65fd,8436,0,340,1960,10736,15579,349
"2009-04-06 00:00",078012a,8436,0,340,1960,10736,15579,349
"2009-04-07 00:00",8f4dc52,8436,0,340,1960,10736,15579,349
"2009-04-08 00:00",a2728b4,8444,0,342,1960,10746,15589,349
2 changes: 1 addition & 1 deletion src/builtins/any-list.pir
Expand Up @@ -71,7 +71,7 @@ the size of that file down and to emphasize their generic,
.param string sep :optional
.param int has_sep :opt_flag
if has_sep goto have_sep
sep = ' '
sep = ''
have_sep:
$P0 = self.'list'()
$P0.'!flatten'()
Expand Down
1 change: 1 addition & 0 deletions t/spectest.data
Expand Up @@ -223,6 +223,7 @@ S06-signature/slurpy-params.t
S06-signature/slurpy-placeholders.t
S06-signature/sub-ref.t
S06-signature/type-capture.t
S06-signature/types.t
S06-traits/is-copy.t
S06-traits/is-rw.t
S06-traits/misc.t
Expand Down

0 comments on commit d019aff

Please sign in to comment.