Commit Graph
4 Commits
Author SHA1 Message Date
Kyle Marek-Spartz 1180516d0c style: adjust print formatting in benchmark output for consistency 2015-01-06 23:57:57 +00:00
Kyle Marek-Spartz f26801dc6e feat: add benchmark file metrics tracking with line and TODO counters
Add four new counters (num_benchmark_files, num_benchmark_todos, num_benchmark_empty, num_benchmark) and a walk over the benchmark directory to count .wren files, empty/non-empty lines, and TODO patterns. Print the new benchmark section after the existing test output.
2015-01-06 22:20:52 +00:00
Kyle Marek-Spartz 9ec401bdc9 fix: convert print statements to functions and add future import for Python 3 compatibility 2015-01-06 22:20:21 +00:00
Kyle Marek-Spartz 864a70abdf feat: make Python scripts compatible with both Python 2 and 3
Update print statements to function syntax, add from __future__ import print_function in test.py, change shebangs to /usr/bin/env python, replace str.translate with re.sub for anchor sanitization in generate_docs.py, and decode subprocess output to utf-8 in test.py for cross-version string handling.
2015-01-06 02:09:23 +00:00