[jira] [Commented] (PROTON-1937) Json::Value conversion error at build time

2018-09-24 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on PROTON-1937:


Github user asfgit closed the pull request at:

https://github.com/apache/qpid-proton/pull/158


> Json::Value conversion error at build time
> --
>
> Key: PROTON-1937
> URL: https://issues.apache.org/jira/browse/PROTON-1937
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Affects Versions: proton-c-0.25.0
> Environment: Fedora 27, GNU C 7.3.1, JsonCpp 1.8.3
>Reporter: Chuck Rolke
>Priority: Major
> Attachments: proton-5595c-build.txt
>
>
> {{connect_config.cpp:73:15: error:}}
> {{could not convert ‘obj’ from ‘const Json::Value’ to ‘bool’}}
>  
> Full build long attached



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1937) Json::Value conversion error at build time

2018-09-24 Thread ASF subversion and git services (JIRA)


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

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

Commit 436275a37349b7c909dc397ae3aff704e49b7ba0 in qpid-proton's branch 
refs/heads/master from [~chug]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=436275a ]

PROTON-1937: Use value.type() to check for value presence or absence

This closes #158


> Json::Value conversion error at build time
> --
>
> Key: PROTON-1937
> URL: https://issues.apache.org/jira/browse/PROTON-1937
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Affects Versions: proton-c-0.25.0
> Environment: Fedora 27, GNU C 7.3.1, JsonCpp 1.8.3
>Reporter: Chuck Rolke
>Priority: Major
> Attachments: proton-5595c-build.txt
>
>
> {{connect_config.cpp:73:15: error:}}
> {{could not convert ‘obj’ from ‘const Json::Value’ to ‘bool’}}
>  
> Full build long attached



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1937) Json::Value conversion error at build time

2018-09-21 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on PROTON-1937:


GitHub user ChugR opened a pull request:

https://github.com/apache/qpid-proton/pull/158

PROTON-1937: Use value.type() to check for value presence or absence

This works for me on Fedroa 27 and 28

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ChugR/qpid-proton PROTON-1937

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-proton/pull/158.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #158


commit ef657e67443e067d9fc74920960e6ce99c65f07c
Author: Chuck Rolke 
Date:   2018-09-21T20:39:33Z

PROTON-1937: Use value.type() to check for value presence or absence




> Json::Value conversion error at build time
> --
>
> Key: PROTON-1937
> URL: https://issues.apache.org/jira/browse/PROTON-1937
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Affects Versions: proton-c-0.25.0
> Environment: Fedora 27, GNU C 7.3.1, JsonCpp 1.8.3
>Reporter: Chuck Rolke
>Priority: Major
> Attachments: proton-5595c-build.txt
>
>
> {{connect_config.cpp:73:15: error:}}
> {{could not convert ‘obj’ from ‘const Json::Value’ to ‘bool’}}
>  
> Full build long attached



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org