You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2016/04/05 20:31:49 UTC

[GitHub] jena pull request: JENA-967: afn:Sprintf implementation

Github user afs commented on the pull request:

    https://github.com/apache/jena/pull/132#issuecomment-205935091
  
    Hi - looks good 
    
    One suggestion : Java printf can take a variable number of arguments from zero upwards.
    
    It would be nice if `afn:sprintf("%d != %d", 1, 2)` worked.  Could the arguments (args 1 on) go into a list, and javaSprintf proces them into a a Object[] for String.format?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---