1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00
Commit Graph

20285 Commits

Author SHA1 Message Date
Patrick Thomson
3c9301e63e And TOCSummaries. 2019-11-08 22:05:13 -05:00
Patrick Thomson
442ab1cc82 Spruce up Api.Diffs for FE1. 2019-11-08 22:04:22 -05:00
Patrick Thomson
efa4b0be61 Spruce up Measured carrier for FE1. 2019-11-08 22:02:20 -05:00
Patrick Thomson
6edd486eb4 Port, or attempt to port, Semantic.Util to FE1. 2019-11-08 21:59:28 -05:00
Patrick Thomson
685c7e8f3f Port Semantic.Graph to FE1. 2019-11-08 21:55:04 -05:00
Patrick Thomson
ce2c083b87 Institute hellish hack to make Task compile. 2019-11-08 21:48:21 -05:00
Patrick Thomson
9a419428af Port Timeout effect to FE1. 2019-11-08 21:40:42 -05:00
Patrick Thomson
d53a7bafdd Port Telemetry effect to FE1. 2019-11-08 21:40:31 -05:00
Patrick Thomson
6e19094ded Port Resolution to FE1. 2019-11-08 21:36:42 -05:00
Patrick Thomson
b06a2c14d4 Port over Files effect and remove rethrowing hack. 2019-11-08 21:35:02 -05:00
Patrick Thomson
3cb89b0aaf Port over the thoroughly-benighted Distribute effect.
This needs to die.
2019-11-08 21:29:53 -05:00
Patrick Thomson
dda7ebbe6b Fix up Rendering.Graph (with a nasty hack). 2019-11-08 21:27:18 -05:00
Patrick Thomson
9dbfd7f4b8 Port Semantic.Analysis to FE1. 2019-11-08 21:24:39 -05:00
Patrick Thomson
79bbb0968f Port Abstract.Graph to FE1. 2019-11-08 21:21:36 -05:00
Patrick Thomson
4ff67a54f8 Upgrade the Parse effect to FE1. 2019-11-08 21:16:58 -05:00
Patrick Thomson
725f0c59d7 Small changes to Data.Graph. 2019-11-08 21:14:31 -05:00
Patrick Thomson
006a622d39 Overhaul Analysis.Caching.FlowInsensitive.
This file scares me.
2019-11-08 21:07:30 -05:00
Patrick Thomson
2f3566e01a Port flow-sensitive analysis.
This one is a little shifty given the lack of resetFresh.
2019-11-08 19:25:57 -05:00
Patrick Thomson
01724d70ab Port tracing analysis. 2019-11-08 19:25:51 -05:00
Patrick Thomson
bea0ce153d Port dead-code analysis. 2019-11-08 19:25:36 -05:00
Patrick Thomson
d953793450 Make PythonPackage use our project function. 2019-11-08 16:37:15 -05:00
Patrick Thomson
9d1bd90bed Algebrize Abstract.Address.Hole. 2019-11-08 16:35:13 -05:00
Patrick Thomson
ca814174b8 Missing Prologue import. 2019-11-08 16:32:19 -05:00
Patrick Thomson
911066aaed Use fused-effects's foldMapA. 2019-11-08 16:24:50 -05:00
Patrick Thomson
5b0ccc9b15 Algebrize Address.Precise. 2019-11-08 16:22:04 -05:00
Patrick Thomson
f859f4a630 Has-ify Abstract.Value.Abstract. 2019-11-08 16:20:58 -05:00
Patrick Thomson
99f0016d7c Port Abstract.Value.Concrete to FE1. 2019-11-08 16:17:47 -05:00
Patrick Thomson
7b447b5018 Port Abstract.Value.Type to FE1. 2019-11-08 16:05:35 -05:00
Patrick Thomson
f527e423ca Has-ify the Syntax modules. 2019-11-08 16:00:23 -05:00
Patrick Thomson
1c1b8a8f75 Has-ify Ruby syntax. 2019-11-08 15:53:50 -05:00
Patrick Thomson
1a4c95ca24 Has-ify TypeScript.Resolution. 2019-11-08 15:29:32 -05:00
Patrick Thomson
e45b7086b9 Has-ify Syntax.TypeScript. 2019-11-08 14:22:14 -05:00
Patrick Thomson
00e821d68f Has-ify Data.Abstract.Evaluatable. 2019-11-08 14:16:34 -05:00
Patrick Thomson
bf0b830b2e Has-ify Control.Abstract.Primitive. 2019-11-08 14:12:30 -05:00
Patrick Thomson
a73f8e83de Has-ify Control.Abstract.Value. 2019-11-08 14:11:32 -05:00
Patrick Thomson
e71e10fb17 Port Abstract.Heap to FE1. 2019-11-08 14:01:34 -05:00
Patrick Thomson
06fad83d8b Port Abstract.Modules to FE1. 2019-11-08 13:56:09 -05:00
Patrick Thomson
7ed1c8c7a5 Port Abstract.ScopeGraph to FE1.
This was a little involved.
2019-11-08 13:52:08 -05:00
Patrick Thomson
78d265e307 Has-ify Data.Abstract.BaseError. 2019-11-08 13:41:50 -05:00
Patrick Thomson
edac9f4716 Has-ify Control.Abstract.Context. 2019-11-08 13:41:04 -05:00
Patrick Thomson
89b8a50737 Fix Algebra for REPL. 2019-11-08 13:39:13 -05:00
Patrick Thomson
3e6c84a48e Has-ify Control.Abstract.Roots. 2019-11-08 13:37:47 -05:00
Patrick Thomson
4543148e73 Has-ify Data.Abstract.Name. 2019-11-08 13:33:06 -05:00
Patrick Thomson
66584f8aae Use proper carriers and kill runM in Parsing.TreeSitter. 2019-11-08 12:56:10 -05:00
Patrick Thomson
8c0224ab08 Has-ify Data.Blob. 2019-11-08 12:35:00 -05:00
Patrick Thomson
c765b28c4c FE1-ify Diffing.Interpreter. 2019-11-08 12:33:52 -05:00
Patrick Thomson
7d8ccd42ce Port Diffing.Algorithm to FE1. 2019-11-08 12:26:13 -05:00
Patrick Thomson
a81483f5ab Fix Interpose effect. 2019-11-08 12:22:29 -05:00
Patrick Thomson
f2f5eccdeb Add Control.Effect.Sum.Project.
Fixes #289.
2019-11-08 12:20:43 -05:00
Patrick Thomson
b60491714f Fix type errors in Interpose before porting over prj. 2019-11-08 12:16:10 -05:00