Make changes in any python file regenerate jsons
This MR triggers regenerating the jsons in Allen if any change is done to any python file in either AllenConf/*py
or AllenCore/*py
.
- Reduces the verbosity when compiling Allen to not print out all compiling sequences.
- Fix a simple warning that was observed under clang-14 in MacOS.
Closes #421