1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 21:47:07 +03:00
semantic/test
Patrick Thomson 6f63463269 Remove explicit Paren node from syntax trees.
As @robrix pointed out, adding explicit parenthesis nodes to our ASTs
bloats them with no added gain in expressivity. A pretty-printing
solution should use something analogous to `showsPrec` to ensure that
parentheses are printed properly.
2018-04-23 11:00:10 -04:00
..
Analysis add test cases for early return 2018-04-20 14:47:52 +10:00
Assigning/Assignment ruby: emit barewords that aren't defined locals as method calls 2018-04-16 16:19:23 +10:00
Data Resolve module import paths that walk up directory structure (e.g. ../) 2018-04-17 14:13:01 -07:00
Diffing WIP: Attempt to back out Identifiers as qualified names 2018-04-02 10:40:52 -07:00
fixtures Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
Integration Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
Matching/Go Introduce tree-automata DSL for filtering and matching ASTs. 2018-03-27 16:14:30 -04:00
Rendering/TOC Move the toc test fixtures around too 2018-04-18 13:42:29 -07:00
Semantic Move cli fixtures around 2018-04-18 13:55:21 -07:00
Test/Hspec 🔥 Prologue & protolude. 2017-07-28 14:37:02 -04:00
Doctests.hs Merge branch 'master' into disable-doctests 2018-03-26 13:28:03 -04:00
Spec.hs Resolve module import paths that walk up directory structure (e.g. ../) 2018-04-17 14:13:01 -07:00
SpecHelpers.hs Avoid re-exporting Task.parsePackage in SpecHelper. 2018-04-05 09:38:31 -04:00