Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 125825
Status: patched
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: migration from Path::Class -> Path::Tiny
Is there any appetite for a patch to migrate the codebase from Path::Class to Path::Tiny? In my $work codebase DBIC is the only remaining thing using Path::Class and getting it out of the loop is desirable for a few issues relating to maintainability and its upstream dependents. It looks like Path::Class is only used in a few small places outside of DBIx::Class::InflateColumn::File, which is deprecated and perhaps can be removed now. I am happy to send a patch or pull request if there is a chance it would be considered.
On Wed Jul 11 23:56:22 2018, ETHER wrote: Show quoted text
> Is there any appetite for a patch to migrate the codebase from > Path::Class to Path::Tiny? ...
Use of Path::Tiny is out, but the rest of your request has already been implemented in https://github.com/Perl5/DBIx-Class/commit/e48635f717 Realistically it can make it into the 0.0828xx line due to complexity and time constraints. The 0.0829xx line is still blocked on a severe performance regression, which is unlikely to get resolved for the next several weeks. Please stay tuned I will mark this as "patched" ( because logically it is ) and it will transition to "resolved" once the release containing above commit makes it to the index.
On Thu Jul 12 16:34:25 2018, RIBASUSHI wrote: Show quoted text
> > Realistically it can make it into the 0.0828xx line due to complexity > and time constraints. >
This should read: realistically it can NOT make it into the 0.0828xx...