Re: Git repo for the proton Go binding.

2015-07-13 Thread Robbie Gemmell
I don't really know much about Go, so I mainly have questions rather than answers. - What would actually be included in this 'qpid-proton-go' repo vs the existing qpid-proton repo? - Have you looked into how other Apache projects are supporting go get, if there are any, to see what do they do?

Re: Git repo for the proton Go binding.

2015-07-13 Thread Robbie Gemmell
On 13 July 2015 at 16:23, aconway acon...@redhat.com wrote: On Mon, 2015-07-13 at 13:03 +0100, Robbie Gemmell wrote: I don't really know much about Go, so I mainly have questions rather than answers. - What would actually be included in this 'qpid-proton-go' repo vs the existing qpid-proton

[jira] [Resolved] (PROTON-944) add ability to set a default state for settling received deliveries

2015-07-13 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell resolved PROTON-944. --- Resolution: Fixed add ability to set a default state for settling received deliveries

Re: Git repo for the proton Go binding.

2015-07-13 Thread aconway
On Mon, 2015-07-13 at 18:28 +0100, Robbie Gemmell wrote: On 13 July 2015 at 16:23, aconway acon...@redhat.com wrote: On Mon, 2015-07-13 at 13:03 +0100, Robbie Gemmell wrote: I don't really know much about Go, so I mainly have questions rather than answers. - What would actually

[jira] [Updated] (PROTON-946) remove generated data structure definitions from protocol.h

2015-07-13 Thread michael goulish (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael goulish updated PROTON-946: --- Description: Currently protocol.h.py reads the AMQP 1.0 spec xml files and generates all of

[jira] [Updated] (PROTON-945) add ability to set a default state for settling received deliveries

2015-07-13 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated PROTON-945: -- Component/s: (was: proton-j) proton-c add ability to set a default state

[jira] [Assigned] (PROTON-944) add ability to set a default state for settling received deliveries

2015-07-13 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned PROTON-944: - Assignee: Robbie Gemmell add ability to set a default state for settling received

[jira] [Commented] (PROTON-944) add ability to set a default state for settling received deliveries

2015-07-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14624945#comment-14624945 ] ASF subversion and git services commented on PROTON-944: Commit

[jira] [Created] (PROTON-945) add ability to set a default state for settling received deliveries

2015-07-13 Thread Robbie Gemmell (JIRA)
Robbie Gemmell created PROTON-945: - Summary: add ability to set a default state for settling received deliveries Key: PROTON-945 URL: https://issues.apache.org/jira/browse/PROTON-945 Project: Qpid

[jira] [Updated] (PROTON-945) add ability to set a default state for settling received deliveries

2015-07-13 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated PROTON-945: -- Fix Version/s: (was: 0.10) Description: When the link object is free'd it also free's

[jira] [Created] (PROTON-946) remove generated data structure definitions from .protocol.h

2015-07-13 Thread michael goulish (JIRA)
michael goulish created PROTON-946: -- Summary: remove generated data structure definitions from .protocol.h Key: PROTON-946 URL: https://issues.apache.org/jira/browse/PROTON-946 Project: Qpid Proton

Re: Git repo for the proton Go binding.

2015-07-13 Thread aconway
On Mon, 2015-07-13 at 13:03 +0100, Robbie Gemmell wrote: I don't really know much about Go, so I mainly have questions rather than answers. - What would actually be included in this 'qpid-proton-go' repo vs the existing qpid-proton repo? The contents of proton-c/bindings/go on branch go1.

[jira] [Created] (PROTON-943) Bump library (.so) major version for proton-c libraries

2015-07-13 Thread Ted Ross (JIRA)
Ted Ross created PROTON-943: --- Summary: Bump library (.so) major version for proton-c libraries Key: PROTON-943 URL: https://issues.apache.org/jira/browse/PROTON-943 Project: Qpid Proton Issue

Re: Git repo for the proton Go binding.

2015-07-13 Thread Robbie Gemmell
On 13 July 2015 at 19:04, aconway acon...@redhat.com wrote: On Mon, 2015-07-13 at 18:28 +0100, Robbie Gemmell wrote: On 13 July 2015 at 16:23, aconway acon...@redhat.com wrote: On Mon, 2015-07-13 at 13:03 +0100, Robbie Gemmell wrote: I don't really know much about Go, so I mainly have

Tutorial for C++ binding

2015-07-13 Thread aconway
I've got a (very rough, very incomplete) draft of the tutorial for the C++ binding up on http://people.apache.org/~aconway/proton/ I'm interested in feedback on whether this is going in the right direction. Hope to have this complete in a day or two, along with more substantial API doc for the

Re: Git repo for the proton Go binding.

2015-07-13 Thread Dominic Evans
-aconway acon...@redhat.com wrote: - I would like to create a separte git repo for the proton Go binding. Go provides go get to grab online go source libraries, based on cloning repos. The go tools assume that each go project has its own repo. I have tried to make this work directly