[UPDATE] databases/p5-DBIx-Class to 0.08270

2014-04-26 Thread Andrew Fresh
This is a major update, although backwards compatible. Significant speed improvements and bug fixes. https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.08270/Changes This is where all those other updates started. Fortunately I don't believe any of them are actually required to make this work.

[UPDATE] databases/p5-DBIx-Class to 0.08270

2014-05-15 Thread Andrew Fresh
Bring DBIx::Class up-to-date, significant speed improvements all around., makes this a highly recommended update. Plus the usual bug and documentation fixes. https://metacpan.org/changes/distribution/DBIx-Class Take maintainership. I haven't finished looking completely through the test results

[UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-12 Thread Andrew Fresh
Hurray! Finally ready to send this in! So many fixes, but most interesting to me is the rewrite of the result constructor that makes things significantly faster. https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.08270/Changes All regression tests pass including TEST_MYSQL and TEST_PG. I did @

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-05-15 Thread Andrew Fresh
This time (after unpacking my laptop, ready to head to BSDCan), with an attachment. On Thu, May 15, 2014 at 07:15:41AM -0700, Andrew Fresh wrote: > Bring DBIx::Class up-to-date, significant speed improvements all > around., makes this a highly recommended update. > > Plus the usual bug and docume

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-13 Thread Giovanni Bechis
On Sat, Jul 12, 2014 at 08:22:12AM -0700, Andrew Fresh wrote: > Hurray! Finally ready to send this in! > > So many fixes, but most interesting to me is the rewrite of the result > constructor that makes things significantly faster. > > https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.08270/Chan

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-13 Thread Vadim Zhukov
2014-07-13 15:50 GMT+02:00 Giovanni Bechis : > On Sat, Jul 12, 2014 at 08:22:12AM -0700, Andrew Fresh wrote: >> Hurray! Finally ready to send this in! >> >> So many fixes, but most interesting to me is the rewrite of the result >> constructor that makes things significantly faster. >> >> https://me

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-13 Thread Giovanni Bechis
On Sun, Jul 13, 2014 at 04:37:18PM +0200, Vadim Zhukov wrote: > 2014-07-13 15:50 GMT+02:00 Giovanni Bechis : > > On Sat, Jul 12, 2014 at 08:22:12AM -0700, Andrew Fresh wrote: > >> Hurray! Finally ready to send this in! > >> > >> So many fixes, but most interesting to me is the rewrite of the result

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-13 Thread Andrew Fresh
On Sun, Jul 13, 2014 at 04:37:18PM +0200, Vadim Zhukov wrote: > 2014-07-13 15:50 GMT+02:00 Giovanni Bechis : > > if TEST_MYSQL or TEST_PG are enabled regression tests will become > > interactive, > > it is also worth to comment dbicadmin.1 as well. > > Otherwise ok. > > Does "interactive" means "

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-13 Thread Vadim Zhukov
13.07.2014 16:48 пользователь "Giovanni Bechis" написал: > > On Sun, Jul 13, 2014 at 04:37:18PM +0200, Vadim Zhukov wrote: > > 2014-07-13 15:50 GMT+02:00 Giovanni Bechis : > > > On Sat, Jul 12, 2014 at 08:22:12AM -0700, Andrew Fresh wrote: > > >> Hurray! Finally ready to send this in! > > >> > > >

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-26 Thread Andrew Fresh
On Sun, Jul 13, 2014 at 05:52:21PM +0200, Vadim Zhukov wrote: > You just start a separate server process, listening on UNIX socket only, > with storage directory under ${WRKDIR}. Thanks for the help, this seems to work. If you cancel the tests and try to restart them enough times and don't stop

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-26 Thread Andrew Fresh
zhuk@ recommended against requiring TEST_PG=Yes and TEST_MYSQL=Yes now that the tests Just Work. So, here is another try that gets rid of that stuff and adds the missing TEST_DEPENDS on p5-Class-DBI. OK? l8rZ, -- andrew - http://afresh1.com Microsoft Windows: Proof that P.T. Barnum was corre

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-27 Thread Stuart Henderson
OK for after unlock. On 27 July 2014 01:44:46 BST, Andrew Fresh wrote: >zhuk@ recommended against requiring TEST_PG=Yes and TEST_MYSQL=Yes now >that the tests Just Work. So, here is another try that gets rid of >that >stuff and adds the missing TEST_DEPENDS on p5-Class-DBI. > >OK? > >l8rZ,

Re: [UPDATE] databases/p5-DBIx-Class to 0.08270

2014-07-28 Thread Giovanni Bechis
On Sat, Jul 26, 2014 at 05:44:46PM -0700, Andrew Fresh wrote: > zhuk@ recommended against requiring TEST_PG=Yes and TEST_MYSQL=Yes now > that the tests Just Work. So, here is another try that gets rid of that > stuff and adds the missing TEST_DEPENDS on p5-Class-DBI. > > OK? > +TEST_DEPENDS += d