andrewhead / tutorons-server

Routines for generating micro-explanations of online code as a web service.
http://www.tutorons.com
6 stars 2 forks source link

Fixed a bug where regex cache was filling #28

Closed mwaliman closed 9 years ago

mwaliman commented 9 years ago

Description won't get logged when regex cache was full --> purged every time in describe regex.

andrewhead commented 9 years ago

Squash commits 1-4 all into 1 -- they don't do very much altogether except alter a README.

Also, make sure to "git checkout" the .gitignore file to restore it, and also squash that back into the initial commits.

andrewhead commented 9 years ago

Gold star! Looks great, thanks for squashing those commits!