James Raspass

Results 30 comments of James Raspass

So if we rename to r.l to m.r.o we'd need another set of redirects to redirect old m.r.o content to it's location on r.l (which would now be m.r.o). To...

So add the following patch to t/corpus.t: ```diff --- a/t/corpus.t +++ b/t/corpus.t @@ -33,6 +33,8 @@ foreach my $file ( sort keys %Corpus ) my $version = eval{ Module::Extract::VERSION->parse_version_safely( $path...

Oh I guess Safe is dual-life which is why it's checking Opcode version in the first place, hmm.

From my testing this doesn't seem to work with the lineNumbers option, is that an easy fix?

Looks like Travis fails because some of the META files have invalid versions, but invalid META files are infinitely better than unresolvable META files IMHO.

You get the same warning if the original sub is just lexical too, I would find it confusing as an end user that this mentions state at all. If we...

Also, 7230 has this: "Userinfo (i.e., username and password) are now disallowed in HTTP and HTTPS URIs, because of security issues related to their transmission on the wire. (Section 2.7.1)"...

Ah I see, that makes sense. I just wasn't sure how the full URI would ever end up on the wire. Surely it always get divided up to become the...

This PR (https://github.com/kazuho/p5-http-parser-xs/pull/15) updates us to the latest picohttpparser, it doesn't switch to a submodule for now as that can always be done as a separate change if that's desirable.