Re: SVN3467 problem
- Posted by mattlewis (admin) Oct 08, 2010
- 1425 views
jimcbrown said...
The real cause of the problem seems to be regex related. I don't know why the regex is failing, but it did. Using match() instead of regex, and coverage.ex generates coverage.h correctly.
The regex API was changed in svn:3464 and svn:3465 for ticket:219. So if you had already built, and coverage stayed the same, you were able to continue building. And once you had a recent enough interpreter, the regex wasn't a problem.
Matt