1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
Commit Graph

2488 Commits

Author SHA1 Message Date
Rick Winfrey
e9fc626302 Regenerate tests for Go Assignment 2017-10-24 16:14:46 -07:00
Rick Winfrey
96213206a0 Update tests 2017-10-24 16:00:37 -07:00
Rick Winfrey
2bd9fe9e8c Fix assignment statement diff tests 2017-10-24 15:49:07 -07:00
Rick Winfrey
6510458e16 Update assignment-statements parse test results 2017-10-24 15:43:14 -07:00
Rick Winfrey
5222b02c49 Add pointer / reference var assignment 2017-10-24 14:19:49 -07:00
Rick Winfrey
1de4ab6bc0 Update if-statements tests 2017-10-23 16:52:36 -07:00
Rick Winfrey
5ad5a882ba Merge branch 'master' into go-assignment 2017-10-23 15:10:29 -07:00
Ayman Nadeem
8f496db787 delete Unchanged entries 2017-10-13 10:50:29 -07:00
Rick Winfrey
88a049a142 Regenerate tests (based on tree-sitter-go grammar updates) 2017-10-10 14:31:52 -07:00
Ayman Nadeem
cdb78619f6 WIP test fixes 2017-10-10 13:56:09 -07:00
Rob Rix
264912d6bf Merge branch 'master' into open-toc-rendering 2017-10-06 17:26:02 -04:00
Timothy Clem
90fdef6ce0 Merge branch 'master' into stats 2017-10-06 12:22:54 -07:00
Rob Rix
1501f3506c Fix a fixture. 2017-10-06 10:55:46 -04:00
Rob Rix
5ac488f164 Revert "Use the declarationAlgebra in the tests."
This reverts commit d42f9b01b42f1d0d4b769f89642b3ed7e47a5c34.
2017-10-06 10:30:20 -04:00
Rob Rix
ec3dff1c66 Use the declarationAlgebra in the tests. 2017-10-06 09:34:15 -04:00
Rob Rix
85872a3e2e Merge branch 'master' into abstract-high-level-flow-over-syntax-types 2017-10-05 20:11:56 -04:00
Timothy Clem
82968ac175 Merge branch 'master' into stats 2017-10-05 14:34:55 -07:00
joshvera
71eefd92a5 Merge remote-tracking branch 'origin/master' into typescript-fixes 2017-10-05 14:04:57 -07:00
joshvera
a1d075a47e regenerate tests 2017-10-05 14:01:03 -07:00
Timothy Clem
87bd442c96 Refactor a bit more into Semantic.Queue
Also, docs and record prefixes
2017-10-05 10:26:16 -07:00
Timothy Clem
ce2e3e737e Merge branch 'master' into stats 2017-10-05 07:48:49 -07:00
Timothy Clem
b5c63fc78c Minor spec name fixes 2017-10-04 14:21:06 -07:00
Rob Rix
67e3e91fac Merge branch 'master' into abstract-high-level-flow-over-syntax-types 2017-10-04 15:12:53 -04:00
Timothy Clem
c7f4ae005b Test actual sending of data 2017-10-04 11:40:39 -07:00
Timothy Clem
8860a0942b No need for these anymore 2017-10-04 11:13:03 -07:00
Timothy Clem
666585bf50 Start writing a few specs 2017-10-04 11:12:24 -07:00
Rob Rix
df9efe6fb4 🔥 the redundant repo binding. 2017-10-04 10:26:46 -04:00
Rob Rix
a4afb35769 🔥 the profile fixtures. 2017-10-04 10:25:30 -04:00
Rob Rix
684af38fe9 Merge branch 'generic-term-comparability-and-equivalence' into simplified-high-level-flow 2017-10-03 16:23:50 -04:00
Rob Rix
0fecda703a Update the fixtures. 2017-10-03 15:26:50 -04:00
Rob Rix
27758821e8 Use the comparableTerms relation in the RWS tests. 2017-10-03 15:10:11 -04:00
Rob Rix
a965c12dd8 Rename parserForLanguage to syntaxParserForLanguage. 2017-10-03 10:04:59 -04:00
Rob Rix
b85aa53af9 Spacing. 2017-10-03 09:29:15 -04:00
Rob Rix
ac3646f925 Test that genericLiftCompare gives equivalent behaviour to compare for recursive types. 2017-10-03 09:29:06 -04:00
Rob Rix
5a024b40f7 Test that genericLiftCompare gives equivalent behaviour to compare for sum types. 2017-10-03 09:25:39 -04:00
Rob Rix
7e034fa4c1 Test that genericLiftCompare gives equivalent behaviour to compare for product types. 2017-10-03 09:23:44 -04:00
Rob Rix
6f4539cdce Stub in a module for generically-implemented Ord1 specs. 2017-10-03 09:15:45 -04:00
Timothy Clem
dfc7de34e7 Merge branch 'master' into contextualize-ruby-comments 2017-10-02 13:19:02 -07:00
Timothy Clem
2ee98ab96f These comments are part of Context now 2017-10-02 11:13:54 -07:00
Rob Rix
960bfd9d41 🔥 redundant imports. 2017-10-02 10:32:00 -04:00
Rob Rix
09e3a79340 Update one of the ToC tests. 2017-10-02 10:29:47 -04:00
Rob Rix
1f6a1fcc0f Migrate TOCSpec off of IdentityDiffRenderer. 2017-10-02 10:11:31 -04:00
Rob Rix
2bd957153d Use parseAndDiffBlobPair instead of IdentityDiffRenderer. 2017-09-29 15:33:13 -04:00
Rob Rix
dd4cb32b90 🔥 the test of parsing in the specified language.
This is redundant to the test that it renders with the specified renderer.
2017-09-29 15:19:52 -04:00
Rob Rix
4eb3b7eacd Test against the s-expression renderer. 2017-09-29 15:14:37 -04:00
Rob Rix
f095b89492 Test that we fail when the language is Nothing. 2017-09-29 15:09:58 -04:00
joshvera
54444ab54d s/Function/FunctionType 2017-09-28 17:27:57 -07:00
joshvera
3384a3689d fix tests 2017-09-28 17:17:39 -07:00
joshvera
b3667104fb Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-09-28 14:24:57 -07:00
Rob Rix
9c664e5460 Merge branch 'master' into musical-chairs 2017-09-28 11:36:02 -04:00