Support Retaining Artifacts Generated During Build#9882
Conversation
|
First, thank you to everyone for the work that you have done on roc! I am new to the community, but really enjoying myself so far! My goal in joining the community, besides learning/using roc, was to work on platform development. I quickly realized I wanted to see the intermediate artifacts generated by the roc compiler. So, I added this flag thinking that it might help a "future someone like me". I realize that I have not followed the If there is an interest in accepting this PR, I will absolutely add tests! Again, I am so excited to be part of the community and hope that my first initial, timid effort at contribution is helpful! |
0cf2b0b to
d9e3670
Compare
Add the `--keep-temp` flag to the `roc build` command to allow users to keep the temporary directories generated during builds. Having such a feature will make it easier for users to inspect intermediate files generated in the process of building a roc program.
Thank you for the positive feedback! I was so nervous -- I wanted to make a good first impression! I will absolutely add a test. I may not be able to write it immediately, but I hope you don't interpret that as lack of interest! Just a busy few days with |
All good, take your time :) |
Add the
--keep-tempflag to theroc buildcommand to allow users to keep the temporary directories generated during builds. Having such a feature will make it easier for users to inspect intermediate files generated in the process of building a roc program.