1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00
Commit Graph

11127 Commits

Author SHA1 Message Date
Rick Winfrey
0283e7c574 Refactor ParseJSON -> ParseTreeFile, IndexFile, and ParseNode 2017-03-29 15:02:55 -07:00
Rick Winfrey
3bec2b5381 Merge branch 'update-parse-command' of github.com:github/semantic-diff into update-parse-command 2017-03-29 12:41:27 -07:00
Rick Winfrey
82431ce34b Use <=< to simplify parseSExpression 2017-03-29 12:41:08 -07:00
Rick Winfrey
106a9e84e1 Extracts casing on commit sha to a single function 2017-03-29 12:06:19 -07:00
Rick Winfrey
364d3210df Specify buildProgramNodes type annotation (make less general) 2017-03-29 12:05:26 -07:00
Rick Winfrey
9c636ed13c Merge branch 'master' into update-parse-command 2017-03-29 11:10:12 -07:00
Rick Winfrey
7f89a97761 📦 🆕 🏠 2017-03-29 11:05:41 -07:00
Rick Winfrey
c617fce3b1 Simplify parseSExpression 2017-03-29 11:04:59 -07:00
Rob Rix
497251094a Merge pull request #1052 from github/batch-copy-terms
Batch copy terms
2017-03-29 13:54:26 -04:00
Rick Winfrey
89f64631eb For now, represent all other formats as ParseTree when --parse option is used 2017-03-29 10:37:29 -07:00
Rick Winfrey
9e5225f9b5 Inline function 2017-03-29 10:33:32 -07:00
Rick Winfrey
76cc740a06 🔥 unnecessary do's 2017-03-29 10:33:18 -07:00
Rick Winfrey
de81a18d6c Let default case represent ParseTree 2017-03-29 10:28:06 -07:00
Rick Winfrey
770a3001ed 🔥 unnecessary function wrapper 2017-03-29 10:27:42 -07:00
Rick Winfrey
33d9897cb8 Rename 2017-03-29 10:23:10 -07:00
Rick Winfrey
e79bf05d33 Update parseTree to use generic buildProgramNodes 2017-03-29 10:23:00 -07:00
Rick Winfrey
68c2d647d4 Add generic buildProgramNodes function 2017-03-29 10:18:38 -07:00
Rick Winfrey
661e26cf82 Extract identifierFor to top level 2017-03-29 10:18:15 -07:00
Rob Rix
f516f34b4a Merge branch 'master' into batch-copy-terms 2017-03-28 23:09:29 -04:00
Rick Winfrey
2145baf506 Extract separate parse render functions 2017-03-28 18:49:45 -07:00
Rick Winfrey
cf4c242517 📝 why we never decorate with SourceText for SExpression parse output 2017-03-28 18:49:45 -07:00
Rick Winfrey
e4629cf40b Higher order decorator 2017-03-28 18:49:45 -07:00
Josh Vera
2818dd6d46 Merge branch 'master' into update-parse-command 2017-03-28 18:33:10 -04:00
Josh Vera
e3018cbace Merge pull request #1059 from github/🔥-lambda-case
🔥 LambdaCase
2017-03-28 18:32:49 -04:00
Rob Rix
a8410e8829 🔥 various uses of LambdaCase. 2017-03-28 15:32:45 -04:00
Rob Rix
5efe89fbd3 🔥 LambdaCase from the default extensions list. 2017-03-28 15:26:10 -04:00
Rob Rix
fcce300f02 Merge branch 'master' into update-parse-command 2017-03-28 14:13:32 -04:00
Timothy Clem
55b765b235 Merge branch 'master' into batch-copy-terms 2017-03-28 11:11:25 -07:00
Timothy Clem
46d4c43055 Merge branch 'master' into batch-copy-terms 2017-03-28 10:47:57 -07:00
Rick Winfrey
58041e217b Merge pull request #1055 from github/silence-stderr-output
Swallow IO exceptions for now
2017-03-28 10:39:09 -07:00
Rick Winfrey
c7f6b25723 Swallow errors for now
- Outputting IO exceptions in the GitmonClient are causing problems for
profiling work.
2017-03-28 10:32:44 -07:00
Rob Rix
d7b294e3d0 Merge branch 'master' into batch-copy-terms 2017-03-28 12:57:24 -04:00
Rick Winfrey
e2da5ce309 Merge pull request #1026 from github/gitmon-support
Gitmon support
2017-03-28 09:55:37 -07:00
Rob Rix
c652ec4367 Bump haskell-tree-sitter to master. 2017-03-28 12:50:53 -04:00
Rick Winfrey
2ff5d92d01 Alignment 2017-03-28 09:44:19 -07:00
Rick Winfrey
5aebd2006a Rework loading of env vars 2017-03-28 09:41:16 -07:00
Rick Winfrey
5e220b620b Move renderSExpression function 2017-03-28 08:58:27 -07:00
Rob Rix
e1c914d90a Bump haskell-tree-sitter. 2017-03-28 09:45:19 -04:00
Rob Rix
7438874a59 Bump haskell-tree-sitter for another microoptimization. 2017-03-27 21:35:22 -04:00
Rob Rix
0a7f840d79 Bump haskell-tree-sitter for low-level optimizations to node importing. 2017-03-27 21:09:59 -04:00
Rick Winfrey
d9ee7ca25d 🔥 a bunch of code, reduce code paths 2017-03-27 17:07:09 -07:00
Rick Winfrey
4eaee89482 SourceText -> Maybe SourceText 2017-03-27 16:43:37 -07:00
Rick Winfrey
854f35759b 🔥 convenience functions 2017-03-27 16:29:41 -07:00
Rick Winfrey
844f54464f Reflow toJSON definitions 2017-03-27 16:21:30 -07:00
Rick Winfrey
faeaed219f Move identifierFor to main where 2017-03-27 16:17:41 -07:00
Rick Winfrey
0e406f57d3 Use traverse_ with uncurry to setEnv in specs 2017-03-27 15:55:43 -07:00
Rick Winfrey
eaa5873ed7 Merge branch 'master' into gitmon-support 2017-03-27 15:38:18 -07:00
Rick Winfrey
1399166ed0 Print IO exception to stderr
- Printing to stdout will cause JSON parsing issues on the dotcom side
2017-03-27 15:27:03 -07:00
Rob Rix
02828cb949 Pass the TSNode through instead of copying the whole Node back over. 2017-03-27 18:19:24 -04:00
Rick Winfrey
3d20fe58a3 Update comment formatting 2017-03-27 14:16:08 -07:00