Timothy Clem
3815e713b5
Capture comments and hide them for summaries only
2016-10-12 14:21:25 -07:00
Rick Winfrey
d1b22c231d
Merge branch 'development-mode' of github.com:github/semantic-diff into development-mode
2016-10-11 17:07:43 -05:00
Rick Winfrey
5cfe719141
Fix the order of the then else conditions
2016-10-11 17:06:51 -05:00
Rick Winfrey
1b715da024
Merge branch 'master' into development-mode
2016-10-11 16:42:08 -05:00
Rick Winfrey
e7c09831bc
Add development mode
...
When developing locally, especially when using break to look at
structure, the timeout is too quick. Instead of manually updating the
timeout to a long duration, I figure disabling it when needed in the
context of ghci would be nicer.
2016-10-11 15:22:37 -05:00
joshvera
6ba48666ed
bump files
2016-10-11 16:18:26 -04:00
joshvera
098655b1d9
Remove filepath from SourceSpan
2016-10-11 15:09:24 -04:00
joshvera
c0ae593a06
Remove filepath from SourceSpan
2016-10-11 13:08:12 -04:00
joshvera
70d39544cb
Rename to filepath
2016-10-11 12:46:40 -04:00
joshvera
a9d216608f
Rename this/that/these to delete/insert/replace for consistency with Patch
2016-10-11 11:52:49 -04:00
joshvera
d95283f4a1
Merge remote-tracking branch 'origin/master' into add-source-spans
2016-10-11 10:45:22 -04:00
Rick Winfrey
d9660efdbe
Prevent double quoting for export statements
2016-10-07 16:42:47 -05:00
joshvera
c0a8483263
Merge remote-tracking branch 'origin/master' into add-source-spans
2016-10-07 11:28:57 -04:00
Rick Winfrey
3e23076ecc
Merge branch 'master' into import-export-syntax
2016-10-07 10:20:11 -05:00
Rick Winfrey
f01460d6c9
Export is Identifiable
2016-10-06 18:40:00 -05:00
Rick Winfrey
7b24a6ba22
Add Import and Export render cases
2016-10-06 18:21:59 -05:00
Rick Winfrey
f85ee8991a
Properly identify export identifiers from export expressions
2016-10-06 18:19:54 -05:00
joshvera
b9cf07f264
I guess DeriveAnyClass subsumes GeneralizedNewtypeDeriving
2016-10-06 18:36:49 -04:00
joshvera
4c219279b2
SourceSpans are one-indexed
2016-10-06 18:31:06 -04:00
Timothy Clem
da90b74044
New parsing of function params
2016-10-06 15:20:05 -07:00
joshvera
15cd4777e6
Add SourceSpans to customize ToJSON output for These SourceSpan SourceSpan
2016-10-06 17:55:54 -04:00
Rick Winfrey
7d8988ce21
Some exports have identifiers
2016-10-06 16:03:06 -05:00
Rick Winfrey
818daf1968
Make Import Syntax an identifier and a list
2016-10-06 15:47:29 -05:00
Rick Winfrey
3ca3d9f035
Add Diff Summary support for Export Syntax
2016-10-06 15:46:59 -05:00
Rick Winfrey
6199444e91
Handle Import Syntax Diff Summaries
2016-10-06 15:19:39 -05:00
Rick Winfrey
63ca53b828
Add Import Syntax
2016-10-06 15:19:11 -05:00
Rick Winfrey
e10b6f1144
Handle "import_statement" to JavaScript.hs
2016-10-06 15:19:01 -05:00
Rick Winfrey
9783aa4b30
Add Import / Export Categories
2016-10-06 15:18:09 -05:00
joshvera
0ead2d4be8
Change rangeToSourceSpan to start from 1 1
2016-10-06 15:16:44 -04:00
joshvera
39e3a01533
Fix up DiffSummarySpec ranges
2016-10-06 15:12:14 -04:00
Timothy Clem
3d7c8cf67d
Fix anonymous function parsing and summarizing
2016-10-06 12:05:10 -07:00
Timothy Clem
fde17ce24b
Parens are now included in arguments
2016-10-06 11:42:35 -07:00
Timothy Clem
fa2f13ab74
Update to latest tree-sitter and parsers
2016-10-06 11:07:40 -07:00
joshvera
ecf34e5d6e
Output source spans to JSON
2016-10-06 13:12:40 -04:00
Timothy Clem
068481b35b
Merge remote-tracking branch 'origin/master' into project-reorg
2016-10-06 08:45:04 -07:00
Timothy Clem
9a91bb0c88
Rename executable semantic-diff
2016-10-05 16:33:26 -07:00
Timothy Clem
6cbfa91475
Try out moving project around
2016-10-05 16:17:46 -07:00
joshvera
7121ec7fe0
more imports 🔪
2016-10-05 17:46:00 -04:00
joshvera
3def8b0954
Remove SourceSpan imports
2016-10-05 17:45:24 -04:00
joshvera
224aba6c1f
Expose SourceSpan/SourcePos from Info
2016-10-05 17:40:49 -04:00
joshvera
7ba5607cc8
Add source spans to terms
2016-10-05 17:27:45 -04:00
joshvera
904b0de8b1
Merge remote-tracking branch 'origin/master' into bump-tree-sitter-parsers
2016-10-05 12:53:59 -04:00
joshvera
5adf2f6954
Write annotatable in terms of pattern matching on Syntax and not Category
2016-10-05 12:31:07 -04:00
joshvera
4f41619c8e
Merge remote-tracking branch 'origin/master' into rws-large-diffs
2016-10-05 12:17:29 -04:00
Josh Vera
590fd0d295
Merge branch 'master' into annotate-nested-parent-contexts
2016-10-05 11:59:41 -04:00
joshvera
07b7b7598e
Rename prependSummary to appendSummary and update tests
2016-10-05 11:56:42 -04:00
joshvera
0fb363f59e
Append parent annotation
2016-10-05 11:55:41 -04:00
joshvera
3dcf54bd82
Tweak parentContexts function to output something like Replaced the 'arg4' identifier with the 'arg2' identifier in the console.log(arg2) method call of the 'child' function
2016-10-05 11:41:28 -04:00
joshvera
d7a96e0af7
Remove redundant brackets
2016-10-05 11:38:09 -04:00
joshvera
fbee0ac890
Use utf8 instead of utf8_bom
2016-10-04 15:32:29 -04:00