1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 00:44:57 +03:00
Commit Graph

13282 Commits

Author SHA1 Message Date
Rob Rix
b6d52051dc Merge pull request #1163 from github/i-c-u-later
🔥 icu, text-icu, & gitlib
2017-06-15 11:01:30 -04:00
Rob Rix
ed2c60608f Correct the CommandSpec. 2017-06-15 10:17:41 -04:00
Rob Rix
1aba30158b Re-export the whole module. 2017-06-15 08:32:50 -04:00
Rob Rix
60323b7f5c Simplify Command to just be Command.Files. 2017-06-15 08:32:08 -04:00
Rob Rix
bd03bbf779 🔥 another redundant import. 2017-06-14 23:21:54 -04:00
Rob Rix
a815960132 🔥 redundant variables and imports. 2017-06-14 23:20:12 -04:00
Rob Rix
83f8612c35 🔥 unused variables. 2017-06-14 23:18:35 -04:00
Rob Rix
64b018065c Pretty, pretty 🔥 2017-06-14 17:59:52 -04:00
Rob Rix
779d9fc164 More spec 🔥 2017-06-14 17:54:29 -04:00
Rob Rix
fed4d93a46 Gitlib gone too. 2017-06-14 17:54:21 -04:00
Rob Rix
de325b2aab 🔥 a bunch of specs. 2017-06-14 17:49:33 -04:00
Rob Rix
a7a39a6e49 🔥 showsQuaternaryWith. 2017-06-14 17:49:28 -04:00
Rob Rix
f7c3f1153c 🔥 a couple of redundant imports. 2017-06-14 17:48:05 -04:00
Rob Rix
992ef93c0b Git gone. 2017-06-14 17:47:31 -04:00
Rob Rix
1caff48253 Fiddle while ICU 🔥s. 2017-06-14 17:37:36 -04:00
Rob Rix
b71f711102 This is a nice linker you have here. It’d be a shame if anything were to happen to it. 2017-06-14 17:35:50 -04:00
Rob Rix
826461e8e2 🔥 text-icu. 2017-06-14 17:34:26 -04:00
Timothy Clem
ec8e0d5cf3 Merge pull request #1161 from github/root-source-slicing-fix
Fix bug in slicing `Source` for root node
2017-06-14 11:32:01 -06:00
Timothy Clem
fecf3d4b41 Add a test for file that starts with newline 2017-06-14 11:01:12 -06:00
Timothy Clem
f8ecbda145 Just ready in a lazy bytestring for aeson's decode 2017-06-14 10:33:38 -06:00
Timothy Clem
8f6d25b9d8 Properly slice source for root node
Fixes a nasty bug where source files that begin with a newline weren't
getting properly sliced at the root node (code was erroneously assuming
that the first node starts at byte 0). If a file starts with a newline
the program node ends up starting at byte 1 and everything afterward was
offset by one.
2017-06-14 10:29:11 -06:00
Rob Rix
e8165a0d28 Merge pull request #1159 from github/simpler-simplifying
Simpler simplifying
2017-06-14 08:44:30 -04:00
Rob Rix
0473296ff9 Bump effects to master. 2017-06-13 16:45:54 -04:00
Rob Rix
297bb1c121 Bump effects for much more tractable Union instances. 2017-06-13 10:52:13 -04:00
Rob Rix
33624b42dd List the exports explicitly. 2017-06-13 09:36:56 -04:00
Rob Rix
141bbec57d Merge branch 'master' into simpler-simplifying 2017-06-13 09:15:34 -04:00
Rob Rix
ddb7272390 Require only Foldable & Functor instances for the union. 2017-06-12 11:54:36 -04:00
Timothy Clem
b7ef75ee0e Merge pull request #1156 from github/license-checker
Check licenses of dependent projects in CI
2017-06-12 07:59:15 -07:00
Timothy Clem
1bb97fcff2 Merge branch 'master' into license-checker 2017-06-12 07:49:49 -07:00
Timothy Clem
29755391d1 Merge pull request #1155 from github/updating-stack-ghc
Document how to update stuff for CI/deployment
2017-06-12 07:49:35 -07:00
Timothy Clem
4a5cb82815 Merge branch 'master' into updating-stack-ghc 2017-06-12 07:32:39 -07:00
Rob Rix
0879353a4e 🔥 a redundant constraint. 2017-06-12 10:04:46 -04:00
Rob Rix
e31d358038 Markdown parsing is pure. 2017-06-12 10:02:23 -04:00
Rob Rix
46e482e0a5 Merge pull request #1150 from github/union-unity
Union unity
2017-06-12 09:13:05 -04:00
Rob Rix
1f41532837 Merge branch 'master' into union-unity 2017-06-08 18:27:31 -04:00
Rick Winfrey
59d117ad40 Merge pull request #1143 from github/python-test-fixtures
Python test fixtures
2017-06-08 13:08:15 -07:00
Rick Winfrey
db0e7f80f0 Merge branch 'master' into python-test-fixtures 2017-06-08 13:05:23 -07:00
Timothy Clem
0fc63cab83 Merge pull request #1152 from github/oh-javascript
JavaScript as a distinct language, but uses TypeScript parser
2017-06-08 12:52:46 -07:00
Timothy Clem
1c2ee1880c Merge branch 'master' into oh-javascript 2017-06-08 11:48:56 -07:00
Rick Winfrey
a595ca5b9f Merge branch 'master' into python-test-fixtures 2017-06-08 11:37:38 -07:00
Rick Winfrey
1dbe97087c Merge pull request #1147 from github/python-simple-statements
Assign Python simple statements
2017-06-08 11:37:25 -07:00
Rick Winfrey
fcedaa1ece Merge branch 'master' into python-test-fixtures 2017-06-08 11:19:33 -07:00
Rick Winfrey
550df8f150 Add newline 2017-06-08 11:17:42 -07:00
Rick Winfrey
d5b90ba483 🔥 redundant parens 2017-06-08 11:16:01 -07:00
Timothy Clem
d5793fc78d JavaScript as a distinct language, but uses TypeScript parser 2017-06-08 11:14:40 -07:00
Rick Winfrey
f059aec454 Update newlines 2017-06-08 11:07:43 -07:00
Rick Winfrey
828011cd1d Merge branch 'master' into python-simple-statements 2017-06-08 10:51:39 -07:00
Rick Winfrey
7ee4f2f3e0 🔥 redundant parens 2017-06-08 10:22:40 -07:00
Rob Rix
15f7f81b54 InUnion -> :< 2017-06-08 13:18:44 -04:00
Rick Winfrey
e4f2fa1f32 Assign raise statements as Throw, with single list node 2017-06-08 10:17:34 -07:00