Changeset 1015
- Timestamp:
- Jul 14, 2012 8:51:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
specdomain/trunk/src/specdomain/doc/bugs.rst
r1009 r1015 9 9 * fix the signature recognition for roles 10 10 * fix the signature handling for roles and directives 11 * search feature is not working as of revision 998 11 * grep detection of macros fails for def declarations in extended comments:: 12 13 > I found the cause of the processing error. It must have something to do 14 > the the regex you use to identify definitions. Line 65 in the header 15 > docstring started with the word "defined". Somehow that triggered the 16 > regexp, which collected everything up to the next "(", which happens to be 17 > on line 69 "(2*AUTO_FILTER_FACTOR)". 18 > I temporarily fixed the problem by moving the word "defined" to the end of 19 > the previous line, but this fluke could potentially arise again. Is there 20 > a way of not searching for any of the function declarations (def, cdef, 21 > rdef, global, ) inside a doctoring? Otherwise, you may have to improve 22 > the regex.
Note: See TracChangeset
for help on using the changeset viewer.