MaibornWolff / codecharta

CodeCharta visualizes multiple code metrics using 3D tree maps.
https://maibornwolff.github.io/codecharta/
BSD 3-Clause "New" or "Revised" License
189 stars 29 forks source link

Sourcecodeparser can't parse MicroHttp #3627

Open Richargh opened 4 months ago

Richargh commented 4 months ago

Bug

This bug is interesting. I thought the previous parsing issues had some relation to the amount of code, but microhttp only has about 1800 RLoC.

Expected Behavior

GIVEN

git clone git@github.com:ebarlas/microhttp.git

WHEN

ccsh sourcecodeparser jabref/ -o microhttp.src.cc.json

THEN I get a valid microhttp.src.cc.json

Actual Behavior

And CodeCharta Visualization says the file is "empty or invalid"

Specifications