Timothy Clem
39164f047b
Remove diff toc from proto datatypes
2020-04-03 11:25:11 -07:00
Rick Winfrey
7b588d89c5
Merge pull request #518 from github/bump-semantic-source
...
Bump semantic-source
2020-03-27 11:40:44 -07:00
Patrick Thomson
577f9d2564
Add an orphan to propitiate the tests.
2020-03-27 12:41:51 -04:00
zhujinxuan
769b33130b
Use Path.AbsRel For Blob, ModuleInfo and Project
...
- Use Path.AbsRelFile for Blob
- Use Path.AbsRelDir for Project
- Use Path.AbsRelFile for ModuleInfo and ModulePath
- semantic.cabal test-suite test is passed
2020-03-22 13:39:10 -04:00
Patrick Thomson
f722cb0897
Move Data.Project to semantic-analysis.
...
I need this for semantic-scope-graph so that each graph can have
correct `ModuleInfo` fields. Straightforward.
2020-02-11 12:52:44 -05:00
Patrick Thomson
49efa8c8bc
Fix the tests.
2020-01-28 15:51:07 -05:00
Patrick Thomson
953473088d
Merge remote-tracking branch 'origin/master' into name-name-go-away
2020-01-28 15:07:05 -05:00
Patrick Thomson
3ffb8d4b22
Better names everywhere.
2020-01-24 15:41:49 -05:00
Patrick Thomson
1671d1c182
No more IsString instance needed here.
2020-01-17 14:59:49 -05:00
Patrick Thomson
ccb586ccd2
🔥 Data.Abstract.Name.
2020-01-17 11:09:19 -05:00
Patrick Thomson
dc69714053
Merge remote-tracking branch 'origin/master' into glorious-ghc-upgrade-8.8
2019-12-13 11:23:36 -05:00
Patrick Thomson
052a95e9b6
tests work now
2019-12-10 13:38:09 -05:00
Patrick Thomson
d26ff76a9f
First pass over the specs.
2019-11-08 22:48:26 -05:00
Patrick Thomson
b9388d1d20
Fix SpecHelpers.
...
Man, this is a monster of a file.
2019-11-08 22:43:09 -05:00
Rob Rix
a8a3bca972
Fix some missed language extensions.
2019-10-30 13:16:17 -04:00
Rob Rix
93db4cfa45
Use the helpers anywhere we look up a parser.
2019-10-23 12:17:10 -04:00
Rob Rix
52af054614
Move parseTestFile into Tags.Spec.
2019-10-23 10:52:26 -04:00
Rob Rix
35c429399c
Coerce straight to the desired term type.
2019-10-23 10:34:10 -04:00
Rob Rix
22f3440e0e
Rename TestEvaluatingResult to TestEvaluatingState and add an actual result synonym.
2019-10-23 10:27:38 -04:00
Rob Rix
0651d21e63
Define a type synonym for evaluating results.
2019-10-23 10:16:46 -04:00
Rob Rix
fa02ff0a45
Revert "Only coerce the errors."
...
This reverts commit c9022d863c
.
2019-10-23 10:02:33 -04:00
Rob Rix
73ddec60c1
Rename the import of Data.Sum.
2019-10-23 10:01:27 -04:00
Rob Rix
97b495c6d5
Revert "Generalize ValueError over the value type."
...
This reverts commit 769e00f3f7
.
2019-10-23 09:39:54 -04:00
Rob Rix
769e00f3f7
Generalize ValueError over the value type.
2019-10-23 09:33:01 -04:00
Rob Rix
c9022d863c
Only coerce the errors.
2019-10-22 17:12:00 -04:00
Rob Rix
73c30b3312
Define a project evaluator.
2019-10-22 16:16:47 -04:00
Rob Rix
74e1d76331
Sort imports.
2019-10-22 16:00:35 -04:00
Rob Rix
6606d52841
Eliminate uses of Both.
2019-10-18 10:45:59 -04:00
Rob Rix
86389e8e87
Re-export Edit.
2019-10-18 10:33:47 -04:00
Rob Rix
9ef511b6f1
Write diffFilePaths using do notation.
2019-10-18 10:29:43 -04:00
Rob Rix
b8b9105a0a
Define readFilePathPair as a composition.
2019-10-18 10:27:42 -04:00
Patrick Thomson
df96f43acd
Make findFilesInDir use pathtype.
2019-10-11 19:24:53 -04:00
Rob Rix
116e5b385a
Merge branch 'master' into semantic-java
2019-10-02 17:32:09 -04:00
Rob Rix
4e83f50053
Fix all the tests.
2019-09-30 17:59:23 -04:00
Rob Rix
9e183cd46b
Rename TaskEff to TaskC.
2019-09-30 15:54:57 -04:00
Rob Rix
1ec65b4858
Define a constructor for the default language modes.
2019-09-27 19:02:14 -04:00
Rob Rix
daefc921eb
Don’t export the Precise constructor.
2019-09-27 17:33:07 -04:00
Rob Rix
71e796b1b9
This field is not in Maybe.
2019-09-27 10:00:32 -04:00
Rob Rix
e5ef1e67ef
Fix a couple of errors in the tests.
2019-09-26 13:40:22 -04:00
Rob Rix
52bc7e640e
Rename locByteRange/locSpan to byteRange/span.
2019-09-20 17:32:52 -04:00
Rob Rix
a00a78e522
Merge branch 'master' into semantic-source
2019-09-20 16:16:34 -04:00
Patrick Thomson
948deb489f
Fixup remaining test cases.
2019-09-20 15:47:08 -04:00
Rob Rix
17c61c19d1
Switch everything over to using Source.Span.
2019-09-20 14:38:03 -04:00
Rob Rix
1d5e15010f
Switch everything over to using Source.Range.
2019-09-20 14:28:25 -04:00
Patrick Thomson
090b014eed
Remove filepath dependency from tests.
2019-09-20 12:26:49 -04:00
Patrick Thomson
1cc29f4361
Add Data.BLob.fileForRelPath and avoid early toString calls.
2019-09-20 12:02:41 -04:00
Patrick Thomson
099aa6a7af
✨ diffFilePaths.
2019-09-20 11:54:11 -04:00
Patrick Thomson
a5d9367906
✨ parseFilePath.
2019-09-20 11:52:39 -04:00
Patrick Thomson
aebbfc4706
make parseTestFile take typed arguments
2019-09-20 11:50:39 -04:00
Rob Rix
b1fe3e6073
🔥 a bunch of redundant imports.
2019-07-15 15:23:29 -04:00