elm-tooling / tree-sitter-elm

Tree sitter implementation for elm
https://elm-tooling.github.io/tree-sitter-elm/
MIT License
75 stars 14 forks source link

Tests fail for elm-json-decode-pipeline #9

Closed buinauskas closed 5 years ago

buinauskas commented 5 years ago

Tests fail for elm-json-decode-pipeline repository. This is the exact code that causes the failure:

-----------------------------------------------------------------
examples/elm-json-decode-pipeline/tests/Tests.elm                      1 ms    (ERROR [44, 32] - [44, 33])
-----------------------------------------------------------------

Have added to parse-examples:

checkout_at "examples/elm-json-decode-pipeline" "NoRedInk/elm-json-decode-pipeline" "d9c10a2b388176569fe3e88ef0e2b6fc19d9beeb"
razzeee commented 5 years ago

The repo somehow defaults to the old 0.18 version, if you use this sha it works: checkout_at "examples/elm-json-decode-pipeline" "NoRedInk/elm-json-decode-pipeline" "ca1e0dcaa0439510bae8be39281e9d2f0c5b33e2"