-
I'm new to Perl6 but have done a fair amount of reading on docs.perl6.org. This one tripped me up today, and I have heard that the P6 community wants LTA error messages weeded out :) . This is somew…
cxw42 updated
2 weeks ago
-
Migrated from [rt.perl.org#124043](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=124043) (status was 'open')
Searchable as RT124043$
-
Pod formatting codes are either ignored or handled improperly in table cells.
-
## Problem or new feature
Almost half Metamodels have not been documented.
- [ ] `Metamodel::Archetypes`
- [ ] `Metamodel::ArrayType`
- [ ] `Metamodel::BaseType`
- [ ] `Metamodel::Boolificati…
-
Output from Panda:
```
==> Installing OpenSSL from a local directory '.'
==> Fetching OpenSSL
==> Building OpenSSL
==> Testing OpenSSL
t/01-basic.t ........... ok
t/02-socket.t .......... ok
…
Xliff updated
7 years ago
-
## Problem
Right now, we do not have a clear policy on what methods should be documented in a Type. This means that it's harder to tell if a method was left out accidentally or intentionally and c…
-
## The Problem
class Foo { ... }
# code
class Foo:ver:auth:api {
}
## Expected Behavior
dd Foo.^ver; # v1.2.3
dd Foo.^auth; # "me"
dd Foo.^api; # IntStr…
-
I am installing Rakudo on a new server, and ran into the backend not configured problem. It took a while to realise that git had not been installed (fresh server).
## Suggestion
Would it be possibl…
-
https://bitbucket.org/wolfpld/tracy/src/master/
tracy is a very fast low-overhead measurement tool with, crucially, a good UI to analyze the resulting data.
It's C++, but it has a C API that we …
-
## The Problem
Sorry for the contrived example, but this problem shows only in a complex situation.
Consider this C file (inttest.c):
``` C
#include
#include
struct mystruct {
int d…