Patrick Thomson
c0ba458d54
Merge branch 'master' into more-path-safety
2019-09-24 18:16:27 -04:00
Patrick Thomson
247e4bed54
Merge pull request #277 from github/build-sha-as-config-version
...
Include real build sha in production logs
2019-09-24 18:16:01 -04:00
Patrick Thomson
5ce6f8ba5b
Merge pull request #273 from github/fix-hacky-test-slurping
...
Improve parsing of FileCheck-style tags.
2019-09-24 18:15:44 -04:00
Patrick Thomson
c8b6f0be08
Merge branch 'master' into fix-hacky-test-slurping
2019-09-24 17:51:29 -04:00
Patrick Thomson
4f52156040
Merge branch 'master' into build-sha-as-config-version
2019-09-24 17:50:07 -04:00
Patrick Thomson
fa1f07bb1e
remove unnecessary Path.toString call
2019-09-24 17:49:32 -04:00
Patrick Thomson
05e6163305
Merge pull request #280 from github/sinister-orphan-machinations
...
Remove unused orphan Listable instances.
2019-09-24 17:47:20 -04:00
Patrick Thomson
432646192c
Merge branch 'master' into sinister-orphan-machinations
2019-09-24 17:32:32 -04:00
Patrick Thomson
439d694200
CyclomaticComplexity doesn't need an instance either.
2019-09-24 17:28:35 -04:00
Patrick Thomson
936d67fc77
Nothing uses ListableF anymore.
2019-09-24 17:26:26 -04:00
Patrick Thomson
39e404451d
Remove instances for These and Gram.
2019-09-24 17:23:18 -04:00
Rob Rix
b818269144
Merge branch 'master' into semantic-tags
2019-09-24 17:23:01 -04:00
Patrick Thomson
a4d42fbae6
Remove Free/FreeF and drop free dependency.
2019-09-24 17:21:45 -04:00
Rob Rix
0ca8e7cc2d
Rename Tags.Taggable.Precise to Tags.Tagging.Precise.
2019-09-24 17:17:54 -04:00
Patrick Thomson
a6d19c1ef1
Merge branch 'master' into build-sha-as-config-version
2019-09-24 17:17:53 -04:00
Patrick Thomson
759e38a49d
Merge branch 'master' into fix-hacky-test-slurping
2019-09-24 17:17:47 -04:00
Patrick Thomson
3ebd49b093
Merge pull request #278 from github/remove-dead-deps
...
Remove outdated dependencies.
2019-09-24 17:17:33 -04:00
Rob Rix
32bd132c75
Define ToTag purely.
2019-09-24 17:15:43 -04:00
Patrick Thomson
67ed31e65f
Remove unused syntax Listable instances.
...
Orphan instances don't come for free: they slow down compilation both
directly and indirectly (in that modules that use orphans pay extra
costs for searching the instance space, according to SPJ).
2019-09-24 17:15:41 -04:00
Rob Rix
4a5ab1107a
Note a FIXME.
2019-09-24 17:09:01 -04:00
Rob Rix
e05a98cc2d
📝 gfoldMap1.
2019-09-24 17:07:16 -04:00
Patrick Thomson
681fe6b816
Merge branch 'master' into fix-hacky-test-slurping
2019-09-24 17:07:05 -04:00
Patrick Thomson
5fe8546298
Merge branch 'master' into build-sha-as-config-version
2019-09-24 17:06:46 -04:00
Rob Rix
ea2d2ca324
Rename the import of Data.Text.
2019-09-24 17:04:53 -04:00
Rob Rix
661b414df4
Take in Source, not Text.
2019-09-24 17:04:22 -04:00
Patrick Thomson
9a6185e095
Make readBlobsFromDir use a typed path.
2019-09-24 17:03:45 -04:00
Rob Rix
6baa33d0d6
Spacing.
2019-09-24 17:03:23 -04:00
Rob Rix
e5ecd7c849
Move the definition of Term up.
2019-09-24 17:02:01 -04:00
Patrick Thomson
42da571531
Merge branch 'master' into remove-dead-deps
2019-09-24 17:00:20 -04:00
Rob Rix
a6010a1436
Recur through indirect calls.
2019-09-24 16:59:53 -04:00
Patrick Thomson
71e47b7677
Merge pull request #275 from github/make-parse-examples-tasty
...
Rewrite parse-examples target to use tasty.
2019-09-24 16:58:21 -04:00
Rob Rix
03635d00a2
Rename GFold1 to GFoldable1.
2019-09-24 16:47:06 -04:00
Rob Rix
09f294a70d
Rename gfold1 to gfoldMap1.
2019-09-24 16:46:30 -04:00
Rob Rix
60c3e359de
Rename ToTagInstance to ToTagsInstance.
2019-09-24 16:42:58 -04:00
Rob Rix
f791316003
Rename ToTagBy to ToTagsBy.
2019-09-24 16:42:40 -04:00
Rob Rix
80ccf3c985
Replace GToTag with GFold1 ToTags.
2019-09-24 16:35:23 -04:00
Rob Rix
f25af24099
Define a class abstracting the job of folding over syntax.
2019-09-24 16:33:31 -04:00
Patrick Thomson
bec69d89fc
Remove outdated dependencies.
...
Semantic used to have web-server related things in it. This is no
longer the case: it's a CLI app through and through. As such, we don't
need these dependencies.
2019-09-24 16:30:23 -04:00
Timothy Clem
46fa12303b
Include real build sha in production logs
2019-09-24 13:23:37 -07:00
Rob Rix
dac58cfca4
Sequence the operations with >>.
2019-09-24 16:21:17 -04:00
Rob Rix
585da5e91a
Alignment.
2019-09-24 16:18:53 -04:00
Rob Rix
c6a4f7d617
🔥 redundant language extensions.
2019-09-24 16:17:56 -04:00
Rob Rix
12be927e84
Rename ToTag to ToTags.
2019-09-24 16:16:30 -04:00
Rob Rix
6be281d36a
Move all the Python-specific stuff into its own module.
2019-09-24 16:15:41 -04:00
Patrick Thomson
401b17f7d6
Merge branch 'make-parse-examples-tasty' of https://github.com/github/semantic into make-parse-examples-tasty
2019-09-24 16:14:02 -04:00
Rob Rix
e91504eb36
Rename tag to tags.
2019-09-24 16:10:18 -04:00
Rob Rix
c6189128b6
Return unit explicitly.
2019-09-24 16:09:31 -04:00
Rob Rix
7108915e21
🔥 a redundant where clause.
2019-09-24 16:09:18 -04:00
Patrick Thomson
875c302670
Build these concurrently.
2019-09-24 16:07:23 -04:00
Rob Rix
2bfb9c3ef8
Move yield up.
2019-09-24 16:02:31 -04:00