1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/test
Rick Winfrey 646e1c3459 Be explicit about each identifier type
I went through a lot of trouble to make every identifier parsed in `tree-sitter-haskell` as accurate as possible (i.e. type variable identifier vs constructor identifier vs type class identifier). This enables us to keep those distinctions with assignment at the cost of adding more constructors.
2018-06-08 12:05:17 -07:00
..
Analysis Update the language specs to respect the env-per-entry-point thing. 2018-05-30 17:19:05 -04:00
Assigning/Assignment change fromBytes to fromUTF8 2018-06-04 10:18:32 -04:00
Control/Abstract/Evaluator Fix up the evaluator spec. 2018-06-06 09:46:12 -04:00
Data Merge remote-tracking branch 'origin/master' into fix-maybe-language 2018-06-04 18:33:03 -04:00
Diffing merge fallout 2018-06-04 12:18:02 -04:00
fixtures Be explicit about each identifier type 2018-06-08 12:05:17 -07:00
Integration Merge origin/master 2018-05-11 16:37:04 -04:00
Matching/Go Fix literals to store text internally. 2018-05-30 22:32:22 -04:00
Proto3 Use fromEnum and maxBound to ensure this test gets changed for all new Languages. 2018-06-05 12:56:34 -04:00
Rendering/TOC fix tests 2018-06-04 18:53:24 -04:00
Semantic Relax the timeout in the cancelable parsing test. 2018-06-05 13:13:08 -04:00
Test/Hspec 🔥 Prologue & protolude. 2017-07-28 14:37:02 -04:00
Doctests.hs Make sure we can load the Address module. 2018-05-30 09:51:08 -04:00
Lint.hs New approach for linting 2018-05-21 08:17:11 -07:00
Spec.hs actually run the specs 2018-06-05 12:51:23 -04:00
SpecHelpers.hs add type annotation to testEvaluating 2018-06-07 12:01:48 +10:00