Results 33 issues of Nick Logan

``` > C:\Users\ugexe\.rakudobrew\moar-blead-master>perl6 -e "('a' x 975).IO.open" MoarVM panic: Memory allocation failed; could not allocate 18446744073709551612 bytes ``` If the error string below is changed to just "Failed to open...

windows

https://ci.appveyor.com/project/rakudo/rakudo/branch/master/job/x944rl1973x77squ#L472 ``` /* ** This file has been pre-processed with DynASM. ** http://luajit.org/dynasm.html ** DynASM version 1.3.0, DynASM x64 version 1.3.0 ** DO NOT EDIT! The original file is in...

windows

When a CUR is queried for a module it takes the highest version from the first repository with any version. So if a CURI has a `Baz:ver`, and a CURS...

## The Problem ``` perl6 -e '\ class TestMe {\ has @!modules = ;\ method test-method {\ gather for @!modules -> $module { take (require ::($module)) }\ }\ };\ await...

SEGV

## The Problem `raku -e 'shell("ls")'` (with and without variations of `:out`,`:err`,`:!out`,`:!err`) appears stuck 90% of the times I run it (no output, never finishes running) when using macOS Monterey....

macOS

Adds a stack size parameter to set the initial stack size of a new thread. Requires https://github.com/MoarVM/MoarVM/pull/1069

zef should switch from using travis/appveyor/circle-ci to azure for CI * See [rakudo's azure-pipelines.yml](https://github.com/rakudo/rakudo/blob/master/azure-pipelines.yml) for reference * The repo is setup in azure piplines already, so producing a `azure-piplines.yml` file...

hacktoberfest-accepted
low hanging fruit

Because of the way CUR resolves versions it is possible for a v2 Foo::Bar to load e.g. v1 of Foo::Bar::Baz if the later exists in a repo earlier than the...

tl;dr -- Majority of failures seem related to mode and permissions related to filesystem IO. There are a couple interesting failures though. --- ``` t\spec\S02-magicals\KERNEL.rakudo.moar (Wstat: 512 Tests: 42 Failed:...