On Thu, Dec 11, 2014 at 1:29 AM, Manuel Klimek <klimek at google.com> wrote:> On Thu Dec 11 2014 at 2:16:00 AM Alexey Samsonov <vonosmas at gmail.com> > wrote: > >> On Wed, Dec 10, 2014 at 2:38 PM, Jonathan Roelofs < >> jonathan at codesourcery.com> wrote: >> >>> I think the send-email part of phab has yet to come back up. >>> >> >> Yes, restarting it would be very helpful. >> > > There was a bug due to a merge-conflict (yay, untyped php code). > Please let me know if you see any further problems. > Thanks & sorry for the inconvenience ... >Thanks for the fix! Looks like now, when Phabricator copies a diff into an email, it inserts extra empty line between every two consecutive diff lines. Could it be caused by a recent change?> Cheers, > /Manuel > > >> >> >>> >>> >>> Cheers, >>> >>> Jon >>> >>> >>> On 12/10/14 1:59 PM, Manuel Klimek wrote: >>> >>>> Phab is back up - it's still a little slow (the mysql database we use is >>>> doing some cleanups). >>>> >>>> On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> >>>> wrote: >>>> >>>> And i was thinking something wrong with my proxy configuration :P >>>>> >>>>> On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> >>>>> wrote: >>>>> >>>>> Heya, >>>>>> >>>>>> if you wonder why phabricator is down - it's an upgrade that is >>>>>> running a >>>>>> database update that takes a while (probably 3-5 more hours). I'll >>>>>> update >>>>>> this thread once it's finished and phab is up again. >>>>>> >>>>>> Cheers, >>>>>> /Manuel >>>>>> >>>>>> _______________________________________________ >>>>>> LLVM Developers mailing list >>>>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>>>>> >>>>>> >>>>>> >>>>> >>>>> -- >>>>> With regards, >>>>> Suyog Sarda >>>>> >>>>> >>>> >>>> >>>> _______________________________________________ >>>> cfe-dev mailing list >>>> cfe-dev at cs.uiuc.edu >>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev >>>> >>>> >>> -- >>> Jon Roelofs >>> jonathan at codesourcery.com >>> CodeSourcery / Mentor Embedded >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >> >> >> >> -- >> Alexey Samsonov >> vonosmas at gmail.com >> >-- Alexey Samsonov vonosmas at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141211/e1af64bd/attachment.html>
What I'm seeing is that Phabricator emails double-space *everything* (not just the diffs). --paulr From: cfe-dev-bounces at cs.uiuc.edu [mailto:cfe-dev-bounces at cs.uiuc.edu] On Behalf Of Alexey Samsonov Sent: Thursday, December 11, 2014 10:03 AM To: Manuel Klimek Cc: clang-dev Developers; llvmdev at cs.uiuc.edu Subject: Re: [cfe-dev] [LLVMdev] Phabricator update On Thu, Dec 11, 2014 at 1:29 AM, Manuel Klimek <klimek at google.com<mailto:klimek at google.com>> wrote: On Thu Dec 11 2014 at 2:16:00 AM Alexey Samsonov <vonosmas at gmail.com<mailto:vonosmas at gmail.com>> wrote: On Wed, Dec 10, 2014 at 2:38 PM, Jonathan Roelofs <jonathan at codesourcery.com<mailto:jonathan at codesourcery.com>> wrote: I think the send-email part of phab has yet to come back up. Yes, restarting it would be very helpful. There was a bug due to a merge-conflict (yay, untyped php code). Please let me know if you see any further problems. Thanks & sorry for the inconvenience ... Thanks for the fix! Looks like now, when Phabricator copies a diff into an email, it inserts extra empty line between every two consecutive diff lines. Could it be caused by a recent change? Cheers, /Manuel Cheers, Jon On 12/10/14 1:59 PM, Manuel Klimek wrote: Phab is back up - it's still a little slow (the mysql database we use is doing some cleanups). On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com<mailto:sardask01 at gmail.com>> wrote: And i was thinking something wrong with my proxy configuration :P On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com<mailto:klimek at google.com>> wrote: Heya, if you wonder why phabricator is down - it's an upgrade that is running a database update that takes a while (probably 3-5 more hours). I'll update this thread once it's finished and phab is up again. Cheers, /Manuel _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu<mailto:LLVMdev at cs.uiuc.edu> http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -- With regards, Suyog Sarda _______________________________________________ cfe-dev mailing list cfe-dev at cs.uiuc.edu<mailto:cfe-dev at cs.uiuc.edu> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev -- Jon Roelofs jonathan at codesourcery.com<mailto:jonathan at codesourcery.com> CodeSourcery / Mentor Embedded _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu<mailto:LLVMdev at cs.uiuc.edu> http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -- Alexey Samsonov vonosmas at gmail.com<mailto:vonosmas at gmail.com> -- Alexey Samsonov vonosmas at gmail.com<mailto:vonosmas at gmail.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141211/2523140d/attachment.html>
Heya, I'll look into it first thing tomorrow - probably a problem with the encoding settings. On Thu Dec 11 2014 at 9:17:40 PM Robinson, Paul < Paul_Robinson at playstation.sony.com> wrote:> What I'm seeing is that Phabricator emails double-space *everything* > (not just the diffs). > > --paulr > > > > *From:* cfe-dev-bounces at cs.uiuc.edu [mailto:cfe-dev-bounces at cs.uiuc.edu] *On > Behalf Of *Alexey Samsonov > *Sent:* Thursday, December 11, 2014 10:03 AM > *To:* Manuel Klimek > *Cc:* clang-dev Developers; llvmdev at cs.uiuc.edu > *Subject:* Re: [cfe-dev] [LLVMdev] Phabricator update > > > > On Thu, Dec 11, 2014 at 1:29 AM, Manuel Klimek <klimek at google.com> wrote: > > On Thu Dec 11 2014 at 2:16:00 AM Alexey Samsonov <vonosmas at gmail.com> > wrote: > > On Wed, Dec 10, 2014 at 2:38 PM, Jonathan Roelofs < > jonathan at codesourcery.com> wrote: > > I think the send-email part of phab has yet to come back up. > > > > Yes, restarting it would be very helpful. > > > > There was a bug due to a merge-conflict (yay, untyped php code). > > Please let me know if you see any further problems. > > Thanks & sorry for the inconvenience ... > > > > Thanks for the fix! > > Looks like now, when Phabricator copies a diff into an email, it inserts > extra empty line between every two consecutive diff lines. > > Could it be caused by a recent change? > > > > > > Cheers, > > /Manuel > > > > > > > > Cheers, > > Jon > > > > On 12/10/14 1:59 PM, Manuel Klimek wrote: > > Phab is back up - it's still a little slow (the mysql database we use is > doing some cleanups). > > On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> wrote: > > And i was thinking something wrong with my proxy configuration :P > > On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> wrote: > > Heya, > > if you wonder why phabricator is down - it's an upgrade that is running a > database update that takes a while (probably 3-5 more hours). I'll update > this thread once it's finished and phab is up again. > > Cheers, > /Manuel > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > -- > With regards, > Suyog Sarda > > > > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev > > > -- > Jon Roelofs > jonathan at codesourcery.com > CodeSourcery / Mentor Embedded > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > > -- > > Alexey Samsonov > vonosmas at gmail.com > > > > > > -- > > Alexey Samsonov > vonosmas at gmail.com >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141211/a75ee6f9/attachment.html>
Can you point me at an example? I've spot checked stuff and cannot see anything out of the ordinary... Thanks, /Manuel On Thu Dec 11 2014 at 9:17:40 PM Robinson, Paul < Paul_Robinson at playstation.sony.com> wrote:> What I'm seeing is that Phabricator emails double-space *everything* > (not just the diffs). > > --paulr > > > > *From:* cfe-dev-bounces at cs.uiuc.edu [mailto:cfe-dev-bounces at cs.uiuc.edu] *On > Behalf Of *Alexey Samsonov > *Sent:* Thursday, December 11, 2014 10:03 AM > *To:* Manuel Klimek > *Cc:* clang-dev Developers; llvmdev at cs.uiuc.edu > *Subject:* Re: [cfe-dev] [LLVMdev] Phabricator update > > > > On Thu, Dec 11, 2014 at 1:29 AM, Manuel Klimek <klimek at google.com> wrote: > > On Thu Dec 11 2014 at 2:16:00 AM Alexey Samsonov <vonosmas at gmail.com> > wrote: > > On Wed, Dec 10, 2014 at 2:38 PM, Jonathan Roelofs < > jonathan at codesourcery.com> wrote: > > I think the send-email part of phab has yet to come back up. > > > > Yes, restarting it would be very helpful. > > > > There was a bug due to a merge-conflict (yay, untyped php code). > > Please let me know if you see any further problems. > > Thanks & sorry for the inconvenience ... > > > > Thanks for the fix! > > Looks like now, when Phabricator copies a diff into an email, it inserts > extra empty line between every two consecutive diff lines. > > Could it be caused by a recent change? > > > > > > Cheers, > > /Manuel > > > > > > > > Cheers, > > Jon > > > > On 12/10/14 1:59 PM, Manuel Klimek wrote: > > Phab is back up - it's still a little slow (the mysql database we use is > doing some cleanups). > > On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> wrote: > > And i was thinking something wrong with my proxy configuration :P > > On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> wrote: > > Heya, > > if you wonder why phabricator is down - it's an upgrade that is running a > database update that takes a while (probably 3-5 more hours). I'll update > this thread once it's finished and phab is up again. > > Cheers, > /Manuel > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > -- > With regards, > Suyog Sarda > > > > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev > > > -- > Jon Roelofs > jonathan at codesourcery.com > CodeSourcery / Mentor Embedded > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > > -- > > Alexey Samsonov > vonosmas at gmail.com > > > > > > -- > > Alexey Samsonov > vonosmas at gmail.com >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141212/5ef50f00/attachment.html>