Make sync_from_filesystem asynchoronous to speed up startup of large projects.

- Fixed viewing projects with no files.
- Changed fill3.Column to make it work with sorted lists.
- Simplified Log class to not need fill3.Column.
- Eris results will be cleared when the tools config changes.
This commit is contained in:
Andrew Hamilton 2020-03-28 13:37:07 +10:00
parent c6f790c35c
commit 51489b35cd
5 changed files with 193 additions and 212 deletions

View file

@ -13,7 +13,7 @@ if [ $DIST_ID != "ubuntu" ]; then
exit 1
fi
echo "Installing the dependencies of the eris script…"
sudo apt --yes install python3-pip python3.7 util-linux
sudo apt --yes install python3-pip python3.7 util-linux python3-sortedcontainers
python3.7 -m pip install pyinotify pygments docopt pillow toml
echo
echo "Installing all the tools eris may need…"