1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
Commit Graph

31650 Commits

Author SHA1 Message Date
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
Rob Rix
5cc2e2509d
evalFresh. 2019-10-28 10:56:58 -04:00
Rob Rix
f837076616
Fix an ambiguous variable. 2019-10-28 10:56:38 -04:00
Rob Rix
bb6d3e027f
Reformat a signature. 2019-10-28 10:56:30 -04:00
Rob Rix
f616dbeb78
🔥 a redundant copy of the Readline carrier. 2019-10-28 10:55:40 -04:00
Rob Rix
1ba069fedd
Identity. 2019-10-28 10:40:27 -04:00
Rob Rix
dc7a3e1a21
Bump. 2019-10-28 10:40:18 -04:00
Rob Rix
f206046d21
Fix Analysis.Typecheck.
Yeah, this is not going to fly.
2019-10-25 17:46:06 -04:00
Rob Rix
50a94cee9d
Correct Fail.WithLoc. 2019-10-25 17:45:43 -04:00
Rob Rix
ff60586752
Reset fresh manually. 2019-10-25 17:45:35 -04:00
Rob Rix
dedeb43162
Export the Cache type. 2019-10-25 17:45:25 -04:00
Rob Rix
b1dd77d2fc
Fix an import. 2019-10-25 17:45:19 -04:00
Rob Rix
f88dced69f
Bump some SHAs. 2019-10-25 17:28:32 -04:00
Rob Rix
5372cfad51
Merge branch 'master' into fused-effects-one-dot-zero 2019-10-25 16:05:40 -04:00
Rob Rix
52c6b8c42f
Merge pull request #363 from github/we-can’t-have-nice-things
We can’t have nice things
2019-10-25 15:52:27 -04:00
Rob Rix
bb397d4a29
Merge branch 'master' into we-can’t-have-nice-things 2019-10-25 15:29:55 -04:00
Rob Rix
c4e2c14601
Whoops 2: the Whoopsening. 2019-10-25 15:26:30 -04:00
Rob Rix
72ba6821ea
Whoops. 2019-10-25 14:34:54 -04:00
Rob Rix
892932c2a5
Merge pull request #344 from github/compile-string-literals
First attempt at compiling string literals.
2019-10-25 14:32:52 -04:00
Rob Rix
e636757c29
Executing the monadic actions is the important thing, not evaluating the graph. 2019-10-25 14:22:50 -04:00
Rob Rix
3e74db0234
Lint a little lint of me 2019-10-25 14:22:09 -04:00
Rob Rix
cbc2d82b55
Don’t define an orphan Hashable1 instance for NonEmpty. 2019-10-25 14:03:01 -04:00
Rob Rix
d9aff05870
🔥 redundant silencing of warnings. 2019-10-25 14:01:56 -04:00
Rob Rix
a05533fd19
🔥 NFData & NFData1 instances wherever they may be found.
Also some Generic instances.
2019-10-25 13:52:07 -04:00
Patrick Thomson
3421824b19 new comment style 2019-10-25 13:47:58 -04:00
Patrick Thomson
d72449b78c Merge remote-tracking branch 'origin/master' into compile-string-literals 2019-10-25 13:46:28 -04:00
Rob Rix
35433c973a
Merge branch 'master' into we-can’t-have-nice-things 2019-10-25 13:33:50 -04:00