Jeremy Studer
Jeremy Studer
This PR is one part of a series spanning the MoarVM, NQP, and Rakudo repositories. [MoarVM](https://github.com/MoarVM/MoarVM/pull/916) [Rakudo](https://github.com/rakudo/rakudo/pull/2107) This series of PRs modifies the state init check to instead keep a...
JS: All the signals we need for Windows are actually already defined in os.constants.signals JVM: Match getsignals JVM with MoarVM/JS backends
Description: Check whether the QAST node has any children to determine if it is empty. The exception are the backslash cclass nodes (\b, \n, \s, etc). When providing a fix...
Great library and very helpful in working with OData! However, there is one small pain point I have encountered in use. In some instances, I'd like to perform HTML encoding...
If pkg-config is available, use that to determine the lib and include paths/flags (with a fallback to a default if the .pc not found/available). This way, if platforms with irregular...
This PR is one part of a series spanning the MoarVM, NQP, and Rakudo repositories. [NQP](https://github.com/perl6/nqp/pull/487) [Rakudo](https://github.com/rakudo/rakudo/pull/2107) This series of PRs modifies the state init check to instead keep a...
This will be most helpful using '--gen-moar=master' when configuring NQP or Rakudo in an environment like Travis or AppVeyor. This PR does up the required Perl 5 version to 5.10...