1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/test
Patrick Thomson 8e1ca410bb Remove Hungarian-style T- prefix from tokens and scopes.
Prefixes on data constructors are generally an antipattern in Haskell:
if you're concerned about name collisions, have clients use qualified
imports for whatever modules they need. As such, this removes the T-
prefixes from the `Token` and `Context` types. This also renames
Context to Scope, which is a more exact and readable name.
2018-09-19 12:38:48 -04:00
..
Analysis Fix test type errors 2018-09-14 18:04:08 -04:00
Assigning/Assignment Fix tests. 2018-07-17 14:52:01 -04:00
Control last few changes 2018-09-19 11:03:59 -04:00
Data 🔥 unused exports 2018-08-13 15:43:23 -07:00
Diffing More missing imports. 2018-07-20 10:04:34 -04:00
fixtures Merge remote-tracking branch 'origin/master' into term-rewriting-mk2 2018-09-18 13:31:58 -04:00
Graphing/Calls Fix tests 2018-09-06 16:29:59 -07:00
Integration remove java from integration spec 2018-07-23 15:22:44 -04:00
Matching/Go Fix literals to store text internally. 2018-05-30 22:32:22 -04:00
Numeric Use a hand-written integer parser. 2018-06-25 11:55:32 -04:00
Proto3 One more roundtrip test 2018-09-06 16:29:32 -07:00
Rendering/TOC Error span changed 2018-09-17 09:56:39 -07:00
Reprinting Remove Hungarian-style T- prefix from tokens and scopes. 2018-09-19 12:38:48 -04:00
Semantic Re-work these tests now that we return if parse fails 2018-08-30 12:51:29 -07:00
Test/Hspec Upgrade to LTS 12.0. 2018-07-12 17:13:46 -04:00
Doctests.hs Fix the doctests. 2018-08-13 10:20:13 -04:00
Lint.hs We configure language extensions in .hlint.yaml now. 2018-06-19 09:47:08 -04:00
Spec.hs add spec file 2018-09-14 13:10:22 -04:00
SpecHelpers.hs Fix test type errors 2018-09-14 18:04:08 -04:00