Joel Berger

Results 78 comments of Joel Berger

I experience a seemingly related problem (and I assume so because removing the `mojo_highlight_data` fixes it). The problem is seen in pure perl code (i.e. before the `__DATA__` section, not...

Yes we could gate the v6 tests in util.t, though those are not USING v6 just the underlying Socket functions that do the math, they shouldn't need to be gated...

Looking into this more, not all the current windows failures fail the ipv6 tests, though all fail the cgi one.

Hi @tastoronareki . I'm curious, what version of windows/perl/mojolicious and what version of Socket do you have? Assuming you have a relatively new version of mojo what happens if you...

It sounds like pp is not including dynamically loaded modules. You might have to tell it to include those specifically

This should also clarify some aspects of links generated relative to the base path. See for example the confusion here https://irclog.perlgeek.de/mojo/2017-12-13#i_15572052 about some of the tag helpers where `%= stylesheet...

> BTW, writing tests for tests is surprisingly awesome )) One of the best parts about Test2 (besides the other best parts).

I think any fix would have to come from Future::AsyncAwait cc @leonerd

Then again, when combined with the other recent perl advancement signatures (squee!), this should rarely be a problem in practice. ```perl use Mojo::Base -strict, -signatures, -async_await; use Mojo::Promise; use Mojo::Util...

An alternative might just be to not use a application-name-specific path inside the container. I see `/app` or the like used regularly.