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

Neil Conway commented on MESOS-4070:
------------------------------------

Not at the moment, but it is still intended to be standalone and might be 
separated in the future (along with libprocess). e.g., this is the reason that 
commits that span libprocess and/or stout and/or Mesos proper are not allowed.

> numify() handles negative numbers inconsistently.
> -------------------------------------------------
>
>                 Key: MESOS-4070
>                 URL: https://issues.apache.org/jira/browse/MESOS-4070
>             Project: Mesos
>          Issue Type: Bug
>          Components: stout
>            Reporter: Jie Yu
>            Assignee: Yong Tang
>              Labels: tech-debt
>
> As pointed by [~neilc] in this review:
> https://reviews.apache.org/r/40988
> {noformat}
> Try<int> num2 = numify<int>("-10");
> EXPECT_SOME_EQ(-10, num2);
> // TODO(neilc): This is inconsistent with the handling of non-hex numbers.
> EXPECT_ERROR(numify<int>("-0x10"));
> {noformat}



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

Reply via email to