File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44subprocess .run ([
55 "curl" ,
66 "-L" ,
7- "https://github.com/codefuse-ai/CodeFuse-Query/releases/download/2.0.2 /sparrow-cli-2.0.2 .linux.tar.gz" ,
7+ "https://github.com/codefuse-ai/CodeFuse-Query/releases/download/2.1.0 /sparrow-cli-2.1.0 .linux.tar.gz" ,
88 "-o" ,
99 "sparrow-cli.tar.gz"
1010])
Original file line number Diff line number Diff line change 1212 os .mkdir ("./.coref-api-build" )
1313
1414mapper = {
15+ "coref.cfamily.gdl" : input_language_dir + "/cfamily/lib" ,
1516 "coref.go.gdl" : input_language_dir + "/go/lib" ,
1617 "coref.java.gdl" : input_language_dir + "/java/lib" ,
1718 "coref.javascript.gdl" : input_language_dir + "/javascript/lib" ,
19+ "coref.properties.gdl" : input_language_dir + "/properties/lib" ,
1820 "coref.python.gdl" : input_language_dir + "/python/lib" ,
21+ "coref.sql.gdl" : input_language_dir + "/sql/lib" ,
1922 "coref.xml.gdl" : input_language_dir + "/xml/lib" ,
2023}
2124
You can’t perform that action at this time.
0 commit comments