You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* comvert md5 entries into single-element arrays
* fix the tntr_map30 entry, while at it
* revert converting md5 entries into single-element arrays
* pretty print the base/all-all/compdb.lmp JSON format lump
by piping it through the following code and fixing the missing newline
at the end of the file:
```python
import sys, json
json.dump(json.load(sys.stdin), sys.stdout, indent=2)
```
0 commit comments