Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created September 12, 2016 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/444b0b8b001021319ba9b556465ab59d to your computer and use it in GitHub Desktop.
Save zoffixznet/444b0b8b001021319ba9b556465ab59d to your computer and use it in GitHub Desktop.
git clone https://github.com/dogbert17/rakudo/
# make change in src/core/Cool.pm
perl Configure.pl --gen-moar --gen-nqp --backends=moar
make
make test
make install
TEST_JOBS=7 make spectest
# Ensure all tests pass
git add src/core/Cool.pm
git commit
# write good commit message, explaining what's being fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment