Skip to content

Make changes in any python file regenerate jsons

Daniel Campora Perez requested to merge dcampora_regenerate_jsons into master

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

Merge request reports