On Wed, 2015-06-24 at 08:10 -0400, Rafael Schloming wrote: > Is anyone else seeing the ruby tests fail on master? > > I've attached the test output. > > --Rafael
Seeing the same thing on fedora 22. I had a quick look and it appears like somebody started to re-organize the namespaces in the ruby binding but did not finish the job. E.g. Qpid::Proton::Data is actually in Qpid::Proton::Codec::Data. I had a quick go at fixing it but there are a lot of broken references and I'm not sure if it is best to remove the extra namespaces (e.g. "Codec") or fix the references to them.
