#instantbird log on 12 27 2013

All times are UTC.

00:02:31 <Xvost> Thank you!
00:02:40 <-- Xvost has left #instantbird ()
00:26:21 <-- Mic3 has quit (Quit: Mic3)
00:38:57 --> Mook has joined #instantbird
01:07:59 <-- hadi has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
01:13:42 <-- qlum has quit (Quit: Getting the <censored> out.)
01:21:09 <-- wnayes has quit (Ping timeout)
01:23:05 --> wnayes has joined #instantbird
02:02:46 --> BWMerlin has joined #instantbird
02:51:06 <-- Mook has quit (Quit: Mook)
03:22:35 <-- wnayes has quit (Quit: wnayes)
04:03:56 <instant-buildbot> build #1062 of linux-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1062
04:13:04 <-- swills has quit (Quit: Coyote finally caught me)
05:14:39 --> swills has joined #instantbird
05:31:24 <-- mconley has quit (Connection reset by peer)
05:31:26 --> mconley_ has joined #instantbird
05:43:05 <-- mconley_ has quit (Input/output error)
05:53:02 --> FireFly_TB has joined #instantbird
06:43:55 <-- mrphs has quit (Client exited)
06:44:00 --> mrphs has joined #instantbird
06:55:17 --> EionRobb has joined #instantbird
07:22:22 <-- FireFly_TB has quit (Ping timeout)
07:51:47 --> mikk_s has joined #instantbird
07:58:01 <instant-buildbot> build #1212 of win32-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/win32-nightly-default/builds/1212
08:31:26 --> flo-retina has joined #instantbird
08:31:26 * ChanServ sets mode +qo flo-retina flo-retina 
08:31:31 <-- flo-retina has quit (Input/output error)
08:31:34 --> flo-retina has joined #instantbird
08:31:34 * ChanServ sets mode +qo flo-retina flo-retina 
09:27:24 <-- mikk_s has left #instantbird ()
09:54:55 <-- EionRobb has quit (Quit: Leaving.)
09:56:01 --> EionRobb has joined #instantbird
09:56:10 <-- EionRobb has quit (Connection reset by peer)
10:51:36 <-- GeekShadow has quit (Ping timeout)
10:51:38 --> GeekShadow has joined #instantbird
10:52:56 --> Mic has joined #instantbird
10:53:09 * Mic is now known as Mic-Linux
10:56:53 <Mic-Linux> Hi!
10:57:18 <Mic-Linux> Can I always do tier_app-builds when I only change Instantbird code?
10:57:44 <flo-retina> yes
10:57:59 <flo-retina> make -C objdir tier_app
10:58:03 <flo-retina> or make -C objdir ib
10:58:10 <flo-retina> (if you prefer less typing ;))
10:59:10 <Mic-Linux> Yes, that's documented on the wiki already.
10:59:44 <Mic-Linux> Well for pymake atleast but it wasn't hard to figure out how to do it with the normal make too ;)
10:59:59 --> hadi has joined #instantbird
11:00:26 <Mic-Linux> When do I need to do full builds?
11:00:59 <flo-retina> if you change the mozconfig
11:01:04 <flo-retina> or if you update mozilla/
11:01:22 <Mic-Linux> OK :)
11:02:08 <flo-retina> and when you are so confused about why stuff is broken that just rm -rf'ing the objdir and starting from scratch is faster than figuring out the details of the current brokeness
11:02:36 <flo-retina> (unlikely to happen if you don't tinker with Makefiles though)
11:16:51 <-- Even has quit (Input/output error)
11:18:30 <flo-retina> even after a (short) night of sleep, I'm still puzzled about how to interpret the error log from yesterday :-S
11:19:45 <-- gerard-majax__ has quit (Connection reset by peer)
11:19:50 --> gerard-majax_ has joined #instantbird
11:29:54 * flo-retina has figured out the reason for the "405 - Method POST not implemented for https://api-dev.bugzilla.mozilla.org/test/latest/bug/one_bug"
11:30:07 <flo-retina> it happens when we attempt to add an attachment to a bug we failed to file.
11:39:03 --> mikk_s has joined #instantbird
11:39:41 <flo-retina> http://pastebin.instantbird.com/503082 any idea ?
11:42:59 <-- mikk_s has quit (Client exited)
11:45:25 --> mikk_s has joined #instantbird
11:48:18 <Mic-Linux> Problem is that the check script only counts 98 lines while the bugmap file has 28437 lines?
11:48:55 <flo-retina> yes
11:48:57 <flo-retina> and there's no error
11:49:19 <Mic-Linux> Maybe there's an empty line in it?
11:49:35 <flo-retina> that wouldn't break
11:49:39 <-- mikk_s has left #instantbird ()
11:49:52 <flo-retina> I looked at the file with cat -ne, and there's nothing strange around that specific line
11:50:30 --> qlum has joined #instantbird
11:54:07 <Mic-Linux> Does the number change accordingly if you move that line up or down in the file?
11:54:57 <flo-retina> yes
11:55:21 <Mic-Linux> Print out what readline as read in and see if it's what you expect?
11:55:25 <Mic-Linux> *has
11:56:06 <flo-retina> data contains "" :-S
11:56:45 <flo-retina> hmm... I wonder if we have empty lines in there :)
11:58:03 <flo-retina> that line is definitely not empty in the input file though :(
12:01:05 <flo-retina> I think I know what the problem is
12:01:27 <flo-retina> if I remove one character from the last line read correctly (_any_ character), then the whole file is read correctly
12:02:00 <flo-retina> I think the problem is that if the buffer is exactly filled and the last character is \n, some code gets confused and assumes End Of File
12:02:01 <-- hadi has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
12:02:06 --> hadi has joined #instantbird
12:14:31 --> GeKo has joined #instantbird
12:22:29 <flo-retina> hmm, now if I count the readline calls I have to do to reach the end of the file, I have 36348
12:22:41 <flo-retina> bug wc -l still finds only 28437 lines
12:23:01 <flo-retina> uh, I'm an idiot
12:23:14 <flo-retina> I forgot to apply my own patch and recompile the shell after switching from my linux box to the mac :(
12:25:59 <flo-retina> ok, after applying my patch, everything works. Even on the original file
12:26:12 * flo-retina should think about upstreaming it
12:26:12 <Mic-Linux> Cool :)
12:26:36 <flo-retina> and here is how one wastes almost an hour...
12:28:30 <-- hadi has quit (Client exited)
12:28:58 <flo-retina> I don't even remember which code I wanted to write in that check.js file :-S
12:30:29 <-- GeKo has quit (Quit: leaving)
12:31:24 <-- Mic-Linux has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
12:33:56 --> hadi has joined #instantbird
13:04:51 --> deOmega has joined #instantbird
14:01:55 --> mikk_s has joined #instantbird
14:16:11 --> mconley has joined #instantbird
14:22:55 <-- mikk_s has left #instantbird ()
14:31:15 <-- mconley has quit (Input/output error)
14:37:57 --> clokep has joined #instantbird
14:37:57 * ChanServ sets mode +o clokep 
15:02:58 <clokep> aleth: Re http://log.bezut.info/instantbird/yesterday/#m154
15:03:32 <clokep> The correct behavior is that the same username for two different moznet accounts should end up being a single buddy/contact/whatever.
15:03:40 <clokep> (Just like we do in AIM)
15:08:54 <clokep> Currently we don't separate networks though, so if you're on both freenode and moznet and add "clokep" it ends up being the same, which is WRONG.
15:08:56 <clokep> And should not happen.
15:10:06 <clokep> To be clear, we do not need to add another API for this, we just need to be smarter about account names.
15:33:31 --> mconley has joined #instantbird
15:37:11 <-- GeekShadow has quit (Ping timeout)
15:40:27 --> GeekShadow has joined #instantbird
15:48:36 <-- mrphs has quit (Client exited)
15:53:55 --> mrphs has joined #instantbird
16:26:43 <-- mconley has quit (Input/output error)
16:29:35 <-- BWMerlin has quit (Quit: BWMerlin)
16:48:59 --> wnayes has joined #instantbird
17:21:54 --> dew has joined #instantbird
17:23:19 <-- dew1 has quit (Ping timeout)
17:33:19 --> Even has joined #instantbird
17:33:20 * ChanServ sets mode +o Even 
17:53:24 <-- gerard-majax_ has quit (Ping timeout)
17:58:24 --> unghost has joined #instantbird
17:58:40 <-- dew has quit (Ping timeout)
17:59:01 --> dew has joined #instantbird
18:37:32 <-- hadi has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
18:46:50 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
18:54:11 --> gerard-majax_ has joined #instantbird
19:07:57 --> Mic has joined #instantbird
19:08:33 * Mic is now known as Mic2
19:09:00 * Mic2 is now known as Mic-Linux
19:17:26 <instant-buildbot> build #1504 of macosx-nightly-default is complete: Failure [4failed shell_3]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/1504
19:36:19 <-- Mic-Linux has quit (Input/output error)
19:36:26 --> mconley has joined #instantbird
19:37:06 <-- mconley has quit (No route to host)
19:37:26 --> mconley has joined #instantbird
19:38:26 <qheaden> clokep: I don't know why, but I just noticed your email about temporarily changing the Bugzilla password so that the bug changes can be replayed. Is it to late for me to do that?
19:39:19 <-- mconley has quit (Input/output error)
19:40:47 <clokep> qheaden: No, we haven't done it yet.
19:41:52 <qheaden> clokep: So should I change my password now, or wait?
19:42:30 <clokep> qheaden: I think that was clear in the email. :-/
19:42:35 <clokep> We asked peopel to send us changed passwords.
19:42:52 <qheaden> Okay.
19:47:11 <qheaden> clokep: Done. Sorry about that delay.
19:47:23 <clokep> qheaden: No problem. Thanks for sending it.
19:47:26 <qheaden> Sure.
20:22:19 --> mconley has joined #instantbird
20:22:36 --> jb has joined #instantbird
20:27:08 <-- mconley has quit (Ping timeout)
20:30:15 --> mconley has joined #instantbird
20:32:06 <-- mconley has quit (Ping timeout)
20:32:23 <-- jb has quit (Ping timeout)
20:32:47 <-- unghost has quit (Quit: Ухожу я от вас (xchat 2.4.5 или старше))
20:38:54 --> skeledrew has joined #instantbird
20:45:35 --> Mic has joined #instantbird
20:45:52 * Mic is now known as Mic2
20:46:53 --> mconley has joined #instantbird
20:49:07 <Mic2> "URL" changes on bugs don't appear in their history?
20:49:15 <Mic2> e.g. here https://bugzilla.instantbird.org/show_activity.cgi?id=28
20:51:03 <clokep> Mic2: That's in the TODO list, I think
20:51:32 <Mic2> clokep: this bug on BIO, not landfill :(
20:51:36 <Mic2> *is on
20:51:39 <clokep> Oh. :-/
20:51:46 <clokep> Nothing we can do about it then, I guess.
20:52:34 <-- mconley has quit (Ping timeout)
20:53:27 <Mic2> Oh, maybe that's my bad. The URL could have been set while creating the bug already.
21:06:21 --> mconley has joined #instantbird
21:06:40 --> flo-retina has joined #instantbird
21:06:40 * ChanServ sets mode +qo flo-retina flo-retina 
21:12:31 <Mic2> Setting the URL does appear in the history, so it was my mistake.
21:12:52 <-- mconley has quit (Ping timeout)
21:13:28 --> mconley has joined #instantbird
21:15:22 <-- deOmega has quit (Quit: So easy.. but it is complicated.)
21:17:57 <-- dew has quit (Ping timeout)
22:04:13 --> hadi has joined #instantbird
22:25:54 --> dew has joined #instantbird
22:29:20 <-- Mic2 has quit (Ping timeout)
22:49:46 --> EionRobb has joined #instantbird
22:56:36 <-- EionRobb has quit (Ping timeout)
22:58:21 --> EionRobb has joined #instantbird
22:59:17 <-- skeledrew has quit (Quit: Instantbird 1.4 -- http://www.instantbird.com)
23:04:30 <-- dew has quit (Ping timeout)
23:05:10 <-- EionRobb has quit (Ping timeout)
23:06:11 --> EionRobb has joined #instantbird
23:07:04 --> dew has joined #instantbird
23:09:48 <-- EionRobb has quit (Quit: Leaving.)
23:11:08 <-- dew has quit (Ping timeout)
23:11:38 --> dew has joined #instantbird
23:13:43 --> orion has joined #instantbird
23:14:43 <orion> Good evening
23:15:11 <-- orion has quit (Quit: CGI:IRC)
23:26:35 --> EionRobb has joined #instantbird
23:36:36 <-- EionRobb has quit (Quit: Leaving.)
23:39:58 --> Mic2 has joined #instantbird
23:52:23 <-- hadi has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)