| Issue 71: | token_re_cache in javascript implementation doesn't do anything? | |
| 1 person starred this issue and may be notified of changes. | Back to list |
In the code, the token_re_cache is used to cache regular expressions. But it appears nothing is ever put into the cache. A good thing too, as token_re should be recreated each time during compilation otherwise its lastIndex property isn't reset to 0. At least, I think that's what's going on (I was wondering how it could work with the cache in the first place; turned out the cache doesn't work).
May 18, 2012
Project Member
#1
andyc...@gmail.com
May 18, 2012
Fixed with changeset: 440:42ec17bd6386
Status:
Fixed
|