search for: arcconfig

Displaying 16 results from an estimated 16 matches for "arcconfig".

Did you mean: archconfig
2017 Nov 27
2
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
...y, and I might just not have comprehended this correctly. But does your example actually work? I didn't see any email about D40312 on llvm-commits, shouldn't there have been one? Also, how would arcanist pick up two callsigns here? Wouldn't it just pick the from the closest surrounding .arcconfig? tl;dr: https://reviews.llvm.org/D40312 (which was sent out on top of D40179 > to emulate what happens with a monorepo after my proposal lands). > > Steps I took (starting with https://llvm.org/docs/Get > tingStarted.html#for-developers-to-work-with-a-git-monorepo): > > === &gt...
2017 Nov 27
2
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
Forgot to mention: > Also, how would arcanist pick up two callsigns here? Wouldn't it just pick the from the closest surrounding .arcconfig? The review request will belong to a single repository, as you noticed (from the closest .arcconfig to where the arc command was invoked). However, when commits land, they will be imported under either one (rL for LLVM diffs) or two (rL + rC for e.g. Clang diffs) repositories. Ben On Mon, Nov 2...
2018 Jan 10
0
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
It seems like this has already been set up for all the projects except for libunwind. Can we create a Differential repository for it as well? I'll be happy to update its .arcconfig once that's done. On Mon, Nov 27, 2017 at 9:02 AM Ben Hamilton via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Forgot to mention: > > > > Also, how would arcanist pick up two callsigns here? Wouldn't it just > pick the from the closest surrounding .arcconfig? &...
2017 Nov 22
2
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
...my proposal lands). > > Steps I took (starting with > https://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo > ): > > === > % git clone https://github.com/llvm-project/llvm-project-20170507/ > llvm-project > % cd llvm-project > % cp llvm/.arcconfig . > % mkdir -p .git/info > % echo .arcconfig >> .git/info/exclude > # Manually apply D40179 into the clang-tools-extra directory > % arc export --revision D40179 --git | patch -d clang-tools-extra -p1 > patching file .arcconfig > % git diff > diff --git a/clang-tools-extr...
2017 Nov 23
2
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
...gt;> https://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo >>> ): >>> >>> === >>> % git clone https://github.com/llvm-project/llvm-project-20170507/ >>> llvm-project >>> % cd llvm-project >>> % cp llvm/.arcconfig . >>> % mkdir -p .git/info >>> % echo .arcconfig >> .git/info/exclude >>> # Manually apply D40179 into the clang-tools-extra directory >>> % arc export --revision D40179 --git | patch -d clang-tools-extra -p1 >>> patching file .arcconfig >>&g...
2014 Apr 06
2
[LLVMdev] [cfe-dev] Code reviews now at http://reviews.llvm.org
Files '.arcconfig' still contain reference to http://llvm-reviews.chandlerc.com/, so arcanist doesn't work. Thanks, --Serge 2014-04-06 3:11 GMT+07:00 Manuel Klimek <klimek at google.com>: > On Sat, Apr 5, 2014 at 8:42 PM, Manuel Klimek <klimek at google.com> wrote: > >> Short upda...
2018 Jan 10
1
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
On 10 January 2018 at 21:06, Petr Hosek via llvm-dev <llvm-dev at lists.llvm.org> wrote: > It seems like this has already been set up for all the projects except for > libunwind. Can we create a Differential repository for it as well? I'll be > happy to update its .arcconfig once that's done. Additionally, it might be worth considering if this change means the guidance should be updated in the docs - they currently recommend leaving the repository field blank http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface Best, Alex
2016 Jul 20
2
PSA: LLVM parallel-libs subproject is set up
...ecutor parallel runtime library, possibly the OpenMP target runtime libraries, and other libraries devoted to handling parallelism in LLVM (see the README currently checked into the parallel-libs base directory for the project charter). The parallel-libs subproject now has a working git mirror and arcconfig file, so most development workflows should be supported. The mailing lists are: parallel_libs-commits at lists.llvm.org parallel_libs-dev at lists.llvm.org and all future discussions on the subproject will take place there. In particular, checking in of the StreamExecutor source code will be beg...
2016 Jul 14
2
Enabled HTTPS for reviews.llvm.org (Arcanist certificate reinstallation required)
Thanks for the catch Dead! I'll send out patches to update .arcconfig files to use https. On Thu, Jul 14, 2016 at 3:22 PM Dean Michael Berris <dberris at google.com> wrote: > Thanks Eric, > > If you're like me who started doing this and found some weird errors, you > may have to do the following instead: > > $ arc install-certificate h...
2016 Feb 27
1
Possible mitigation for forgetting phabricator subcriptions for {llvm, cfe}-commits?
Does phabricator have a way of changing the default commit message template through the per-repo .arcconfig? Making the default template include the appropriate mailing list automatically might go a long way to mitigating our problems. It doesn't help when uploading through the web UI though. -- Sean Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://li...
2019 Apr 26
2
How to submit a change for code review using arc
...ith Phabriactor[1], Arcanist Quick Start[2] and Arcanist User Guide arc diff[3]. But I'm unable to setup reviewers my editor pops up and there is a "Reviewers:" line and but I'm unable email addresses directly. It seems it wants reviewers passed on the command line or some how in .arcconfig. But I haven't been able to find any documentation on how to setup reviewers so I've guessed you can add it to .git/arc/config: What I've got now is my .git/arc/config is: { "editor": "vim", "reviewers": { "peterc": "peter at pcc.m...
2018 Jan 23
0
Phabricator subscribes non-clang projects to llvm-commit, but the commit hook still uses cfe-commits
I have been noticing odd behavior like that. I think it started with the auto-subscribe behavior when you specify a repository? --paulr From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Don Hinton via llvm-dev Sent: Monday, January 22, 2018 3:04 PM To: LLVM Development List Subject: [llvm-dev] Phabricator subscribes non-clang projects to llvm-commit, but the commit hook
2018 Jan 22
2
Phabricator subscribes non-clang projects to llvm-commit, but the commit hook still uses cfe-commits
This seems to happen for several projects including libcxx, libcxxabi, and libunwind. Shouldn't herald and the commit hooks do the same thing? Here's a link to the rule herald is using: https://reviews.llvm.org/H270 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Jul 14
2
Enabled HTTPS for reviews.llvm.org (Arcanist certificate reinstallation required)
Hi all, We upgraded phabricator to use HTTPS by default. All HTTP traffic will now be redirected to HTTPS. Arcanist users: Please run: $ *arc install-certificate* to re-install the certificate. Thanks, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160714/efc26c7f/attachment.html>
2014 Apr 05
2
[LLVMdev] Code reviews now at http://reviews.llvm.org
Short update - the sending to the *-commits lists doesn't work yet - I'm currently working on fixing that (basically getting reviews at reviews.llvm.orgsubscribed to the list) On Sat, Apr 5, 2014 at 8:37 PM, Renato Golin <renato.golin at linaro.org>wrote: > Nice work! It's a lot faster now, thanks! > > --renato > > PS: I'm not really bothered with a redirect
2015 Dec 28
5
Phabricator/Arcanist feedback
...open_basedir restriction in effect. File() is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in /home/dan/dev/libphutil/scripts/__init_script__.php on line 52 [2015-12-27 14:01:02] ERROR 2: file_exists(): open_basedir restriction in effect. File(/etc/arcconfig) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) at [/home/dan/dev/libphutil/src/filesystem/Filesystem.php:923] arcanist(head=master, ref.master=b3e68c9f1793), phutil(head=master, ref.master=14765d36f83a) #0 file_exists(string) called at [<phut...