-
The error lies. [There *is* method `signature` for invocant of type `Callable`](https://github.com/rakudo/rakudo/blob/c9432c207/src/core/Code.pm6#L15), it just has a `:D` type constraint.
```
Zoffix…
-
Running Rakudo version 2017.08-156-ge6a695b built on MoarVM version 2017.08.1-172-g238896a built using mingw gcc 4.9.2 on Windows 10 against" 6.c-errata"
````
Test Summary Report …
stmuk updated
6 years ago
-
I'm moving my first setps in Oracle connectiivity thru DBIish, and I'm having troubles:
```
% ls -l $ORACLE_HOME/libclntsh.so
lrwxrwxrwx 1 luca luca 17 gen 21 2019 /sviluppo/oracle/instantclien…
-
If you stub and apply the adverbs only on final definition, it's easy to end up without any of the values set:
```
05:10 | zostay | m: class F { ... }; class F:ver { }; say F.^ver
-- | -- | --
0…
-
```
~/s/moar (master|✔) $ goweight moar
2023/08/15 20:24:45 exit status 1
~/s/moar (master|✔) [1]$
```
Tried it on .
Here's what the `go.mod` file looks like:
```
module github.com/walles/…
-
This was encountered when attempting to run it on GraphicsMagick using `gptrixie --enums --functions --structs --castxml=c99 api.h -I..`
```
Encountered a non know FundamentalType (long double), e…
Xliff updated
4 years ago
-
Output from latest installation attempt. This includes the fix from #30:
```
$ zef install .
===> Testing: Pod::Coverage:ver
===SORRY!===
Could not find Pod::Coverage::Result at line 4 in:
…
Xliff updated
6 years ago
-
Str.words just splits on `\s+`, while the routine that breaks up `«...»` [special-cases 4 non-break chars](https://github.com/perl6/nqp/blob/b6d98eac3f0dff1dbd4df252351efa35ab700f7e/src/HLL/Grammar.nq…
-
Running macos monterey. I get errors when trying to connect:
```
Unhandled exception: Cannot locate native library 'libssh.so.4': dlopen(libssh.so.4, 0x000A): tried: '/Users/steve/rakudo-moar-2021…
-
## The Problem
I have found that I get an error message (broken pipe) on STDERR when I tweaked a little an example from the documentation here :
https://docs.raku.org/type/HyperSeq#method_grep
…