1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

Use clone-example-repos to get Go and Ruby examples.

Go tests appear to be broken. Gonna file an issue about it.
This commit is contained in:
Patrick Thomson 2018-12-12 11:14:16 -05:00
parent d26c96b6bf
commit 3135426fcd

View File

@ -81,10 +81,12 @@ le = LanguageExample
languages :: [LanguageExample] languages :: [LanguageExample]
languages = languages =
[ le "python" ".py" "examples" (Just "script/known_failures.txt") [ le "python" ".py" "examples" (Just "script/known_failures.txt")
-- , le "go" ".go" "examples" (Just "script/known-failures.txt") , le "ruby" ".rb" "examples" (Just "script/known_failures.txt")
-- , le "ruby" ".rb" "examples" (Just "script/known_failures.txt")
, le "typescript" ".ts" "examples" (Just "script/known_failures.txt") , le "typescript" ".ts" "examples" (Just "script/known_failures.txt")
, le "typescript" ".js" "examples" Nothing -- parse JavaScript with TypeScript parser. , le "typescript" ".js" "examples" Nothing -- parse JavaScript with TypeScript parser.
-- TODO: Investigate Go assignment errors
-- , le "go" ".go" "examples" (Just "script/known-failures.txt")
-- TODO: Java assignment errors need to be investigated -- TODO: Java assignment errors need to be investigated
-- , le "java" ".java" "examples/guava" (Just "script/known_failures_guava.txt") -- , le "java" ".java" "examples/guava" (Just "script/known_failures_guava.txt")