roc icon indicating copy to clipboard operation
roc copied to clipboard

Add Dict module to the testing CI

Open cjduncana opened this issue 3 years ago • 4 comments

This MR adds a command for testing the Dict module in the CI. I also added an example of how to use Dict.update with instructions on how to add and view said comments.

cjduncana avatar Oct 10 '22 21:10 cjduncana

Dict.update in the Standard Library page with the updated comment: Screen Shot 2022-10-10 at 9 34 33 AM

cjduncana avatar Oct 10 '22 21:10 cjduncana

I want to figure out how to test a whole directory instead of per file.

cjduncana avatar Oct 10 '22 21:10 cjduncana

@cjduncana to test a whole directory instead of just a file, we'll need to modify the compiler's loading mechanism to support processing a whole directory at a time in test mode - I'm happy to chat through how to do this if you're interested on the Zulip thread you started, but fair warning, it might be a lot of work 😅 Otherwise, we can file an issue for it

ayazhafiz avatar Oct 10 '22 21:10 ayazhafiz

Zulip topic referred above.

cjduncana avatar Oct 10 '22 22:10 cjduncana