Zoffix Znet

Results 147 issues of Zoffix Znet

Problems/warnings observed during install/use of the module on Windows 10 (64-bit): * Some warning about -fPIC ignored during compilation of `p5helper.c` * `Use of Nil in string context` warning at...

The `perl` field specifies the minimal perl version for which this distribution can be installed and is a mandatory field. The value of `"6.*"` indicates any version suffices. It is...

https://irclog.perlgeek.de/moarvm/2017-05-13#i_14576944 ``` 16:44 JimmyZ timotimo: it need too before check invalid handle 16:44 invalid hanlde != NULL 16:47 timotimo: https://github.com/MoarVM/MoarVM/blob/22fb8e49c02a8a3cae33333faa18106815c8e526/src/io/dirops.c#L297 need to add check here :) ```

windows

Building master of Rakudo on Win10, with compiler that comes with strawberry perl: ``` Type 'gmake' to build and 'gmake help' to see a list of available make targets. compiling...

windows

If they are, I couldn't find where when searching the repo: - [ ] syncpipe - [ ] getcodelocation - [ ] closefh_i - [ ] queuepoll - [x] getcurhllsym...

Documentation

The [five ligature tests](https://github.com/perl6/nqp/commit/7ca9d1779b89e56df16dfca7b302da5bd236ceea) added in https://github.com/perl6/nqp/commit/9ab92d5ae0d01bc6fc498bacfc264054fed912d9 and https://github.com/perl6/nqp/commit/ccb54900160d7c66d7aa61bdd945424bfa242c35 fail on JVM: ``` not ok 664 - ignorecase with ligature st (:i) not ok 665 - ignorecase with ligature st...

JVM

This is on Windows Server 2008, but likely applies to other Windows versions. After installing Strawberry Perl, I can create `foo.pl` with some code in a folder, double click it,...

os:windows

Today my toaster runs started crashing due to low disk space and when I went to investigate what was nomming all my disk space, turned out it was the `~/.zef/store`...

question

Not sure if there's a way to do so already, but would be great if I could feed `zef smoke` a module list to test via JSON or test file...

feature

- Mention that it actually installs all the modules - Say how are the results reported. Right now I see it says `===> Smoke result for IO::Prompter: NOT OK` for...

enhancement