Toby Inkster

Results 37 issues of Toby Inkster

If I set up a new GitHub project and start testing it on Travis, I'd like coveralls.io to start receiving coverage reports from the get go. I don't want to...

enhancement
legacy

Would be good if you could do: ``` my $interpreter = Sidef->new( classes => { Sys => 'My::Sidef::Sys::Sys', }, ); ``` And that instance of Sidef would use My::Sidef::Sys::Sys instead...

It would be helpful if it could be documented which environment variables are set by the script which does coverage reports for cpancover.com — `$ENV{AUTOMATED_TESTING}`, etc. Not just when the...

``` Use of uninitialized value in array element at /opt/hostedtoolcache/perl/5.30.3/x64/lib/site_perl/5.30.3/x86_64-linux/Devel/Cover/DB.pm line 501. ``` This warning comes from the same sub that's mentioned in #212

I don't know if this is the right place to report it, but use DOCRIVERS appears to be a spammer. Uploads so far: - https://metacpan.org/release/DOCRIVERS/Panda360 - https://metacpan.org/release/DOCRIVERS/Panda360s - https://metacpan.org/release/DOCRIVERS/Changes360s -...

report

Extracting this from #110. Basically a shortcut for: ```perl my $combined = Dict[ $dict1->parameters->@*, $dict2->parameters->@*, ]; ``` This could be a function, a method, an overload, etc. Just something to...

enhancement

Migrated from [rt.cpan.org #133814](https://rt.cpan.org/Ticket/Display.html?id=133814) (status was 'open') Requestors: * [email protected] From [email protected] on 2020-11-26 17:10:22 : The subject pretty much says it all. There is ->coerce which returns the original...

- Test cases for overloading, including a TODO (for which I'll file a separate issue). - Allow attributes to take part in overloading without needing an accessor. This only makes...

enhancement
needs-rebase
needs-changes

It would be nice to be able to do: ``` mop::meta("Foo::Baz")->set_superclass("Foo::Bar"); ``` Setting a class' superclass in normal runtime code is (naturally) insanity. But setting it within a class trait...

enhancement

Example sub which doesn't get detected: ``` sub summary : Path('/reports/summary') Does('AJAX') CaptureArgs(1) { ...; } ```

pull request welcomed