Skip to content

Commit

Permalink
Merge pull request #866 from tbrowder/sprintf-note
Browse files Browse the repository at this point in the history
add note about current state of the implementation
  • Loading branch information
Altai-man committed Aug 27, 2016
2 parents 4357ca3 + e7c91f5 commit 5e16303
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Type/Str.pod6
Expand Up @@ -339,6 +339,11 @@ Directives guide the use (if any) of the arguments. When a directive
(other than C<%>) is used, it indicates how the next argument
passed is to be formatted into the string to be created.
NOTE: The information below is for a fully functioning C<sprintf> implementation which hasn't been
achieved yet due, in part, to Rakudo issues with native uint64 types. The following section will
be annotated to indicate what parts do NOT yet wrk properly after a thorough test is made of
each example below.
The directives are:
=begin table
Expand Down

0 comments on commit 5e16303

Please sign in to comment.