darvid7 / Github-source-lines-of-code

Python/bash script to count all source lines of code :page_facing_up: for a Github user :octocat:
MIT License
9 stars 1 forks source link

Complex regular subexpression recursion limit (32766) exceeded at /usr/local/bin/cloc line 7272. #3

Open darvid7 opened 7 years ago

darvid7 commented 7 years ago

TODO: Catch error: Complex regular subexpression recursion limit (32766) exceeded at /usr/local/bin/cloc line 7272.

Issue when recursion limit reached when dealing with a large repo, when

def run_cloc_script(repository_url):

calls cloc shell script.

darvid7 commented 7 years ago

related to https://github.com/AlDanial/cloc/issues/112 also probably should use a local version of cloc