Rúbio Terra

Results 3 issues of Rúbio Terra

fff.h woudn't compile under gcc 9.20 with all warnings enabled. Adding the [pragma system_header](https://gcc.gnu.org/onlinedocs/cpp/System-Headers.html) supresses such warnings. Thank you for your contribution. Before submitting this PR, please make sure: -...

Double values from data files could no be read on systems/programs that used a locale with different format for doubles. The solution is setting the locale of streams to the...

The following code runs OK, but freezes on the debugger: ```perl6 use v6; &say.wrap: sub (|c) { print ">>"; nextsame; }; say "x"; ```