1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00
Parsing, analyzing, and comparing source code across many languages
Go to file
Rick Winfrey 5cc26fcc34 Remove BranchInfo for If Syntaxes
Although this allowed us to report a list of summary statements for
each if / else-if condition, we don’t append parent contexts to
Patches. Because we lose that parent context, it makes replacement
summary statements devoid of context. Taking a step back, @joshvera and
I decided to leave if summary statements as they are now, but revisit
this when we explore rollups. Although diff summary statements do not
include else-if clauses now in Syntax If accurately. So we have the
info, but as it stands, a long list of summary statements for each
else-if clause we determined to be less helpful, but will set us up for
success when we add rollups.
2016-10-13 16:42:49 -05:00
app Merge remote-tracking branch 'origin/master' into add-source-spans 2016-10-11 13:03:43 -04:00
bench Try out moving project around 2016-10-05 16:17:46 -07:00
bin Keep a bin directory around for deployments 2016-02-02 13:50:07 -06:00
src Remove BranchInfo for If Syntaxes 2016-10-13 16:42:49 -05:00
test ++javascript tests 2016-10-12 14:59:58 -05:00
UI Ignore .html files in UI. 2016-05-27 15:26:53 -04:00
vendor Bump to tree-sitter-parsers merge commit 2016-10-06 13:09:40 -07:00
weekly Notes from weekly 2016-10-07 12:37:31 -07:00
.atom-build.yml Only one thing to build now 2016-10-05 17:16:08 -07:00
.gitattributes Mark the test repos as vendored. 2016-05-03 13:49:40 -04:00
.gitignore Merge pull request #416 from github/upload-to-s3 2016-02-18 11:06:23 -06:00
.gitmodules Merge remote-tracking branch 'origin/master' into project-reorg 2016-10-06 08:45:04 -07:00
HLint.hs Merge branch 'master' into syntax-redux 2016-07-12 17:03:35 -05:00
ROADMAP.md Update references to semantic-git-diff in docs 2016-10-05 17:31:55 -07:00
semantic-diff.cabal Alphabetize while we're at it 2016-10-06 09:03:06 -07:00
Setup.hs Only prepend the relative paths inside the source dir if it exists. 2016-02-29 09:43:10 -05:00