Skip to content

Commit

Permalink
compdb: minor fixes to the COMPDB lump (#2130)
Browse files Browse the repository at this point in the history
* 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)
```
  • Loading branch information
fabiangreffrath authored Jan 10, 2025
1 parent afd3ac8 commit 18032f6
Showing 1 changed file with 212 additions and 39 deletions.
Loading

0 comments on commit 18032f6

Please sign in to comment.