Now has a solution to this problem?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 17 2014
Sep 9 2014
Sep 3 2014
Aug 15 2014
I am also appeared the question,after when I upgrade the phabricator server.Is there a solution now?
Aug 14 2014
my system is Ubuntu
Aug 13 2014
I found that not all are commit is importing state, the commit to display importing status will appear garbled
I have already solved the problem of the above, but still show “commit is importing....”
Aug 11 2014
Jul 24 2014
arc diff -F file
can be defined the format of the "file" as a similar format as shown above
I want to place the "summary" and "test plan"
Jul 21 2014
The phabrcator server have our using data for one year
Is there a way to put phabricator returned to normal?
Jul 16 2014
Apr 3 2014
Every time i can submit a number of files less and less
Feb 19 2014
Dec 25 2013
Dec 24 2013
johnson@2013-20131118DI /e/test4jenkins
$ arc lint --engine ExampleLintEngine --lintall pppp.py
Exception
Some linters failed:
- ArcanistPyLintLinter: ArcanistUsageException: PyLint does not appear to be installed on this system. Install it (e.g., with 'sudo easy_install pylint') or configure 'lint.pylint.prefix' in your .arcconfig to point to the directory whe
re it resides.
(Run with --trace for a full exception trace.)
Dec 14 2013
Welcome to Git (version 1.8.3-preview20130601)
error:
I have removed phutil_libraries key,but it is also tips::"Failed to load phutil library at location '/d/install/arcanist/libphutil/src'",when I run "arc lint" commad.
I am a novice, I just want to add the most simple Linter function for my project , can you help me achieve this function?Thank you very much!
Now I have implemented the "arc diff" to review the function of the code.
Dec 13 2013
this my .arcconfig content:
{
"project_id" : "test0719",
"conduit_uri" : "http://172.16.0.207/",
"lint.engine" : "CppLintEngine",
"phutil_libraries" : {
"library_a" : "/d/install/arcanist/libphutil/src",
"library_b" : "libcustom"
},
"load" : ["libcustom/"]
}