We now have a note in the docs about this. When fixed, change the docs accordingly (*maybe* saying that versions before X are known to have a bug).
https://github.com/perl6/doc/commit/39e3efc08d See IRC discussion: https://irclog.perlgeek.de/perl6/2017-09-01#i_15103501 On 2017-09-01 03:33:34, alex.jakime...@gmail.com wrote: > Code: > say +SIGUSR1 > > Result: > 30 > > > However, on my system SIGUSR1 is *not* 30 (it is 10). I guess rakudo > should try harder to find proper values of the system it runs on. > > See this doc issue: https://github.com/perl6/doc/issues/1474