[PATCH] D54341: Speed up git-llvm script by only svn up'ing affected directories.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 16 15:50:20 PST 2018
This fails with this on Python 3.7:
Pushing 1 commit:
71b82b6e1cb Add missing triple from llvm-mc command line.
Traceback (most recent call last):
File "D:\src\llvm-mono\llvm\utils\git-svn\git-llvm", line 418, in <module>
args.func(args)
File "D:\src\llvm-mono\llvm\utils\git-svn\git-llvm", line 373, in cmd_push
svn_push_one_rev(svn_root, r, dry_run)
File "D:\src\llvm-mono\llvm\utils\git-svn\git-llvm", line 290, in
svn_push_one_rev
for sr, files in subrepo_files.iteritems():
AttributeError: 'collections.defaultdict' object has no attribute
'iteritems'
So at the moment I'm blocked from pushing commits :D
Any chance you could take a look?
On Fri, Nov 16, 2018 at 2:39 PM James Y Knight via Phabricator <
reviews at reviews.llvm.org> wrote:
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL347103: Speed up git-llvm script by only svn
> up'ing affected directories. (authored by jyknight, committed by ).
>
> Changed prior to commit:
> https://reviews.llvm.org/D54341?vs=173404&id=174455#toc
>
> Repository:
> rL LLVM
>
> https://reviews.llvm.org/D54341
>
> Files:
> llvm/trunk/utils/git-svn/git-llvm
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181116/0e330cd2/attachment.html>
More information about the llvm-commits
mailing list