Charles Oliver Nutter

Results 1021 comments of Charles Oliver Nutter
trafficstars

@seanstory Ahh yeah sorry about that. The folks that had been maintaining this library moved on to other things, so it has been mostly dormant. @kares @enebo @jkutner @mkristian We...

We would definitely like to keep this project going, but with only two of us full-time on JRuby work these days it is hard enough to keep up with JRuby...

Is this still valid? Were you able to migrate to the other branches?

Ping @kares @enebo @rdubya

@mahaswami If you could run your reproduction script while also passing `-Xbacktrace.style=full` I suspect we will confirm my theory. The trace should bottom out in an arity check triggered by...

Poking around it seems like you should be able to just pass a blank password and it will work, but you will need to make sure the database is set...

This is excellent, thank you! Pinging @enebo @rdubya @kares to have a look. I know @rdubya was working on SQL Server support also...hopefully we can merge these efforts and fast...

I see some of these same suites failing on the 5.0 branch. Should they be green @enebo @kares @rdubya?

I think simply reversing the order of these and ignoring shutdown errors would be fine (or don't have the server's normal loop do its own close).

Thanks for fixing the typos. I had hoped to avoid swallowing errors during the `accept` or `close` calls but given the races involved I think that may be unavoidable. I...