=== npmccallum [~npmccallu@69-162-252-7.ironoh.adelphia.net] has joined #launchpad === ddaa [~david@nemesis.xlii.org] has joined #launchpad === npmccallum [~npmccallu@69-162-252-7.ironoh.adelphia.net] has joined #launchpad === stub [~zen@dsl-246.248.240.220.dsl.comindico.com.au] has joined #launchpad === stub [~zen@dsl-246.248.240.220.dsl.comindico.com.au] has joined #launchpad === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #launchpad === stubish [~zen@dsl-246.248.240.220.dsl.comindico.com.au] has joined #launchpad === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #launchpad === spiv [~andrew@fuchsia.puzzling.org] has joined #launchpad === cprov [~cprov@200.158.100.251] has joined #launchpad === elmo_ [~james@host217-37-231-28.in-addr.btopenworld.com] has joined #launchpad [11:25] daf: ping [11:26] pong! [11:26] daf: :-P [11:26] I think we are ready to launch the alpha [11:26] :-D [11:26] do you want to set up it so tomorrow we could launch it? [11:26] I'm not 100% confident in that patch [11:27] daf: I tested it [11:27] and works [11:27] we could refactor the code later [11:27] daf: what problem do you think it has? [11:27] well, refactoring is about changing the code without changing what it does [11:28] this is about changing what it does [11:28] I'm worried about setting inLastRevision to True by default [11:28] as it affects TTW translations [11:28] daf: it is only changed into the msgid [11:29] not the msgstr ones [11:29] I think it would be better to add an extra parameter to the method [11:29] a msgid for the first string should always have it [11:30] daf: a msgset with a sequence= 0 will say that the msgset is not anymore in the .po/.pot file [11:31] daf: don't get confused by the "inLastRevision" vs. "inPoFile" [11:31] remind me what the difference is === daf is doing some Debian work right now [11:32] daf: do you want to wait until tomorrow to talk about it? [11:32] well, I'm happy to talk about it now [11:33] but I might not do any more work on it tonight [11:33] I'm feeling quite tired [11:33] ok [11:33] I spent the weekend looking at castles with spiv and Mary :) [11:34] daf: good job!!, we need to relax from time to time or we will get mad :-) [11:34] :) [11:35] yeah, it was nice to get away from Rosetta for a while [11:35] I was watching tv until this afternoon [11:35] and doing nothing related to computers :-P [11:36] ok, about the inLastRevision vs. inPofile... [11:36] we know that a msgid is unique and will be never changed over time for a given msgset [11:36] agreed [11:37] if a msgset is removed from a po file (when I say po it's po/pot) [11:37] the sequence is changed to 0 [11:37] so we know that pomsgset is not valid anymore [11:37] until we see it again [11:37] yep [11:38] so the inLastRevision does not say anything about if that msgid is or not at the po file [11:38] but if it was the last one seen for that msgset [11:38] so the case for a msgid, it will be always true because it will not be changed ever [11:38] ok, so the name is misleading? [11:39] no, because the msgid_plural could change [11:39] but yes, perhaps the name could be improved [11:41] hmm, ok [11:41] that makes me happier about the patch [11:41] did you merge it? [11:42] I don't remember it. I think so === daf checks [11:43] yes it's merged [11:43] egads pbuilder is slow [11:44] looks like PQM is still a little wedged [11:44] daf: I found a bug because lalo's comment [11:45] yeah, I just saw it [11:45] if you agree with him, can you make the change and merge it? [11:46] I'm still a bit confused [11:46] sure [11:46] I'm looking at it now [12:00] grr, it's not a trivial fix