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

172 Commits

Author SHA1 Message Date
Timothy Clem
2e1626d949 Make symbols output also return partial results 2018-11-13 11:02:23 -08:00
Timothy Clem
d33b4a5f3d Better error structure for Tocs 2018-11-10 09:40:29 -08:00
Timothy Clem
09e6046763 Be consistent with other responses 2018-11-10 09:40:19 -08:00
Timothy Clem
bc9f85fdef Catch errors for some diff outputs 2018-11-09 16:44:10 -08:00
Timothy Clem
57f284f847 Streamline the declarations for toc summaries 2018-11-08 08:33:26 -08:00
Timothy Clem
fa60a394b4 Fully commit to new method of generating symbols 2018-11-05 08:03:09 -08:00
Timothy Clem
92f9f8373e Render to same output format, respecting field choice 2018-11-01 15:48:47 -07:00
Timothy Clem
460ea0cf67 Rough, but WORKING symbols output with doc strings 2018-11-01 14:31:19 -07:00
Timothy Clem
77f5b0a1d6 Introduce new renderToSymbols 2018-11-01 07:55:34 -07:00
Rob Rix
034e2469ff Bump higher-order-effects. 2018-10-22 10:26:15 -04:00
Rob Rix
3ef2efa73a Merge branch 'master' into higher-order-effects 2018-10-22 09:45:57 -04:00
Rob Rix
c9e6912068 Port most of the system over to higher-order-effects. 2018-10-16 18:48:08 -04:00
Timothy Clem
7663c46d79 New cli switch for quiet parsing with timing stats 2018-10-12 12:47:11 -07:00
Timothy Clem
ac70c565cc Change up what Declarations we identify 2018-10-05 09:54:57 -07:00
Timothy Clem
35d77b505e Revert tableOfContentsBy removal of extra Maybe 2018-09-27 13:05:11 -05:00
Timothy Clem
1913277e74 Replace the annotation necessary for toc
Includes span in Declaration, refactors toc functions to remove a layer of maybe
2018-09-26 13:54:16 -05:00
Timothy Clem
f6f556fb32 TOC is the only thing with a custom annotation right now 2018-09-25 17:09:43 -05:00
Timothy Clem
38a4bb38f2 WIP - replace Record across the project
Not quiet there with Diff and decorators yet
2018-09-21 13:46:25 -07:00
Patrick Thomson
7129435dc8 Merge remote-tracking branch 'origin/master' into simplify-reprinter
also incorporates a number of changes. oops.
2018-09-12 12:14:01 -04:00
Patrick Thomson
0802e0a9f2 Use a deep embedding for Tokenize. 2018-09-11 18:54:37 -04:00
Timothy Clem
4dedb928b2 New command line flag json-graph 2018-09-11 15:20:19 -07:00
Timothy Clem
177ce176e4 More extra imports 2018-09-11 11:33:59 -07:00
Timothy Clem
8096bfc8f7 Annotations in adj list rep (grpc) 2018-09-10 17:28:42 -07:00
Timothy Clem
2cca3875f6 First pass at working term adj graphs in grpc 2018-09-07 08:59:41 -07:00
Timothy Clem
a15155c4da Basics of TermVertex in grpc 2018-09-06 17:27:13 -07:00
Timothy Clem
4bcd440c98 Dial in id vs description a bit, fix embedding of span 2018-09-06 16:46:27 -07:00
Timothy Clem
f0d164f952 Rework control flow graph data types 2018-09-06 15:12:12 -07:00
Timothy Clem
e3f20f6903 Implement adj list diff tree JSON responses
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
2018-09-05 15:08:58 -07:00
Timothy Clem
18c0554864 Docs 2018-09-05 12:29:08 -07:00
Timothy Clem
7ccabb06ed Use trees key to get error messages working for free 2018-09-05 12:29:04 -07:00
Timothy Clem
018f78bd42 Enable toEncoding as well 2018-09-05 12:28:44 -07:00
Timothy Clem
e788ed9baa First pass at returning adjacency graphs (JSON) as an alternative to trees 2018-09-05 11:13:35 -07:00
Timothy Clem
bec7e0ea88 Not needed 2018-08-30 11:45:24 -07:00
Timothy Clem
28b45b71d8 WIP - Return partial results from json parse blobs 2018-08-29 13:41:47 -07:00
Timothy Clem
30f7308f5f This order is a little better 2018-08-04 19:32:23 -07:00
Timothy Clem
f1d35283e7 No need for this, left over from debuggin 2018-08-04 19:31:15 -07:00
Timothy Clem
ca64ee2b07 Show replacements in the diff dot output 2018-08-04 19:30:19 -07:00
Timothy Clem
2a2a1b9128 Bring back dot rendering for terms and diffs
The usage of local was problematic here.
2018-08-04 19:29:14 -07:00
Timothy Clem
aa480be46d 🔥 old import graph summary
This hasn't been in the CLI for a while now
2018-07-06 13:35:09 -07:00
Timothy Clem
de48b8cfea Merge remote-tracking branch 'origin/master' into import-graph-mk2 2018-06-18 14:58:50 -07:00
Timothy Clem
628bdb5acd No longer used 2018-06-18 13:45:49 -07:00
Timothy Clem
039d43e523 🔥 the --tags output and associated code 2018-06-18 11:36:31 -07:00
Patrick Thomson
72ee22d3c3 remove parse --import-graph and ensure graph reads its preludes 2018-06-13 14:43:54 -04:00
Timothy Clem
0282529e88 Merge remote-tracking branch 'origin/master' into port-semiotic-http-interface 2018-06-06 16:22:49 -07:00
Timothy Clem
3b21774413 Handle parse tree and symbols responses 2018-06-05 11:16:21 -07:00
Patrick Thomson
16066c1f7d fewer spurious changes 2018-06-04 18:10:00 -04:00
Patrick Thomson
2a8e02856b tentative commit to move from Maybe Language to Language.
should fix a lot of issues around decoding Maybe Language fields.
2018-06-04 14:54:30 -04:00
Timothy Clem
d843846177 Call the top node "tree" 2018-05-29 13:43:19 -07:00
Rob Rix
f5572e41ca Use Member instead of Members everywhere! 2018-05-29 12:09:09 -04:00
Rob Rix
f7e0a6b6cc Add a Show term renderer. 2018-05-23 09:40:20 -04:00