Ferenc Erki
Ferenc Erki
@ehuelsmann: thanks for the link! It's interesting that an inconsistency has been described at such lengths on reddit instead of notifying us :) It's also interesting, that so far it...
> The docs for the rex script should mention the need for quotes when using -H with multiple hosts. On one hand, this issue is originally about considering to support...
@qbit: I rebased the `nixos` branch on top of current mainline, and I believe prepending the `env GIT_CONFIG_SYSTEM=""` is not needed anymore for the test suite to pass where there...
Thanks for your patience, @robrwo, and for posting a summary and follow-up to our debugging via Mastodon at the time! The underlying issue for this is already known, and it...
> For the meanwhile, you can try > > ``` > dzil listdeps --omit-core=5.008001 > ``` Ah, thanks for the example! I did try `dzil listdeps --omit-core=5.34.1`, but that did...
Right, confirmed. Looks like I just got "lucky" with `lib` being the only conflict for my use cases, and it's a directory. Thank you, I learned something already!
@cdown: could you consider tagging the last commit of the Bash-based approach as a "final Bash release", please? I mean either 9735907061cc0a69734c887a35a048805539f5dc or 87e1641b50ff0cc57ca850c34fe4d4c8cbb60bb0. It would also help me tremendously...
FTR, we reached the following conclusions on IRC: ## Core ideas We'd like to make a distinction mainly between: - packages that alter the behavior of Rex itself or add...
> Currently we recommend using `Rex::Module` namespace for those, for example `Rex::Module::Apache`, `Rex::Module::Ruby`. Since Rex already hides the `Rex` prefix for task names, this results in CLI calls like `rex...
Some projects have a valid need to support older Perl versions, even if that is not the best, or perhaps even recommended decision for many other projects. One model to...