Update TODO.

This commit is contained in:
Andrew Hamilton 2019-07-14 16:03:04 +10:00
parent ae68a4382a
commit 6de0eeb6fa

8
TODO
View file

@ -1,14 +1,11 @@
Todo Todo
- Publish on pypi. - Publish on pypi.
- Make a snap build work. - Make a snap build work.
- Make a flatpak build work.
- Check the appimage build. - Check the appimage build.
Todo (tool related) Todo (tool related)
- Report on python doctests. (also coverage of) - Report on python doctests. (also coverage of)
- Cache tools._python_version.
- Colourise git_diff.
Done Done
@ -276,6 +273,7 @@ Ideas
editor? pygment syntax theme? Compress the cache? Ignore which paths? Log to disk? editor? pygment syntax theme? Compress the cache? Ignore which paths? Log to disk?
The cache path? The cache path?
- Have a command-line option to create workers that run remotely. - Have a command-line option to create workers that run remotely.
- Make a flatpak build work.
Shelved Shelved
@ -434,3 +432,7 @@ Shelved
- wheel?, __pkginfo__.py? - wheel?, __pkginfo__.py?
- Maybe also use cxfreeze, py2exe, pyrun or zipapp? Is zipapp the standard way? - Maybe also use cxfreeze, py2exe, pyrun or zipapp? Is zipapp the standard way?
- Use cookiecutter? - Use cookiecutter?
- Colourise git_diff.
- Not necessary since git_diff was removed.
- Cache tools._python_version.
- Not supporting python2 anymore.