Age | Commit message (Expand) | Author |
2015-08-11 | Use different colors for different types of edits | Timotej Lazar |
2015-08-11 | Minor tweaks in monkey.monkey | Timotej Lazar |
2015-08-11 | Print a random failing test for incorrect solution | Timotej Lazar |
2015-08-11 | prolog.engine: use .get() to access reply | Timotej Lazar |
2015-08-11 | Move hint message generation to a new function | Timotej Lazar |
2015-08-11 | Correctly find first token in current part in step | Timotej Lazar |
2015-08-11 | Oops, a line got lost | Timotej Lazar |
2015-08-11 | Ignore edits a→b where a or b has multiple parts | Timotej Lazar |
2015-08-11 | Annotate tokens instead of splitting program | Timotej Lazar |
2015-08-11 | Simplify calls to prolog.util.map_vars | Timotej Lazar |
2015-08-11 | Exclude admin and test users when analyzing traces | Timotej Lazar |
2015-08-11 | Use one format for all messages passed to JS side | Timotej Lazar |
2015-08-11 | Add a function for Damerau-Levenshtein distance | Timotej Lazar |
2015-08-11 | Don't store solution-line frequencies | Timotej Lazar |
2015-08-11 | Pass the entire current path to monkey.fix.step | Timotej Lazar |
2015-08-11 | monkey.fix.step: apply all edits in line order | Timotej Lazar |
2015-08-11 | Remove unused imports in monkey.test | Timotej Lazar |
2015-08-11 | Simplify monkey.edits.get_edits_from_traces | Timotej Lazar |
2015-08-11 | Rename monkey.edits.edit_graph to trace_graph | Timotej Lazar |
2015-08-11 | Cleanups | Timotej Lazar |
2015-08-11 | Fix recording replacements (remove/insert) | Timotej Lazar |
2015-08-11 | Improve adding a rule in monkey.fix.step | Timotej Lazar |
2015-08-11 | Improve codemirror markers | Timotej Lazar |
2015-08-11 | Improve monkey.fix.postprocess | Timotej Lazar |
2015-08-11 | Move normalize to prolog.util | Timotej Lazar |
2015-08-11 | Ignore edits after the first correct version | Timotej Lazar |
2015-08-11 | Clean up prolog.util.decompose | Timotej Lazar |
2015-08-11 | Clean up monkey.fix.step | Timotej Lazar |
2015-08-11 | Simplify get_edits_from_traces | Timotej Lazar |
2015-08-11 | Minor fixes in monkey.test | Timotej Lazar |
2015-08-11 | Remove all trailing punctuation from lines | Timotej Lazar |
2015-08-11 | Small cleanups | Timotej Lazar |
2015-08-11 | Clean up monkey.edits.get_paths | Timotej Lazar |
2015-08-11 | Move monkey.prolog to root module | Timotej Lazar |
2015-08-11 | Clean up monkey.prolog.util | Timotej Lazar |
2015-08-11 | Minor cleanups in monkey.monkey | Timotej Lazar |
2015-08-11 | Initial error marking support | Timotej Lazar |
2015-08-11 | Pass auxiliary code to fix in monkey.test | Timotej Lazar |
2015-08-11 | Refactor monkey.monkey.fix | Timotej Lazar |
2015-08-11 | Remove a superfluous try/except block | Timotej Lazar |
2015-08-11 | Reduce number of requests when testing | Timotej Lazar |
2015-08-11 | Find out pengine ID server-side in run_tests | Timotej Lazar |
2015-08-11 | Move get_aux_code to tutor/models.py | Timotej Lazar |
2015-08-11 | Remove unused imports | Timotej Lazar |
2015-08-11 | Add support for hint generation | Timotej Lazar |
2015-08-11 | Pickle frequent edits when calling monkey.edits | Timotej Lazar |
2015-08-11 | Move testing code from monkey.py to test.py | Timotej Lazar |
2015-08-11 | Add prolog.engine.test | Timotej Lazar |
2015-08-11 | Rename monkey.prolog.engine.test to test_all | Timotej Lazar |
2015-08-11 | Rewrite monkey.action test code to use Django db | Timotej Lazar |