-
This change was done intentionally with the idea that nobody probably used it anyway. Turns out that there is one module [that](https://github.com/ufobat/HTTP-Server-Ogre/blob/f96382986ebc8704654baf03…
-
Now rakudo
- supports `Foo.^ver` notation
- refuses to install modules that have same versions
mi6 should
- add version number to module template like `unit class Foo:ver`
- support Changes file and …
skaji updated
7 years ago
-
...
compiling src/main.o
cc1: error: unrecognized command line option "-Werror=declaration-after-statement"
make: **\* [src/main.o] Error 1
...
[jdv@jdv rakudo]$ cat /etc/redhat-release
CentOS relea…
-
With the number of language docs steadily increasing (yay!), I think we've reached the point where we need to bring in some organization and think about where we want to go with them as a whole.
Ro…
-
Code:
```perl6
my $cmd = ‘a’; multi sub getopt(@args) { say 42 }; getopt(« $cmd »)
```
Output (2015.12,`ad684de383bb^`):
```
42
```
Output (ad684de,HEAD):
```
Cannot resolve caller getopt(St…
-
Hi all, just started tinkering with cro and wanted to make a note about how I got it installed on Debian sid. I am using moar 2017.09, zef v0.1.30.
Debian package:
1. Install `libssl1.0-dev`
…
-
Migrated from [rt.perl.org#123216](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=123216) (status was 'resolved')
Searchable as RT123216$
-
I didn't find the script after installing the ubuntu 16.04 amd64 package, but I was able to use the one found in the 2017.03 package. Just FYI. Thanks.
-
I'm getting this error as I run pretty much every example or program:
```
Entering the development dance floor: http://0.0.0.0:3000
Nothing given for new socket to connect or bind to
in method c…
-
This reliably fails on camelia bot: (-11... segfault?)
```
m: await ^60 .map: { start sleep ⅓ }
rakudo-moar ae1f0fdaf: OUTPUT: «MoarVM panic: Could not spawn thread: errorcode -11»
```
This do…