Optimize change to summary when filesystem changes.
- Was checking all files on any change detected. - Now adding, deleting or modifing individual rows in response to the respective filesystem event. - html_syntax tool was being run in an infinite loop because it triggered the ON_CLOSE_WRITE event.
This commit is contained in:
parent
d709e5069d
commit
c6f790c35c
4 changed files with 127 additions and 28 deletions
2
TODO
2
TODO
|
|
@ -7,6 +7,7 @@ Todo
|
|||
|
||||
Todo (tool related)
|
||||
- Report on python doctests. (also coverage of)
|
||||
- eslint for javascript (at least for js,md,ts)
|
||||
|
||||
|
||||
Done
|
||||
|
|
@ -220,7 +221,6 @@ Ideas
|
|||
csv file?
|
||||
- Check these tools: astyle, indent, uncrustify, xmlindent, csstidy, flake8,
|
||||
frosted, pep257, pyroma, dodgy, jedi, pep8-naming, graphite, propector, vmprof, pytype
|
||||
- eslint for javascript?
|
||||
- epydoc for python
|
||||
- readelf
|
||||
- pinfer from mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue