Peter Rabbitson

Results 138 comments of Peter Rabbitson

> Other than perl, I don't think you can provide two different "production" versions. The user PAUSE directory is nothing more than a "dropbox": one can ([and does](http://lists.scsys.co.uk/pipermail/dbix-class/2016-June/012168.html)) upload older...

> I worry that this is going to be a bunch of work and policy creation that isn't really needed. +1, I feel almost entirely the same. The **smallest** SSD...

@Ericson2314 here is one well-known use + explanation https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tag/?h=v2.6.11-tree

Ironically [github lists it](https://user-images.githubusercontent.com/356110/106306186-f8c3e380-625d-11eb-9c10-eb53368c095d.png), but [can not render it](https://github.com/torvalds/linux/tree/v2.6.11-tree)

Leaving myself a breadcrumb in the form of minimum reproduction steps. The problem is relatively gnarly and tough to reason about, and I don't have the braincycles currently to properly...

This was reduced further to fail on any perl. Fix pending, but at this point it has nothing to do with ::Helpers https://rt.cpan.org/Ticket/Display.html?id=93976#txn-1647825 Cheers

Argh, actually this is two issues in one. First is now resolved via a sanity check warning (not in git yet): ``` perl -Ilib -e ' use warnings; use strict;...

**FINALLY** fixed: Original issue as reported by @SysPete addressed by https://github.com/dbsrgits/dbix-class/commit/1cf609901 The secondary issue (RT#93976): https://github.com/dbsrgits/dbix-class/commit/12e7015a#diff-2751ab15670aa2a17b874bc174263d24 Sorry it took so long folks, the wait was def. worth it.

> InflateColumn::DateTime should arguably use ::Row as parent, especially since InflateColumn does. This is not entirely correct - in a C3 composition graph the **intermediate** relationships are not relevant. This...

> So should we use any parent at all? I am afraid I do not understand the question, especially given the context of this ticket.