1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00
Commit Graph

32498 Commits

Author SHA1 Message Date
Patrick Thomson
9ecaeedcc3 Depend on newer semantic-source. 2020-01-28 12:42:42 -05:00
Patrick Thomson
a1f46b26e1 Don't even set these blobOid fields. 2020-01-27 18:08:17 -05:00
Patrick Thomson
5194b1b8f2 Merge branch 'tower-of-babble' of github.com:github/semantic into tower-of-babble 2020-01-27 16:31:13 -05:00
Patrick Thomson
294be1559a un-qualify this guy 2020-01-27 16:29:15 -05:00
Patrick Thomson
d04d6ae049
Merge branch 'master' into tower-of-babble 2020-01-27 16:20:46 -05:00
Patrick Thomson
4a1b0edc35
Merge pull request #444 from github/ToJSON-source-range
replace auto-derived ToJSON instance with one that mirrors ToJSONFields
2020-01-27 14:59:41 -05:00
Ayman Nadeem
7eff25d791 don't need OverloadedStrings anymore 2020-01-27 12:55:16 -05:00
Ayman Nadeem
36e2e20f05 Merge branch 'ToJSON-source-range' of https://github.com/github/semantic into ToJSON-source-range 2020-01-27 12:52:20 -05:00
Ayman Nadeem
4e969c77fe alphabetize imports 2020-01-27 12:52:16 -05:00
Patrick Thomson
e973e5b7a4 Blow the cache. 2020-01-27 12:35:07 -05:00
Ayman Nadeem
867fa48434 ToJSON instance for Loc 2020-01-27 12:17:40 -05:00
Ayman Nadeem
d8eaba4ebb Update Range.hs 2020-01-27 12:17:00 -05:00
Ayman Nadeem
ceefb6f6e0 replace auto-derived ToJSON instance with one that mirrors ToJSONFields 2020-01-27 12:09:23 -05:00
Patrick Thomson
4ce9f31e45 One last import. 2020-01-26 12:08:58 -05:00
Patrick Thomson
5a23a151fb fix the benchmarks 2020-01-26 11:39:57 -05:00
Patrick Thomson
0acaae2529 dodgy import 2020-01-26 11:30:28 -05:00
Patrick Thomson
fdeb2bcb21 Propitiate the test suite. 2020-01-26 11:21:59 -05:00
Patrick Thomson
8fcf35a86d Another import. 2020-01-24 17:17:53 -05:00
Patrick Thomson
954a1ac7bd Typed paths save me again. 2020-01-24 17:03:52 -05:00
Patrick Thomson
6e0d1f4fdc Use fromSource here. 2020-01-24 17:02:04 -05:00
Patrick Thomson
6af70476d0 Import whack-a-mole. 2020-01-24 16:57:48 -05:00
Patrick Thomson
0e58b0cdde Last few changes. 2020-01-24 16:52:37 -05:00
Patrick Thomson
e7b625c5f0 Whitespace. 2020-01-24 16:50:02 -05:00
Patrick Thomson
82c8555daa Nuke the File type alias. 2020-01-24 16:49:00 -05:00
Patrick Thomson
262b21be91 Import. 2020-01-24 16:38:18 -05:00
Patrick Thomson
87a862c514 Fix move-related errors. 2020-01-24 16:31:37 -05:00
Patrick Thomson
aa97696e85 pathIsMinified is a concern for semantic, not semantic-analysis. 2020-01-24 16:23:33 -05:00
Patrick Thomson
7c3b71a604 Move semantic-specific stuff back to Data.Language. 2020-01-24 16:18:58 -05:00
Patrick Thomson
ef0960bd7b Rename sourceBlob. 2020-01-24 16:13:19 -05:00
Patrick Thomson
4be80fecef Change the signature of Blob.sourceBlob. 2020-01-24 16:07:04 -05:00
Patrick Thomson
801edb8db0 Some more tweaks 2020-01-24 16:02:19 -05:00
Patrick Thomson
2620c050a7 Rename languageForFilePath. 2020-01-24 15:58:48 -05:00
Patrick Thomson
3ffb8d4b22 Better names everywhere. 2020-01-24 15:41:49 -05:00
Patrick Thomson
dcb76182cc Prevent unnecessary roundtrip. 2020-01-24 15:35:40 -05:00
Patrick Thomson
cac106240b Remove fileForPath hack. More typed paths = good. 2020-01-24 15:33:35 -05:00
Patrick Thomson
5a328dbf58 Remove blobOid field and kill some warnings. 2020-01-24 14:53:49 -05:00
Patrick Thomson
4705bf5d06 Merge remote-tracking branch 'origin/master' into tower-of-babble 2020-01-24 14:48:37 -05:00
Patrick Thomson
df4a554690 Kill the old legacy makeBlob. 2020-01-24 14:42:53 -05:00
Patrick Thomson
2b25dddf73 Absolutely massive patch to eliminate Data.Blob.File. 2020-01-24 13:55:30 -05:00
Patrick Thomson
951400dc39 Some more helper functions. 2020-01-24 12:33:49 -05:00
Ayman Nadeem
4bd9fc7ff3
Merge pull request #436 from github/remove-examples
Fixing semantic-ast related errors
2020-01-24 12:17:44 -05:00
Patrick Thomson
691f674426
Merge branch 'master' into remove-examples 2020-01-24 12:08:53 -05:00
Ayman Nadeem
ecfa192097 remove Examples forrealzies 2020-01-24 11:43:40 -05:00
Patrick Thomson
c3df825840 Move Data.Language to Analysis.Language. 2020-01-24 11:41:02 -05:00
Ayman Nadeem
5b5e3e992d change executable source-dirs to app 2020-01-24 11:40:19 -05:00
Ayman Nadeem
0177b5c37e move Main to app/Main 2020-01-24 11:39:59 -05:00
Ayman Nadeem
19a58bacc6 Delete Examples.hs 2020-01-24 10:49:45 -05:00
Patrick Thomson
32ffa11cbf
Merge pull request #432 from github/razing-the-fields
Consolidate Scope constructors.
2020-01-24 10:01:41 -05:00
Patrick Thomson
33f1027092 Merge remote-tracking branch 'origin/master' into razing-the-fields 2020-01-24 09:43:44 -05:00
Ayman Nadeem
f3be19f4a8
Merge pull request #384 from github/json-output
JSON output
2020-01-24 09:21:22 -05:00