Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add note about current state of the implementation
  • Loading branch information
tbrowder committed Aug 27, 2016
1 parent 4357ca3 commit e7c91f5
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 e7c91f5

Please sign in to comment.