Leon Timmermans

Results 377 comments of Leon Timmermans

> The required length varies a bit but generally 30 or so seems to be enough. Yeah you would need a flush to trigger this so you'd need to fill...

The cloning of dirhandle bug isn't mentioned (probably because I neglected to write that for the dev release). That should absolutely be in the stable release though.

Cloning is rather unfortunate choice of words, given that it has a very specific meaning in our codebase that is quite different from what this PR is about. Renaming the...

> Taking out the Mac classic stuff might be better as a separate PR. But, oh, it is https://github.com/andk/cpanpm/pull/82 and snuck into this PR. :) Yeah taking it apart causes...

> The last commit is just a sketch and does not work when there is no Build.PL and maybe under other circumstances. The spec says that there should always be...

> cpan-static does not seem to get installed per default. Should I write an issue to CPAN-Static-Install or do you have a better idea anyway? I can't reproduce that. ```...

> Consider a META.json that has both 'dynamic_config' => '1', and 'x_static_install' => '1'. > > In such a case supports_static_install() should most probably never return true; but currently it...

Yeah, it makes sense for future versions of TAP to require this.

> @Leont Hoping the patches in https://github.com/6over3/zeroperl/tree/main/patches would get upstreamed, hintfile for WASM would get added to the stock perl, and it will get some smoke testing in CI... I...

> I finally figured it out. Configure's locale format detection fails during cross-compilation, defaulting to name=value pairs. WASI uses positional notation with semicolon separators. Since Configure unconditionally overwrites hint file...