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

26620 Commits

Author SHA1 Message Date
Timothy Clem
f860d4aa66 Add in util for Go defs 2018-11-01 13:20:50 -07:00
Patrick Thomson
514dacf756 Merge branch 'master' into add-data-coerce-to-prologue 2018-11-01 12:51:21 -04:00
Timothy Clem
24a9b2b6ea s/Tag/Symbol 2018-11-01 07:56:28 -07:00
Timothy Clem
77f5b0a1d6 Introduce new renderToSymbols 2018-11-01 07:55:34 -07:00
Rob Rix
98805db943 Merge branch 'master' into diff-via-fused-effects 2018-10-31 18:39:24 -04:00
Rob Rix
96cbc0ca8f Merge pull request #2248 from github/move-doctests
Remove doctest component and move doctests to specs.
2018-10-31 18:39:08 -04:00
Timothy Clem
7aaeca419f Don't need this 2018-10-31 15:02:14 -07:00
Timothy Clem
c1d3f60073 Make use of language 2018-10-31 15:01:39 -07:00
Patrick Thomson
aaf7bba187 And kill Doctests.hs. 2018-10-31 15:56:57 -04:00
Patrick Thomson
b9cf8f73c6 Environment and App. 2018-10-31 15:47:30 -04:00
joshvera
ef67897838 Make it compile 2018-10-31 15:37:13 -04:00
Timothy Clem
e18c65ce47 tag doesn't need to be a method 2018-10-31 12:27:01 -07:00
Timothy Clem
0111afde81 Fix up ConstructorNameStrategy for TermF 2018-10-31 12:26:38 -07:00
joshvera
e83b2b75b6 Revert "Fix up constraints"
This reverts commit 922d244a6100c1740c253d8f56ad55b67cdf58b0.
2018-10-31 14:28:15 -04:00
joshvera
0cbeaff611 Merge branch 'heap-frames' of https://github.com/github/semantic into heap-frames 2018-10-31 14:28:08 -04:00
Rick Winfrey
0c6afc5995 Fix up constraints 2018-10-31 11:16:51 -07:00
Timothy Clem
2ccb468800 Taggable instance for Context 2018-10-31 11:08:14 -07:00
Timothy Clem
d4d19ea21f Some renaming, split out into two modules 2018-10-31 10:58:00 -07:00
Patrick Thomson
d473b9e1af add Data/Abstract/Name/Spec 2018-10-31 13:19:43 -04:00
joshvera
8b57ade7e6 Add runState call 2018-10-31 12:59:21 -04:00
Patrick Thomson
b0e6190dbf add Data/Range/Spec 2018-10-31 12:46:52 -04:00
Patrick Thomson
cd05aaa7a5 add Data/Graph/Spec 2018-10-31 12:30:56 -04:00
Timothy Clem
427e933b36 Minor cleanup 2018-10-31 08:41:41 -07:00
Timothy Clem
945ab01275 Introduce Taggable 2018-10-31 08:34:58 -07:00
Timothy Clem
666375f18c Fix gitignore 2018-10-31 08:34:58 -07:00
Timothy Clem
100ffff873 Only annotate Python functions if there is a type 2018-10-31 08:34:58 -07:00
Timothy Clem
335989f22d Small helper to test new tags 2018-10-31 08:34:58 -07:00
Timothy Clem
55670cd524 Strings in mini python 2018-10-31 08:29:00 -07:00
Timothy Clem
feef6e3ed6 Generic1 instance for TermF 2018-10-31 08:28:37 -07:00
Timothy Clem
3e26d933b3 MonadFail for Matcher 2018-10-31 08:28:22 -07:00
Patrick Thomson
fd94b225c9 Merge branch 'master' into add-tsparse-quiet-flag 2018-10-31 11:09:20 -04:00
Patrick Thomson
f0d9ba3f8a one last import 2018-10-31 09:36:04 -04:00
Patrick Thomson
27a9ae546a Merge branch 'master' into add-data-coerce-to-prologue 2018-10-31 09:09:37 -04:00
Rob Rix
c95822894e Merge branch 'master' into diff-via-fused-effects 2018-10-30 23:03:50 -04:00
Rob Rix
a0643b725a Merge pull request #2243 from github/break-dependency-of-config-on-SHA
Break dependency of Semantic.Config on Semantic.Version/buildSHA
2018-10-30 23:03:19 -04:00
joshvera
09ab5d74a0 Fix some Graph module errors 2018-10-30 19:47:22 -04:00
joshvera
3fd78a2938 fix constraints in outer modules 2018-10-30 18:19:16 -04:00
joshvera
8c41511c87 lowerBound for Heap 2018-10-30 18:19:06 -04:00
Patrick Thomson
015abadea2 Merge branch 'master' into break-dependency-of-config-on-SHA 2018-10-30 18:10:58 -04:00
Patrick Thomson
c176e42a72 Merge pull request #2242 from github/repl-effect
Extract the REPL effect into its own module.
2018-10-30 18:10:42 -04:00
joshvera
3cbea3aace Merge branch 'heap-frames' of https://github.com/github/semantic into heap-frames 2018-10-30 17:14:14 -04:00
Rick Winfrey
ad2bb368dd Comment out resumingEnvironmentError 2018-10-30 14:03:00 -07:00
Rick Winfrey
e3be56166a Add fix me comments to evaluatable instances 2018-10-30 13:50:43 -07:00
Rick Winfrey
b1521a30fa Replace usage of insertEdge in favor of new combinators 2018-10-30 13:23:36 -07:00
Rick Winfrey
e7d94f9555 Add insert edge combinators 2018-10-30 13:22:49 -07:00
Patrick Thomson
cb54dd7aed Merge remote-tracking branch 'origin/master' into repl-effect 2018-10-30 15:58:00 -04:00
Patrick Thomson
c73696fcc0 Merge branch 'master' into add-explicit-assignment-timeout 2018-10-30 15:53:29 -04:00
Patrick Thomson
5cac709075 Merge remote-tracking branch 'origin/master' into add-tsparse-quiet-flag 2018-10-30 15:53:02 -04:00
Rob Rix
74f183921a Merge branch 'master' into break-dependency-of-config-on-SHA 2018-10-30 15:40:48 -04:00
Rob Rix
994464105c Merge branch 'master' into diff-via-fused-effects 2018-10-30 15:40:42 -04:00