Patrick Thomson
|
87be2f7e8b
|
:note: Abstract/Number.hs.
|
2020-01-27 10:53:13 -05:00 |
|
Patrick Thomson
|
ae98033e1d
|
Excommunicado.
|
2020-01-27 10:53:01 -05:00 |
|
Patrick Thomson
|
b0dba214a7
|
Merge commit 'bc3f67a88cf638abe5d6b0664c78eec0195572c6' into past-is-prologue
|
2020-01-27 10:51:27 -05:00 |
|
Patrick Thomson
|
90f8dfad1c
|
Stupid hack to fix the cache.
|
2020-01-27 10:50:48 -05:00 |
|
Patrick Thomson
|
bc3f67a88c
|
Noopt isn't the right thing here.
|
2020-01-27 10:33:45 -05:00 |
|
Patrick Thomson
|
c9a581b40b
|
Correct script/repl path to autogenerated sources.
This was preventing use of the repl script with any file that had a
dependency on `Semantic.Version`.
|
2020-01-26 17:51:53 -05:00 |
|
Patrick Thomson
|
08f8b3b60d
|
:note: Semantic/Env.hs.
|
2020-01-26 17:51:26 -05:00 |
|
Patrick Thomson
|
6c41cf10ed
|
Merge remote-tracking branch 'origin/master' into past-is-prologue
|
2020-01-26 16:18:11 -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 |
|
Patrick Thomson
|
857995b280
|
Move maybeLast to Maybe.Exts.
|
2020-01-24 09:42:42 -05:00 |
|
Ayman Nadeem
|
f3be19f4a8
|
Merge pull request #384 from github/json-output
JSON output
|
2020-01-24 09:21:22 -05:00 |
|
Ayman Nadeem
|
c975f14b0a
|
Merge branch 'master' into json-output
|
2020-01-24 08:57:07 -05:00 |
|
Timothy Clem
|
2d4d69db41
|
Merge pull request #435 from github/unmarshal-timeout
Unmarshal timeout
|
2020-01-23 13:58:15 -08:00 |
|
Timothy Clem
|
c4c24f6880
|
Bump cabal store again for ts fix
|
2020-01-23 16:35:34 -05:00 |
|
joshvera
|
6a86edb725
|
Change expected kind in Py.Assignment
|
2020-01-23 14:11:32 -05:00 |
|