-
RakuDist – Dead Easy Way to Test Raku Cli Applications
Nowadays many Raku modules authors ship cli tools as a part of their Raku modules distributions.RakuDist provides a dead easy way to test those scripts. The benefit, it takes a minimal coding andfully integrated into RakuDist service. Cli application example Say, we have a script.raku shipped as a part of a Raku module. $ cat […]
-
Rakudist.raku.org Beta Testing Starts
Thanks to Raku community’s members @AlexDaniel and @rba who supported the idea of bringing RakuDist to community infrastructure, so long story short: https://rakudist.raku.org is available! Check the service out to test your Raku distribution against various versions of Rakudo. Ubuntu and Debian OS are available. The service is in beta stage, feel free to post […]
-
RakuDist Update. Long Queue Short.
Hello! RakuDist is a service that enables Raku module authors to test theirs distribution across different Rakudo and OS versions. A lot of things have happened to the project recently. I am to busy to write all the details, but to make a long story short, there are two important facts. RakuDist has got a […]
-
2020.15 An eASTer Surprise
Originally posted on Rakudo Weekly News:
Jonathan Worthington tweeted that they finally found the time and the voice to record the presentation they had planned for the German Perl and Raku Workshop. You can either watch the video and/or look through the slides. It basically touches on these four subjects: Where is Rakudo now with… -
RakuDist Update. Web UI
Hi this is a small update of RakuDist – an API to test Raku modules. Nothing major has happened since my last update. However I am exited to announce a web UI to browse recent tests: To run tests one need to use an HTTP API. For example to run test against Kind module and […]
-
Testing Command Line Applications using Tomty and RakuDist
So you have a command line application written on Raku and shipped as a Raku module to an end user. You’re quite happy with unit tests get run as a part of zef install process. But say, you need something extra. For example, some post deployment tests that check your tool runs properly on a […]
-
RakuDist Update – Travis Integration and Post Deployment Tests
Hi! I continue to make updates on RakuDist project aimed to automate a process of testing Raku modules. Here is a couple of interesting features I have added recently. Enter Travis CI integration and post deployemt checks. Travis CI If one need to run RakuDist through Travis CI it’s as simple as that: language: minimal […]
-
RakuDist Update – Raku Modules Custom Installation.
Custom installation I continue to play with RakuDist API searching for useful cases for Raku modules authors. With RakuDist/Sparrow6 one can easily customize an installation and testing process. Why would people need it? For various reasons: A module requires external libraries not satisfied by zef install A module requires external services – e.g. databases servers […]
-
RakuDist update
Sparrow could be a reasonable alternative to existing CI tools allowing test Raku distributions easy and fast.