1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unused parameter from abstract base class language More... over 9 years ago
Make functions from unnecessary class methods More... over 9 years ago
Use compiler method run to execute programs More... over 9 years ago
Add run method to compiler More... over 9 years ago
Pass filename when instantiating compiler More... over 9 years ago
Use newly built compiler instead of direct calls More... over 9 years ago
Removed help function with colored output More... over 9 years ago
Add tests for main file, extract arg parser in a method More... over 9 years ago
Add .md file to the distribution archives More... over 9 years ago
Make .md a file and .txt a symlink More... over 9 years ago
Add basic infrastructure for having different compilers for different languages More... over 9 years ago
Add coveragerc file More... over 9 years ago
Add more files to ignore using gitignore More... over 9 years ago
Add waffle badge and fixup merge More... over 9 years ago
Merge pull request #13 from waffle-iron/master More... over 9 years ago
add waffle.io badge More... over 9 years ago
Rename compiler to builder More... over 9 years ago
Use CamelCase class name for TestCase More... over 9 years ago
Move install file to fix `make install` command More... over 9 years ago
Add test when files donot exist, fix mixup of mock arguments in previous test More... over 9 years ago
Add constructor params to OSError to fix test that throws OSError exception More... over 9 years ago
Add is_tool method to replace shutil.which More... over 9 years ago
Check if pip is available or not before running update More... over 9 years ago
Add test for case when no exec installed More... over 9 years ago
Add test for check_exec_installed More... over 9 years ago
Add tests for update and problems method More... over 9 years ago
Remove unnecessary call_count check when using assert_called_once_with More... over 9 years ago
Add whitespaces to separate test parts - given, when, then More... over 9 years ago
Add coveralls test coverage badge More... over 9 years ago
Pass yes to command and stop build from timing out More... over 9 years ago