mirror of
https://github.com/github/semantic.git
synced 2024-12-27 00:44:57 +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:
parent
d26c96b6bf
commit
3135426fcd
@ -81,10 +81,12 @@ le = LanguageExample
|
||||
languages :: [LanguageExample]
|
||||
languages =
|
||||
[ 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" ".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
|
||||
-- , le "java" ".java" "examples/guava" (Just "script/known_failures_guava.txt")
|
||||
|
Loading…
Reference in New Issue
Block a user