1
1
mirror of https://github.com/github/semantic.git synced 2024-12-11 08:45:48 +03:00
Commit Graph

31476 Commits

Author SHA1 Message Date
Rob Rix
29085fd688
Extract the partial moduleName & span fields into a new type. 2019-10-30 13:50:00 -04:00
Patrick Thomson
ebb74b30cb Parse result directive RHS values into Concrete values. 2019-10-30 13:49:54 -04:00
Rob Rix
fa865e8caf
Disable extensions in the hlint config. 2019-10-30 13:42:53 -04:00
Patrick Thomson
45864480e0 clean up language, in a literal sense 2019-10-30 13:40:36 -04:00
Rob Rix
b2ad11a912
Don’t bind unused type variables. 2019-10-30 13:39:01 -04:00
Rob Rix
29db8b3f35
🔥 partial field selectors for Python.QualifiedName. 2019-10-30 13:36:26 -04:00
Rob Rix
9770cbdc9b
🔥 partial field selectors for Token. 2019-10-30 13:35:35 -04:00
Rob Rix
8d6eecc77b
Fix partial record selector warnings for LoopControl. 2019-10-30 13:34:21 -04:00
Patrick Thomson
c2bce9d76a Give tree equality its own assertion function 2019-10-30 13:33:07 -04:00
Rob Rix
f68fa5ea30
Enable hard-mode warnings project-wide. 2019-10-30 13:29:45 -04:00
Patrick Thomson
edaac52ebd extract readDirectivesFromFile into the Directives module 2019-10-30 13:29:18 -04:00
Patrick Thomson
3bf5c415f1 Clean up milestoneFixtures. 2019-10-30 13:20:26 -04:00
Rob Rix
17f860a6bd
Only enable StrictData by default. 2019-10-30 13:16:32 -04:00
Rob Rix
a8a3bca972
Fix some missed language extensions. 2019-10-30 13:16:17 -04:00
Patrick Thomson
630f2fcb3d Initial version of this before I go on a refactoring spree. 2019-10-30 13:13:53 -04:00
Rob Rix
7262484a57
Add language extensions to everything. 2019-10-30 12:49:23 -04:00
Rob Rix
298c37feff
Avoid binding an unused type variable. 2019-10-30 11:44:58 -04:00
Patrick Thomson
c8ff9bdd03
Merge pull request #367 from github/semantic-ast-docker
Include semantic-ast in the container
2019-10-30 10:49:56 -04:00
Rob Rix
dde5258324
Exclude a bunch of one-off files. 2019-10-30 09:21:24 -04:00
Rob Rix
b9a71d4b97
Exclude .git. 2019-10-30 09:21:19 -04:00
Rob Rix
f93e33aa5e
Don’t send bench, script, or test either. 2019-10-30 09:17:40 -04:00
Rob Rix
c6a9b59b56
Don’t send semantic-source to the docker daemon. 2019-10-30 09:14:24 -04:00
Rob Rix
8c0065d8ac
Eliminate a redundant copy of semantic-source. 2019-10-30 09:03:15 -04:00
Rob Rix
6a4057902c
v2-. 2019-10-30 08:42:28 -04:00
Rob Rix
d8f93c66cf
🔥 an unused reference. 2019-10-30 08:40:51 -04:00
Rob Rix
ffd0cf6af0
Include semantic-ast in the container 2019-10-30 08:31:37 -04:00
Rob Rix
8b5fa9e778
Merge pull request #360 from github/semantic-source-package
Don't depend on local semantic-source package
2019-10-29 18:51:14 -04:00
Rick Winfrey
c3f1f862c5 Define cabal.project in semantic-source dir 2019-10-29 15:22:58 -07:00
Rick Winfrey
efea4df3d6 Remove semantic-source as package from semantic cabal.project 2019-10-29 15:22:46 -07:00
Rick Winfrey
2ac1a9157b Change directories after running semantic-source specific commands 2019-10-29 14:17:47 -07:00
Rick Winfrey
f804c60dc8 Add semantic-source back to packages 2019-10-29 14:03:43 -07:00
Rick Winfrey
8d5f40ec39 Standarize name of common component in semantic-source.cabal 2019-10-29 14:00:55 -07:00
Rick Winfrey
c4900f92d4 Try running tests for semantic-source within its dir 2019-10-29 12:34:56 -07:00
Rob Rix
ed65e40003
Abstract over the context constraints in Analysis.Concrete. 2019-10-28 13:32:35 -04:00
Rob Rix
3c1cdcb437
Abstract over the context constraints in Analysis.ImportGraph. 2019-10-28 13:31:45 -04:00
Rob Rix
5b004aba1f
Abstract over the context constraints in Analysis.ScopeGraph. 2019-10-28 13:30:41 -04:00
Rob Rix
c9c74ad67b
Abstract over the context constraints in Analysis.Typecheck. 2019-10-28 13:29:44 -04:00
Rob Rix
b9e05a97e7
Derive the HFunctor & RightModule instances for Polytype. 2019-10-28 13:27:52 -04:00
Rob Rix
37d41a83a1
Derive the RightModule instance for Monotype. 2019-10-28 13:26:48 -04:00
Rob Rix
a8333adae0
Derive the RightModule instance for Core. 2019-10-28 13:26:15 -04:00
Rob Rix
8d751c1dbc
Derive the RightModule instance for Ann. 2019-10-28 13:26:07 -04:00
Rob Rix
904b79b462
Derive the Effect instance for Core. 2019-10-28 12:01:13 -04:00
Rob Rix
b3308bc694
Derive the Effect instance for Ann. 2019-10-28 12:01:06 -04:00
Rob Rix
e139ec0a76
Fix the Effect instances in Core.Core. 2019-10-28 12:00:30 -04:00
Rob Rix
554b289657
Derive the Effect instance for Monotype. 2019-10-28 11:59:37 -04:00
Rob Rix
4f3938d293
Bump for constraints in the Effect signature. 2019-10-28 11:57:59 -04:00
Rob Rix
d3cb08c9cf
Fix the rest of semantic-core. 2019-10-28 11:10:34 -04:00
Rob Rix
c2a1a298a8
Fix Core.Core. 2019-10-28 11:09:41 -04:00
Rob Rix
e4dfe76ce9
Fix up the Readline effect & carrier. 2019-10-28 10:58:49 -04:00
Rob Rix
bb7fb81c68
Fix the analyses constraints. 2019-10-28 10:57:09 -04:00