Results 13 issues of Ronald Schmidt

is(nqp::sprintf('', [3.1415e-20]), '', '%e handles small numbers'); is(nqp::sprintf('', [-3.1415e-20]), '', '%e handles small negative numbers'); The two tests above fail. On attempting to debug src/HLL/sprintf.nqp it starts to look like...

…, versions etc. As described in my comment on Issue #226, here is my script for collecting stats on usage of fudge directives. I think it would be better for...

https://github.com/perl6/roast/blob/b82233a6973ad18d7b74a2fdd0ae8789a1977a76/S05-grammar/namespace.t#L44-L47 The **test still passes** if you change to: ```Perl6 ok("baz" ~~ &Foo::Bar::foo, 'regex in a namespace callable'); ``` AFAICT &Foo::Bar::foo evaluates to type `Any` which `ACCEPTS` all `Str`. The...

Was working on [RT 126252](https://rt.perl.org/Ticket/Display.html?id=126252), whose tests would throw an exception, and became interested in using a try fudge. Noticed in the process that there were no example `#?(rakudo|impl) (try|eval)`...

testneeded

The script command is dodgy on WSL (windows subsystem for linux) and breaks testing in different ways depending on your version. On ubuntu 16.04 the test correctly skips but before...

S05 on Regexes and Rules has a [Longest-token matching section](https://design.perl6.org/S05.html#Longest-token_matching). The section has a paragraph on tie breaking which starts with: > "However, if two alternatives match at the same...

The Grammar parse routine is currently documented as returning `Nil` on failure - https://docs.perl6.org/routine/parse. There was a test for the Nil return type at one point in S05-grammar/example.t but that...

Unicode superscript exponentiation (ⁿ) tests were added to [S32-num/power.t](https://github.com/perl6/roast/blob/master/S32-num/power.t) but related tests did not seem to be added to [S03-operators/precedence.t](https://github.com/perl6/roast/blob/master/S03-operators/precedence.t) which also has tests for the ** operator. Some tests...

mr_ron m: "\t" \~\~ /\/ camelia rakudo-moar 94d457: OUTPUT«Method 'sp' not found for invocant of class 'Cursor'␤ in block at /tmp/iA3DUp1FLJ:1␤␤» \s seems to be now in http://design.perl6.org/S05.html#Character_class_shortcuts and wherever...

Hi, I am the current maintainer of the Perl 6 URI project at https://github.com/ihrd/uri. I created a branch of November that uses the ihrd/uri module moving about 200 lines of...