Leon Timmermans

Results 51 issues of Leon Timmermans

## The Problem Currently we support asynchronous IP sockets (`IO::Socket::Async`), but not asynchronous unix domain sockets. We should add support for this. This is a Rakudo problem that needs a...

## The Problem say "foo" but False eqv "foo" but False ## Expected Behavior This should print True ## Actual Behavior It prints False I'm guessing this is because their...

has_version_in_each_file matches against qr/\$VERSION/, which doesn't detect $Package::VERSION style version setting

It seems prereq_matches_use erroneously detects requirements from **DATA**

For distributions that set the dynamic_config key in their meta file, this test makes no sense as you can't know what the prereqs are.

When compiling with `-Uusedl`, `t/re/reg_mesg.t` fails with the following errors. ``` not ok 2692 - ... and gave expected number (1) of warnings # Failed test 2692 - ... and...

type-regex
Release Blocker

## The Problem ``` $ raku -e 'my $a = *.Int; my $b = *.Str; say $a eqv $b' True ``` ## Expected Behavior `$a` and `$b` are not equivalent...

tests committed
Fixed in RakuAST

This tests if `cando` matches actual behavior for types arrays. This is derived from https://github.com/rakudo/rakudo/issues/4730

**Describe the feature** It would be useful if core-provided modules are marked differently from other dependencies **Expected behavior** Any dependencies that are satisfied by core itself should be marked lighter,...

where:UI
type:Feature

When sorting reverse dependency rows, it seems metacpan will only sort the values on the current page, and not the complete set of dependencies. In particular, when sorting by dependents...

type:Bug