oclint_argument_list_too_long_solution
oclint_argument_list_too_long_solution copied to clipboard
Solution to oclint error "Argument list too long"
这个报错怎么解决
Traceback (most recent call last): File "/Users/lichangqing/Desktop/未命名文件夹/oclint.py", line 116, in combine_outputs(xml_files) File "/Users/lichangqing/Desktop/未命名文件夹/oclint.py", line 83, in combine_outputs base_tree = ET.ElementTree(file=output_files[0]) File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/xml/etree/ElementTree.py", line 540, in __init__ self.parse(file) File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/xml/etree/ElementTree.py", line...
a little problem i encountered, maybe help for others. my compile-commands.json file is 23.7M , excute command `python oclint.py compile_commands.json` is still failed for reason "Argument list too long". then,change...
Traceback (most recent call last): File "oclint.py", line 116, in combine_outputs(xml_files) File "oclint.py", line 88, in combine_outputs tree = ET.ElementTree(file=left_file) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 611, in __init__ self.parse(file) File "", line...