Anton Korobeynikov via llvm-dev
2017-Jun-25 19:32 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Thanks, fixed. On Sun, Jun 25, 2017 at 10:28 PM, Davide Italiano via llvm-dev <llvm-dev at lists.llvm.org> wrote:> On Sat, Jun 24, 2017 at 4:02 PM, Tanya Lattner via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> LLVMers, >> >> We have completed the move to the new server for LLVM.org. One casualty of >> this move was that svn.llvm.org was NOT enabled at this time. >> >> There is a new certificate for LLVM.org and HTTPS is enabled for the >> website. We know of a few issues with some of the webpages but will be >> working them out over the next few days. >> >> Please do not hesitate to contact llvm-admin at lists.llvm.org with any issues >> you find. With a large change like this, we expect to have a few bumps and >> appreciate your patience. >> >> A huge thank you to Anton and Mike for all their hard work! >> >> Thanks, >> Tanya >> >> > > Unsure whether this is a side effect of the migration or something > planned, but `llvm.org/bugs` stopped to work. > I'm fairly confident this worked before , and there are a few links in > llvm/lib that are now broken: > > [davide at cupiditate lib]$ grep -R 'llvm.org\/bugs' * > Analysis/ValueTracking.cpp: // https://llvm.org/bugs/show_bug.cgi?id=31702. > Analysis/ValueTracking.cpp: // https://llvm.org/bugs/show_bug.cgi?id=31702. > Support/RandomNumberGenerator.cpp:// http://llvm.org/bugs/show_bug.cgi?id=19665 > Target/AVR/README.md:* [Unresolved > bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466) > Transforms/Utils/SimplifyCFG.cpp: // the line - see > https://llvm.org/bugs/show_bug.cgi?id=30244. > Transforms/Utils/SimplifyCFG.cpp: // > https://llvm.org/bugs/show_bug.cgi?id=30188 > Transforms/IPO/LowerTypeTests.cpp: // Disabled on win32 due to > https://llvm.org/bugs/show_bug.cgi?id=28641#c3. > Transforms/Instrumentation/AddressSanitizer.cpp:// but due to > http://llvm.org/bugs/show_bug.cgi?id=12652 we temporary > > I'm not particularly worried about these, as they can be fixed, but > probably the web is full of references to bugzilla with the old > address so it would be nice if llvm.org/bugs will automatically > redirect to bugs.llvm.org, if possible. > > -- > Davide > > "There are no solved problems; there are only problems that are more > or less solved" -- Henri Poincare > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- With best regards, Anton Korobeynikov Department of Statistical Modelling, Saint Petersburg State University
Davide Italiano via llvm-dev
2017-Jun-25 22:15 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
On Sun, Jun 25, 2017 at 12:32 PM, Anton Korobeynikov <anton at korobeynikov.info> wrote:> Thanks, fixed. >Also, FWIW, phabricator commit mails are broken. Example: davide committed rL306255: [MemDep] Cleanup return after else & use `auto`. NFC.. [MemDep] Cleanup return after else & use `auto`. NFC. Files: /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp PATCH Unable to generate patch: Command failed with error #1! COMMAND svn --non-interactive --no-auth-cache --trust-server-cert --username '********' --password '********' diff --diff-cmd '/srv/http/arcanist/src/../scripts/repository/binary_safe_diff.sh' -x -U3 -r 306254:306255 'http://llvm.org/svn/llvm-project' STDOUT (empty) STDERR svn: access to '/svn/llvm-project/!svn/vcc/default' forbidden Users: davide (Author) Thanks, -- Davide
Chandler Carruth via llvm-dev
2017-Jun-25 22:39 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Adding +Eric Liu <ioeric at google.com> who helps with Phabricator.... On Sun, Jun 25, 2017 at 3:15 PM Davide Italiano via llvm-dev < llvm-dev at lists.llvm.org> wrote:> On Sun, Jun 25, 2017 at 12:32 PM, Anton Korobeynikov > <anton at korobeynikov.info> wrote: > > Thanks, fixed. > > > > Also, FWIW, phabricator commit mails are broken. Example: > > davide committed rL306255: [MemDep] Cleanup return after else & use > `auto`. NFC.. > > [MemDep] Cleanup return after else & use `auto`. NFC. > > > Files: > /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp > > PATCH > > Unable to generate patch: Command failed with error #1! > COMMAND > svn --non-interactive --no-auth-cache --trust-server-cert --username > '********' --password '********' diff --diff-cmd > '/srv/http/arcanist/src/../scripts/repository/binary_safe_diff.sh' -x > -U3 -r 306254:306255 'http://llvm.org/svn/llvm-project' > > STDOUT > (empty) > > STDERR > svn: access to '/svn/llvm-project/!svn/vcc/default' forbidden > > Users: > davide (Author) > > > Thanks, > > -- > Davide > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170625/fa961c4a/attachment.html>