Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rakudo test suite progression?

Tags:

raku

rakudo

There used to be a graph that tracked the implementation of Perl6 against the test suite for Perl6. I was interested in watching it progress (and, regress). What happened to that graph, it used to be hosted on the site www.rakudo.de

Is there any other easy way an outsider can get an idea of where Rakudo stands in relation to the perfected spec? What features is it yet-missing?

like image 887
NO WAR WITH RUSSIA Avatar asked Dec 21 '22 06:12

NO WAR WITH RUSSIA


2 Answers

As for he second question, the way is the feature comparison matrix.

There is no official place for spectest graphs, but there are some good ones too

like image 141
ttjjss Avatar answered Feb 24 '23 22:02

ttjjss


I used to run a cron job that generated the graph, and eventually stopped it. The reason was that lots of people put way too much weight into the numbers of that graph, and generally assumed that the test suit was perfect, covering all features of the spec homogeneously etc.

In addition there's no easy way to count the number of total tests, making the numbers not very reliable.

In the end I had the feeling that the graph was more misleading than informative.

The best way to get a feeling for the progress is to become an insider, ie start playing with Rakudo. It's still lots slower than Perl 5 (though not as much as it used to be), but it's quite usable, and fun to use.

like image 45
moritz Avatar answered Feb 24 '23 22:02

moritz