1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00
Commit Graph

12668 Commits

Author SHA1 Message Date
Rick Winfrey
33f71c839b Assign lambda expressions 2017-06-01 12:05:45 -07:00
Rick Winfrey
ea6d5eba88 Assign is not comparison operator expressions 2017-06-01 11:39:23 -07:00
Rick Winfrey
5792d92b8a Rename DottedName -> ScopeResolution 2017-06-01 11:38:42 -07:00
Rick Winfrey
b0263ffc71 Assign await statements 2017-06-01 10:27:50 -07:00
Rick Winfrey
092ea75681 🔥 whitespace 2017-05-31 16:48:59 -07:00
Rick Winfrey
8d117b5769 🔥 redundant import 2017-05-31 16:48:51 -07:00
Rick Winfrey
22bc0738a8 Move comments 2017-05-31 16:45:46 -07:00
Rick Winfrey
aca71e9c78 Make import values strict 2017-05-31 16:45:35 -07:00
Rick Winfrey
abcba70d73 Make expression constructor values strict 2017-05-31 16:45:20 -07:00
Rick Winfrey
868051264c Assign dotted name 2017-05-31 16:44:54 -07:00
Rick Winfrey
b86bad4b75 Assign ellipsis 2017-05-31 16:15:49 -07:00
Rick Winfrey
7e8b3d5d51 Assign comparison operator expressions 2017-05-31 16:03:56 -07:00
Rick Winfrey
cbea157c48 Assing not operator 2017-05-31 14:29:42 -07:00
Rick Winfrey
d93cc6eb3c Assign keyword identifiers 2017-05-31 14:23:00 -07:00
Rick Winfrey
622a278e96 Ass sets 2017-05-31 14:19:40 -07:00
Rick Winfrey
54ef7af75d Assign dictionary literals 2017-05-31 14:15:05 -07:00
Rick Winfrey
0754da600d Assing Lists 2017-05-31 14:06:02 -07:00
Rick Winfrey
7297c1d8dd Assign Call expressions 2017-05-31 14:05:48 -07:00
Rick Winfrey
359e28d2dd Flow alternative choices over multiple lines 2017-05-31 11:17:16 -07:00
Rick Winfrey
375e1d6a01 Assign Subscript expressions 2017-05-31 11:14:03 -07:00
Rick Winfrey
55b0ccdd8d Simplify expression statement 2017-05-31 11:13:46 -07:00
Rick Winfrey
b34aa617f0 📝 Member Access example 2017-05-31 11:13:19 -07:00
Rick Winfrey
d5f0db7986 Assign nested Attribute expressions 2017-05-31 10:49:14 -07:00
Rick Winfrey
a842539c84 🔥 condition 2017-05-30 17:01:05 -07:00
Rick Winfrey
393c481f83 Expand If assignment 2017-05-30 16:58:30 -07:00
Rick Winfrey
aad7f36902 Assing simple member access 2017-05-30 16:54:52 -07:00
Rick Winfrey
9aa5ba6f18 🔥 identifier from expression 2017-05-30 16:54:08 -07:00
Rob Rix
77e6e8cda7 Merge pull request #1135 from github/bounds-checked-reverse-RWS-matching
Bounds-checked reverse RWS matching
2017-05-30 10:45:05 -04:00
Rob Rix
c6fa1ee33b Merge branch 'master' into bounds-checked-reverse-RWS-matching 2017-05-26 10:38:30 -04:00
Rob Rix
b6ccf15d09 Update all the fixtures. 2017-05-24 14:42:12 -04:00
Rob Rix
dfa9d6ab70 Update the JSON diff fixtures to include method identifiers. 2017-05-24 13:51:02 -04:00
Rob Rix
156e237487 Rename the filter function. 2017-05-24 13:26:15 -04:00
Rob Rix
c7849ea9dc Factor out the filter on the unmapped lists. 2017-05-24 13:25:27 -04:00
Rob Rix
c5d5125218 Check if there is a better match within defaultMoveBound steps. 2017-05-24 13:22:54 -04:00
Rob Rix
111bc3cd0a Revert "Carry along the previous index along both sides."
This reverts commit 044d5e5e0fa8dc6c1cc5cd46c8abfdaa36e765d9.
2017-05-24 13:12:05 -04:00
Rob Rix
aa673f5be8 Revert "Insertions update the index in B."
This reverts commit 9b0471d14fd743e4b6209b25b681d6f9ba0e0828.
2017-05-24 13:11:48 -04:00
Rob Rix
0e3c579e26 Insertions update the index in B. 2017-05-24 13:07:15 -04:00
Rob Rix
d10abdfc52 Carry along the previous index along both sides. 2017-05-24 12:49:14 -04:00
Rob Rix
841fca2c19 Decorate JSON diffs with identifiers. 2017-05-24 12:45:24 -04:00
Rob Rix
ba4f07f2c7 Export the identifier decorator. 2017-05-24 12:45:12 -04:00
Rob Rix
32236373b5 Extract the identifier decorator. 2017-05-24 12:45:05 -04:00
Rob Rix
7ee5a54787 Derive an NFData instance for Identifier. 2017-05-24 12:44:52 -04:00
Rob Rix
f7a77231d7 Limit reverse RWS matches to the move bounds. 2017-05-24 09:54:46 -04:00
Rob Rix
c4c2cd08f5 Atom didn’t like this extra newline. 2017-05-24 09:54:04 -04:00
Timothy Clem
2202c5d72a Merge pull request #1134 from github/allow-null-before-after
Properly handle null before/after in input JSON
2017-05-23 12:13:00 -07:00
Timothy Clem
9f78381072 Little bit cleaner parseJSON 2017-05-23 12:10:30 -07:00
Timothy Clem
06d1b97fa9 Always with the imports 2017-05-23 11:02:49 -07:00
Timothy Clem
316169bab1 Properly handle null before/after in input JSON 2017-05-23 11:00:20 -07:00
Rob Rix
ea66ee5bc7 Merge pull request #1129 from github/parser-abstraction
Parser abstraction
2017-05-19 18:46:25 -04:00
Rob Rix
8f8bb7e2ea Define a pythonParser convenience. 2017-05-19 18:42:31 -04:00