Olivier Louvignes created CB-613:
------------------------------------

             Summary: Fix console.log not sprintf'ing input content
                 Key: CB-613
                 URL: https://issues.apache.org/jira/browse/CB-613
             Project: Apache Callback
          Issue Type: Bug
          Components: iOS
            Reporter: Olivier Louvignes
            Assignee: Shazron Abdullah
            Priority: Minor



One thing that could be improved/fixed is that XCode console handling fails to 
do a sprintf on its input :

console.log("Just fetched %s-item from endpoint=%o", itemCount, endpoint);

Does output "Just fetched %s-item from endpoint=%o" in XCode while it could 
probably have the sprintf :

"Just fetched 12-item from endpoint=[Object]"

Not perfect but could be really useful for non-scalar vars.

One probably correct sprintf implementation in javascript (underscore.string 
lib) : http://epeli.github.com/underscore.string/lib/underscore.string.js

Regards,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to