Problem: Validator stores schemas locally e.g. in ~/.tng-schema/ but never updates them.
It should always try to download the latest version from GitHub and replace the local version with them (if not internet connection is available the the old ones can be used).
On top, the validator should log (level info) which schema files (path + date) it uses so a user finds this bug. Right now it is incredible complicated to find this :-/
Problem: Validator stores schemas locally e.g. in
~/.tng-schema/
but never updates them.It should always try to download the latest version from GitHub and replace the local version with them (if not internet connection is available the the old ones can be used).
On top, the validator should log (level info) which schema files (path + date) it uses so a user finds this bug. Right now it is incredible complicated to find this :-/