mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
No description
254f606e89
Summary: This makes symbol cross-references work in Differential. You need to do a little legwork but I'll document that once the change has baked for a little while. Basically: - Projects are annotated with indexed languages, and "shared library" projects (for example, symbols in Phabricator should be searched for in Arcanist and libphutil). - When we render a changeset, we check if its language is an indexed one. If it is, we invoke the decorator Javascript. - The Javascript takes you to a lookup page, which either gives you a list of matching symbols (if several match) or redirects you instantly to the definition. Test Plan: Clicked class and function symbols in a diff, got jumped into sensible sorts of places in Diffusion. Reviewers: jungejason, nh, tuomaspelkonen, aran Reviewed By: jungejason CC: aran, jungejason Differential Revision: 980 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support/aphlict | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG | ||
README |
Phabricator is a open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. This is an early release. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted. http://www.apache.org/licenses/LICENSE-2.0