mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 06:20:56 +01:00
No description
abf96dbd59
Summary: This diff changes the way Lisk should be used for custom setters and getters, changing it from having subclasses of Lisk implement their custom setter or getter to having them override the readField and writeField methods (which get called by the getters and setters). This diff also has a configurable option to throw an exception if a subclass of Lisk implements a custom setter or getter. Test Plan: Without the config set to throw, tested in sandbox by browsing differential and playing with the differential typeahead. With the config set to throw, tried to load a phabricator page and saw in the error log an exception thrown by Lisk because of custom getters in PhabricatorUser. Reviewers: epriestley Reviewed By: epriestley CC: aran, jungejason, epriestley Differential Revision: 974 |
||
---|---|---|
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