You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/09/05 14:28:29 UTC

[jira] [Commented] (PROTON-582) Perl language bindings do not properly identify integers from strings when encoding

    [ https://issues.apache.org/jira/browse/PROTON-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122862#comment-14122862 ] 

ASF subversion and git services commented on PROTON-582:
--------------------------------------------------------

Commit 1622688 from [~mcpierce] in branch 'proton/trunk'
[ https://svn.apache.org/r1622688 ]

PROTON-582: Missing utils.pm module

The module was missed when the original code was submitted.

> Perl language bindings do not properly identify integers from strings when encoding
> -----------------------------------------------------------------------------------
>
>                 Key: PROTON-582
>                 URL: https://issues.apache.org/jira/browse/PROTON-582
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: perl-binding
>    Affects Versions: 0.7
>            Reporter: Darryl L. Pierce
>            Assignee: Darryl L. Pierce
>             Fix For: 0.8
>
>
> Rafi found the code:
>   sub isnum ($) {
>       return 0 if $_[0] eq '';
>       $_[0] ^ $_[0] ? 0 : 1
>   }
> which can differentiate strings from integers. An additional piece can check for a . in a numeric value to differentiate integers from floating point values.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)