[GitHub] qpid-proton pull request: PROTON-881: Make connect a non-blocking ...

2015-07-05 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/40#issuecomment-118681852 FYI, I merged this onto trunk after landing the reactor branch. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] qpid-proton pull request: PROTON-881: Graceful handling of runtime...

2015-06-03 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/34#issuecomment-108444308 Hi Preston, sorry to take so long to look at this. My impulse here would be to avoid using a checked exception for HandlerException. I generally follow the

[GitHub] qpid-proton pull request: Reactor

2015-05-06 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/29#issuecomment-99635551 Given my recent rant about new development on master, let's try pulling this in on a branch first. I've create the proton-j-reactor branch. If you can resubm

[GitHub] qpid-proton pull request: proton-c: minor code fixes

2015-05-06 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/26#issuecomment-99432258 Looks good to me. On the struct initialization stuff, it might be worth seeing if we can make gcc turn those into errors if it causes problems on other compilers

[GitHub] qpid-proton pull request: NO-JIRA: improvements to export.sh

2015-05-06 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/28#issuecomment-99428883 Fixing the prefix in the tarball makes sense to me, however some of the other changes do not. The release process is supposed to proceed from a signed tag, which means

[GitHub] qpid-proton pull request: NO-JIRA: improvements to export.sh

2015-05-06 Thread rhs
Github user rhs commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/28#discussion_r29751867 --- Diff: bin/export.sh --- @@ -54,15 +65,18 @@ WORKDIR=$(mktemp -d) ## ( cd ${SRC} -TAG=$(git describe --tags --always

[GitHub] qpid-proton pull request: Fixes for Mac OS X

2015-04-28 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/23#issuecomment-97093665 For the record, I tried making the test assertion more specific, but it is difficult to come up with an assertion that accommodates the asynchronous behavior and isn&#

[GitHub] qpid-proton pull request: Fixes for Mac OS X

2015-04-28 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/23#issuecomment-97009507 Hmm, I'm not sure how useful the trace is since it is once where all the tests passed. Any chance you could grab one where the tests fail? Thinking a bit mo

[GitHub] qpid-proton pull request: Fixes for Mac OS X

2015-04-27 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/23#issuecomment-96734626 I'm a little puzzled as to why the test change would be necessary. Pump has been written to keep looping until there is no I/O left to perform for any of its messe

[GitHub] qpid-proton pull request: NO-JIRA: README improvements

2015-04-24 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/22#issuecomment-95922186 +1 As a general note I think it's good to try to test changes to install/readme type stuff on people who aren't already intimately familiar with prot

[GitHub] qpid-proton pull request: PROTON-848-and-849: stop leaking the tra...

2015-04-22 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/20#issuecomment-95188769 Looks good to me. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] qpid-proton pull request: PROTON-853: stop erroneous attach being ...

2015-04-21 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/21#issuecomment-94755563 +1 from me Initially I thought this wouldn't account for detach properly, but looking at the code I managed to convince myself that it will. If you have

[GitHub] qpid-proton pull request: Mbed minor changes and sasl mech

2015-04-20 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/19#issuecomment-94438477 @astitcher: do you want to wait until PROTON-334 lands to pull this in given the conflict you mention? --- If your project is set up for it, you can reply to this email

[GitHub] qpid-proton pull request: PROTON-334: SASL Implementation for Prot...

2015-04-20 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/17#issuecomment-94437344 Looks good to me, assuming all the tests pass and what not, I'm +1. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] qpid-proton pull request: NO-JIRA: export.sh creates pax-based tar

2015-03-31 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/14#issuecomment-88009935 FYI I've added the updated tarballs for 0.9 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] qpid-proton pull request: NO-JIRA: export.sh creates pax-based tar

2015-03-30 Thread rhs
Github user rhs commented on the pull request: https://github.com/apache/qpid-proton/pull/14#issuecomment-87651630 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

Re: initial release candidate

2012-10-23 Thread rhs
> > wrote: > > > > > > > > > The doc issue should be fixed on trunk. I'll see if anymore > > > > > problems come > > > > > up. > > > > > > > > > > > > > Oops, hit send too soon... I'll see if a