App-Rakubrew
App-Rakubrew copied to clipboard
Raku environment manager
There doesn't seem to be a way to run a single command with a specific version of raku. With perlbrew I'd do: ``` $ perlbrew exec --with perl-5.36.0 perl -E...
Installing Rakubrew using ` . {iwr -useb https://rakubrew.org/install-on-powershell.ps1 } | iex` in Powershell, the `init` advice is: 1. not for Powershell 2. it is not for Powershell even when explicitly...
It would be a fantastic if Rakubrew had an optional `--star-bundle` flag for the *download* and *build* commands that could automatically pull down the Rakudo Star bundle of modules at...
- What's the output of `rakubrew rakubrew-version`?: ``` $ rakubrew rakubrew-version rakubrew v37 Build type: cpan OS: linux ``` - Are you using rakubrew in `env` or in `shim` mode?...
I understand there is a recurring cost to get the tools to sign the releases on OS X - my hope is that between RSC&YAS, we could pay for this...
rakubrew v26 Build type: fatpack OS: linux env /home/mm/.rakubrew Can not build 2016.08 or less. 2016.09 or greater work. Couldn't find a build::setup module on CPAN. > mm@linux1:~> rakubrew build...
I'm thinking of something like a LAST file next to the CURRENT file that could be used to do `rakubrew switch -` or something similar. Nothing groundbreaking but it would...
When building a specific commit like below: `rakubrew build moar c742f32c17bdc64f8f8e4928f88dfb50832afc47` I think it would be nice to be able to give it a name that one can remember when...
Right now, just the barest testing is done, basically compiling and so on. This causes new features to break existing build automations, such as #41. A more extensive test suit,...