1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
Commit Graph

8836 Commits

Author SHA1 Message Date
Timothy Clem
6cbfa91475 Try out moving project around 2016-10-05 16:17:46 -07:00
Josh Vera
03c97ac5e7 Merge pull request #856 from github/write-to-output-format
Obey --output argument
2016-10-03 16:18:06 -04:00
Timothy Clem
c1aa35f586 Obey --output argument 2016-10-03 10:49:10 -07:00
Josh Vera
efe4130fbe Merge pull request #854 from github/remove-semantic-difftool
Remove semantic difftool
2016-10-03 12:10:59 -04:00
Timothy Clem
3f7bb0a3ff Update atom build package config 2016-09-30 16:08:19 -07:00
Josh Vera
fce9e0a71b Merge pull request #852 from github/09-30-2016-weekly
Add 2016-09-30 weekly notes
2016-09-30 17:45:24 -04:00
Josh Vera
1b6a7dc59a Merge branch 'master' into 09-30-2016-weekly 2016-09-30 17:38:01 -04:00
Josh Vera
9c9a0054e8 Merge pull request #841 from github/diff-with-no-index
Introduce --no-index switch to diff two files
2016-09-30 17:37:48 -04:00
Josh Vera
43ab2a644c Merge branch 'master' into diff-with-no-index 2016-09-30 17:35:20 -04:00
Josh Vera
670f721a97 Merge branch 'master' into 09-30-2016-weekly 2016-09-30 17:35:04 -04:00
Josh Vera
cef4a7c772 Merge pull request #853 from github/improve-string-identifier-summaries
Improve string identifier summaries
2016-09-30 17:34:50 -04:00
Timothy Clem
45a12c54f0 Fix testDiff in DiffSummarySpecs too 2016-09-30 14:15:02 -07:00
Timothy Clem
4f1a609bda Catch string identifiers and skip squoting 2016-09-30 14:09:30 -07:00
Timothy Clem
60e86181aa New DiffMode datatype instead of noIndex Bool 2016-09-30 13:52:31 -07:00
Rick Winfrey
46353c763f Add 2016-09-30 weekly notes 2016-09-30 15:14:17 -05:00
Josh Vera
5f9866f04d Merge branch 'master' into diff-with-no-index 2016-09-30 14:56:14 -04:00
Timothy Clem
e18da624da Whoops, remove my test files 2016-09-29 16:25:26 -07:00
Timothy Clem
d03a0c78f7 Better to have these as their own data records 2016-09-29 16:22:45 -07:00
Timothy Clem
fb8849ecae Refactor argument parsing 2016-09-29 15:56:39 -07:00
Timothy Clem
a269e6c28a Merge branch 'diff-with-no-index-args-parse' into diff-with-no-index 2016-09-29 14:12:13 -07:00
Timothy Clem
f93f67ebf7 Merge branch 'master' of https://github.com/github/semantic-diff into diff-with-no-index 2016-09-29 13:15:52 -07:00
Josh Vera
1c2eb9c687 Merge pull request #848 from github/named-functions
Disambiguate between named functions w/o params and anonymous functions with params
2016-09-29 11:45:11 -04:00
Timothy Clem
716a0a8f45 Disambiguate between named functions no params and anon functions with 2016-09-28 16:15:44 -07:00
Josh Vera
5a31d44a96 Merge pull request #842 from github/all-files
Compare all files for two commit shas when no specific file paths given
2016-09-28 15:17:07 -04:00
Josh Vera
118f2d0812 Merge branch 'master' into all-files 2016-09-28 15:05:24 -04:00
Josh Vera
f1fae662fe Merge pull request #837 from github/improve-anonymous-function-summaries
Improve anonymous function summaries
2016-09-28 15:05:09 -04:00
Josh Vera
d04067346e Merge branch 'master' into all-files 2016-09-28 15:02:10 -04:00
Josh Vera
a0cdf480d8 Merge branch 'master' into improve-anonymous-function-summaries 2016-09-28 15:01:38 -04:00
Josh Vera
b8443b2ef7 Merge pull request #845 from github/test-case-generator-docs
Add docs for options (-g)
2016-09-28 15:00:13 -04:00
Josh Vera
ff5c8874ed Merge branch 'master' into all-files 2016-09-28 14:59:53 -04:00
Josh Vera
46a9766d28 Merge branch 'master' into test-case-generator-docs 2016-09-28 14:49:12 -04:00
Josh Vera
9fa777dea0 Merge branch 'master' into improve-anonymous-function-summaries 2016-09-28 14:48:25 -04:00
Josh Vera
390f8552fe Merge pull request #844 from github/term-to-diff-info
Allow LeafInfo cases to fall through
2016-09-28 14:46:35 -04:00
Timothy Clem
edacadaafd Params before the word 'function' 2016-09-28 08:23:46 -07:00
Rick Winfrey
0aff617d07 🔥 comment -- context is no longer present 2016-09-28 08:50:44 -05:00
Rick Winfrey
8e67113507 🔥 MathAssignment termToDiffInfo case 2016-09-28 08:49:34 -05:00
Rick Winfrey
4dca35677c 🔥 Assignment termToDiffInfo case 2016-09-28 08:49:19 -05:00
Rick Winfrey
a227651831 🔥 Function termToDiffInfo case 2016-09-28 08:49:07 -05:00
Rick Winfrey
311f3a4223 🔥 Ternary termToDiffInfo case 2016-09-28 08:48:55 -05:00
Rick Winfrey
e19367e36b 🔥 AnonymousFunction termToDiffInfo case 2016-09-28 08:44:56 -05:00
Rick Winfrey
cc59a9e05c 🔥 unnecessary case condition 2016-09-28 08:43:27 -05:00
Timothy Clem
b8ad29fbca Custom argument parsing for sha ranges and file paths 2016-09-27 14:56:29 -07:00
Timothy Clem
bbc6f06185 Cleanup use of qualified Prelude 2016-09-27 12:59:01 -07:00
Timothy Clem
d175993a3f Use FilePath type 2016-09-27 12:58:45 -07:00
Josh Vera
8502663eac Merge branch 'master' into all-files 2016-09-27 10:49:12 -04:00
Josh Vera
388ca5f71b Merge branch 'master' into improve-anonymous-function-summaries 2016-09-27 10:48:03 -04:00
Josh Vera
7d764654fc Merge pull request #843 from github/free-applicative-algorithms
Free applicative Algorithms
2016-09-27 09:52:49 -04:00
Rob Rix
e6fa5c6f29 Merge branch 'master' into free-applicative-algorithms 2016-09-27 06:28:53 -04:00
Timothy Clem
23d733a0e3 Merge branch 'master' into all-files 2016-09-26 14:56:30 -07:00
Timothy Clem
4d6499c5d6 Go with concise phrasing 2016-09-26 14:46:40 -07:00