Options:
- # Session Start: Sun May 05 00:00:00 2013
- # Session Ident: #whatwg
- # [00:10] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Ping timeout: 252 seconds)
- # [00:11] <gsnedders> ambv: Yes, once I think of a sane way to include it/document it. Do I have a 2.6-test specific requirements file? Seems ugly.
- # [00:12] <ambv> ignore the fact that it's tests and simply add ordereddict to setup.py for 2.6. this will require moving the install_requires list out of setup() and to build it dynamically
- # [00:13] <gsnedders> But it's only required for the testsuite, so that seems inappropriate.
- # [00:14] <ambv> if you distribute it in the tarball then it's fine. if not, then just wrap the import error to return a meaningful error message
- # [00:16] <ambv> adding it for Tox is trivial, for Travis just add it to requirements-test.txt
- # [00:16] <ambv> for Python > 2.6 it's completely useless but it installs alright, harmless
- # [00:17] * Quits: annevk (~annevk@2.25.61.48) (Remote host closed the connection)
- # [00:19] <gsnedders> Just a waste of a bit of time, really :)
- # [00:19] <gsnedders> But, well, small enough that's probably not an issue.
- # [00:20] <ambv> gsnedders: on an unrelated note, where to put the test for #6?
- # [00:21] <ambv> I *think* I fixed the issue, want to add the test before PRing
- # [00:22] <gsnedders> parser2.py I guess?
- # [00:22] <gsnedders> I dunno, really. :)
- # [00:23] <ambv> parser2 it is
- # [00:23] * Joins: dfreedm (uid7859@gateway/web/irccloud.com/x-cafkcxkllpkzpfsx)
- # [00:24] * Joins: scottjehl (uid3055@gateway/web/irccloud.com/x-mrvbuzrfblipbybw)
- # [00:25] * Joins: jamesr_ (uid10481@gateway/web/irccloud.com/x-dlqrjmvjxdheyndi)
- # [00:25] <gsnedders> ambv: For tox, I don't need a separate commands dfn under [testenv:py26], do I?
- # [00:25] * Joins: shaundunne (uid5048@gateway/web/irccloud.com/x-tyanwbhmetzzaxci)
- # [00:26] <ambv> gsnedders: no, only specify "basepython = python2.6"
- # [00:26] <ambv> and all deps, it's not cumulative
- # [00:26] * Joins: ryanseddon (uid1832@gateway/web/irccloud.com/x-vklptvbrucmsofge)
- # [00:29] * Joins: sawrubh (uid6719@gateway/web/irccloud.com/x-qnpanhdoxphjnmxz)
- # [00:31] <gsnedders> ambv: Does #41 look right to you?
- # [00:32] * Quits: Badreddin (~Nur@189.192.138.187) (Ping timeout: 272 seconds)
- # [00:34] <ambv> haha, I was about to tell
- # [00:34] <ambv> "apart from the empty line at the end of tox.iniā¦"
- # [00:34] <ambv> :)
- # [00:35] <ambv> gsnedders: what if people depended on the sorting behaviour that you now remove?
- # [00:35] * Joins: blink-bot (uid4270@gateway/web/irccloud.com/x-vpomlzfsqjoftgav)
- # [00:36] <gsnedders> ambv: Then oh well. It makes no change to the semantics of the output. And we've frequently changed behaviour in edge-cases in pre-1.0 releases.
- # [00:37] <gsnedders> ambv: Like, the only reason it breaks the tests is because we do a byte-for-byte comparison and not the semantics of the output.
- # [00:38] <ambv> I'm asking more about: how does a person like that restore the previous behaviour?
- # [00:39] <ambv> for (attr_namespace, attr_name), attr_value in self.reorder_attributes(token["data"].items()):
- # [00:40] <gsnedders> ambv: What we should probably do, ideally, is add a new filter that reorders them and not do it in JsonWalker.
- # [00:40] <gsnedders> ambv: Then anyone can use the filter.
- # [00:40] <ambv> I have to check out filters
- # [00:41] <ambv> but JsonWalker? Hm?
- # [00:42] <gsnedders> In test_serializer.py
- # [00:43] <ambv> ah, yes, we could reuse the functionality for tests if we added it, right.
- # [00:44] <ambv> filters mutate the tree after building it, do I get that right?
- # [00:44] <ambv> hm, my English sucks. "filters mutate the tree after it has been built, right?"
- # [00:45] <ambv> and a Filter sounds great, solves the issue and frees you from OrderedDict
- # [00:45] <ambv> :>
- # [00:46] <gsnedders> ambv: Some are designed to be used to process the tree as being built, intercepting tokens from the tokenizer before passing on to the treebuilder, and others while getting tokens from treewalker.
- # [00:46] <gsnedders> Kinda sucks.
- # [00:46] <gsnedders> ambv: Still need OrderedDict, though
- # [00:50] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
- # [00:53] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [01:02] * Quits: charl (~charl@charl.eu) (Quit: leaving)
- # [01:07] * Quits: jryans (~jryans@cpe-70-113-92-118.austin.res.rr.com) (Quit: Be back later)
- # [01:23] <ambv> gsnedders: more reviewing to do! https://github.com/html5lib/html5lib-python/pull/42
- # [01:26] * Quits: Lachy (~Lachy@cm-84.215.19.229.getinternet.no) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [01:26] * Joins: Lachy (~Lachy@cm-84.215.19.229.getinternet.no)
- # [01:43] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: is sleepy)
- # [01:43] * Quits: weinig (~weinig@17.212.155.4) (Quit: weinig)
- # [01:44] * heycam|away is now known as heycam
- # [01:57] * Quits: asdf` (asdf@bigfr.klupek.org) (Read error: Operation timed out)
- # [01:57] * Joins: asdf` (asdf@bigfr.klupek.org)
- # [02:06] * Joins: weinig (~weinig@17.212.155.4)
- # [02:07] * Joins: Badreddin (~Nur@189.192.155.69)
- # [02:08] * Joins: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net)
- # [02:18] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [02:20] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
- # [02:20] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Client Quit)
- # [02:37] * Quits: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net) (Quit: alecf)
- # [02:37] * Quits: ripples (~ripples@197.87.199.3) (Ping timeout: 264 seconds)
- # [02:41] * Joins: vitorpacheco (~vitor@186-241-243-181.user.veloxzone.com.br)
- # [02:49] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Remote host closed the connection)
- # [02:51] * Quits: yorick (~yorick@oftn/member/yorick) (Read error: Connection reset by peer)
- # [03:15] * Joins: kerosene (~kerosene@unaffiliated/kerozene)
- # [03:26] * Joins: jryans (~jryans@cpe-70-113-92-118.austin.res.rr.com)
- # [03:30] * Quits: vitorpacheco (~vitor@186-241-243-181.user.veloxzone.com.br) (Ping timeout: 245 seconds)
- # [03:32] * Quits: kerosene (~kerosene@unaffiliated/kerozene) (Ping timeout: 256 seconds)
- # [03:46] * Quits: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3) (Ping timeout: 246 seconds)
- # [03:46] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
- # [04:02] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [04:03] * Joins: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3)
- # [04:06] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 252 seconds)
- # [04:16] * Joins: vitorpacheco (~vitor@186-241-243-181.user.veloxzone.com.br)
- # [04:24] * Joins: Redface (~Redface@117.111.7.135)
- # [04:28] * Joins: kerosene (~kerosene@unaffiliated/kerozene)
- # [04:38] * Joins: Empty_One (~Emptyone@CPE-72-131-74-201.wi.res.rr.com)
- # [04:52] * Quits: Redface (~Redface@117.111.7.135) (Remote host closed the connection)
- # [04:55] * Joins: Redface (~Redface@117.111.7.135)
- # [05:10] * Quits: ambv (~ambv@100.150.149.46.ip.sptelek.com.pl) (Ping timeout: 264 seconds)
- # [05:12] * Joins: ambv (~ambv@100.150.149.46.ip.sptelek.com.pl)
- # [05:22] * heycam is now known as heycam|away
- # [05:35] * Joins: marcosc_ (~marcosc@bl9-87-220.dsl.telepac.pt)
- # [05:37] * Quits: marcosc (~marcosc@bl4-68-236.dsl.telepac.pt) (Ping timeout: 248 seconds)
- # [05:37] * Quits: Redface (~Redface@117.111.7.135) (Remote host closed the connection)
- # [05:39] * Joins: Spencer__ (~Spencer@31.205.26.243)
- # [05:40] * Quits: danrage77 (~danrage77@201-1-0-116.dsl.telesp.net.br) (Remote host closed the connection)
- # [05:40] * Joins: Redface (~Redface@117.111.7.135)
- # [05:53] * Quits: Empty_One (~Emptyone@CPE-72-131-74-201.wi.res.rr.com) (Ping timeout: 255 seconds)
- # [05:56] * Quits: weinig (~weinig@17.212.155.4) (Ping timeout: 264 seconds)
- # [05:57] * Quits: Redface (~Redface@117.111.7.135) (Read error: Connection reset by peer)
- # [05:57] * Joins: Redface (~Redface@117.111.7.135)
- # [05:59] * Quits: Spencer__ (~Spencer@31.205.26.243) (Ping timeout: 264 seconds)
- # [06:09] * Quits: Redface (~Redface@117.111.7.135) (Ping timeout: 268 seconds)
- # [06:17] * Quits: OnlyMax (~OnlyMax@187-126-47-55.user.veloxzone.com.br) (Read error: Connection reset by peer)
- # [06:24] * Quits: Badreddin (~Nur@189.192.155.69) (Ping timeout: 272 seconds)
- # [06:28] * Joins: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr)
- # [06:30] * heycam|away is now known as heycam
- # [07:16] * Quits: jryans (~jryans@cpe-70-113-92-118.austin.res.rr.com) (Quit: Be back later)
- # [07:17] * Joins: Redface (~Redface@211.217.177.121)
- # [07:21] * Quits: Redface (~Redface@211.217.177.121) (Ping timeout: 252 seconds)
- # [07:34] * Joins: SonicX (~quassel@1.23.81.52)
- # [08:00] * Quits: SonicX (~quassel@1.23.81.52) (Ping timeout: 245 seconds)
- # [08:00] * Joins: SonicX (~quassel@1.23.81.52)
- # [08:24] * Quits: SonicX (~quassel@1.23.81.52) (Ping timeout: 245 seconds)
- # [08:25] * Joins: ehsan_ (~ehsan@24.212.206.174)
- # [08:25] * Joins: SonicX (~quassel@1.23.81.52)
- # [08:30] * heycam should write a browser extension to prevent Cmd+R from doing anything if I've got the whatwg complete spec open
- # [08:45] <Hixie> heycam: your wish is my command
- # [08:46] <heycam> Hixie, :D
- # [08:51] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [08:56] * Joins: Ms2ger (~Ms2ger@21.205-242-81.adsl-dyn.isp.belgacom.be)
- # [09:07] * Quits: SonicX (~quassel@1.23.81.52) (Ping timeout: 245 seconds)
- # [09:10] * Joins: annevk (~annevk@2.25.61.48)
- # [09:15] * Joins: SonicX (~quassel@1.23.81.52)
- # [09:17] * Quits: ehsan_ (~ehsan@24.212.206.174) (Remote host closed the connection)
- # [09:20] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [09:23] * Quits: SonicX (~quassel@1.23.81.52) (Ping timeout: 252 seconds)
- # [09:24] * Joins: SonicX (~quassel@1.23.81.52)
- # [09:28] * Quits: SonicX (~quassel@1.23.81.52) (Ping timeout: 256 seconds)
- # [09:45] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Quit: stevefaulkner)
- # [09:46] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [09:51] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [10:09] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [10:17] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:24] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [10:25] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [10:28] * Quits: annevk (~annevk@2.25.61.48) (Remote host closed the connection)
- # [10:37] * Quits: vitorpacheco (~vitor@186-241-243-181.user.veloxzone.com.br) (Remote host closed the connection)
- # [10:44] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [10:46] * Joins: nonge_ (~nonge@p508284AC.dip0.t-ipconnect.de)
- # [10:50] * Quits: nonge (~nonge@p50829E59.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
- # [10:52] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [10:57] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 264 seconds)
- # [11:06] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Remote host closed the connection)
- # [11:08] * Quits: Ms2ger (~Ms2ger@21.205-242-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 245 seconds)
- # [11:17] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:5c65:27ea:970d:b6b5)
- # [11:31] * Quits: Obvious (tachikoma@188.226.74.2) (Ping timeout: 260 seconds)
- # [11:36] * Joins: Obvious (tachikoma@188.226.74.2)
- # [11:39] * Quits: eric_carlson (~eric@17.212.152.104) (Ping timeout: 260 seconds)
- # [11:39] * heycam is now known as heycam|away
- # [11:40] * Quits: Obvious (tachikoma@188.226.74.2) (Read error: Connection reset by peer)
- # [11:41] * Quits: barneybook (~kvirc@220-136-210-66.dynamic.hinet.net) (Ping timeout: 255 seconds)
- # [11:43] * Joins: Somatt_wrk_ (~somattwrk@darkstar2.fullsix.com)
- # [11:44] * Joins: Obvious (tachikoma@188.226.74.2)
- # [11:45] * Joins: barneybook|2 (~kvirc@220-136-210-66.dynamic.hinet.net)
- # [11:45] * Joins: Ms2ger (~Ms2ger@21.205-242-81.adsl-dyn.isp.belgacom.be)
- # [11:47] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 260 seconds)
- # [11:50] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Quit: stevefaulkner)
- # [11:56] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [12:04] * Quits: ambv (~ambv@100.150.149.46.ip.sptelek.com.pl) (Quit: sys.exit(0))
- # [12:06] * Quits: barneybook|2 (~kvirc@220-136-210-66.dynamic.hinet.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [12:07] * Joins: Redface (~Redface@219.255.246.7)
- # [12:07] * Joins: barneybook (~kvirc@220-136-210-66.dynamic.hinet.net)
- # [12:08] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Quit: stevefaulkner)
- # [12:12] * Joins: bzed_ (~bzed@devel.recluse.de)
- # [12:12] * Joins: matijsb_ (uid2278@gateway/web/irccloud.com/x-ttodkaejdsukgnvq)
- # [12:15] * Joins: ripples (~ripples@197.87.199.3)
- # [12:15] * Joins: hober2 (~ted@unaffiliated/hober)
- # [12:15] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [12:16] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Client Quit)
- # [12:17] * Joins: othree_ (~othree@li379-129.members.linode.com)
- # [12:18] * Quits: NimeshNeema (uid2689@gateway/web/irccloud.com/x-euufniwzygdjqzka) (Ping timeout: 248 seconds)
- # [12:18] * Quits: matijsb (uid2278@gateway/web/irccloud.com/x-pgndazezdcapbnad) (Ping timeout: 248 seconds)
- # [12:18] * Quits: Scorchin (uid1242@gateway/web/irccloud.com/x-faytnbspeilnavqt) (Ping timeout: 248 seconds)
- # [12:18] * Quits: bzed (~bzed@devel.recluse.de) (Ping timeout: 248 seconds)
- # [12:18] * Quits: j_wright (~jwright@ip70-173-127-54.lv.lv.cox.net) (Ping timeout: 248 seconds)
- # [12:18] * Quits: othree (~othree@li379-129.members.linode.com) (Ping timeout: 248 seconds)
- # [12:18] * Quits: hober (~ted@unaffiliated/hober) (Read error: Connection reset by peer)
- # [12:18] * bzed_ is now known as bzed
- # [12:24] * Joins: hdv_ (uid2376@gateway/web/irccloud.com/session)
- # [12:24] * Joins: compute__ (~darkcyphe@blackhole.space150.com)
- # [12:25] * Joins: ivan``_ (~ivan@li125-242.members.linode.com)
- # [12:26] * Joins: stalled_ (~stalled@2001:0:5ef5:79fd:0:26fc:a64d:e430)
- # [12:28] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [12:28] * Quits: Krinkle|detached (~Krinkle@wikimedia/Krinkle) (*.net *.split)
- # [12:28] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [12:28] * Quits: matijsb_ (uid2278@gateway/web/irccloud.com/x-ttodkaejdsukgnvq) (*.net *.split)
- # [12:28] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl) (*.net *.split)
- # [12:28] * Quits: jamesr_ (uid10481@gateway/web/irccloud.com/x-dlqrjmvjxdheyndi) (*.net *.split)
- # [12:28] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (*.net *.split)
- # [12:28] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [12:28] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (*.net *.split)
- # [12:28] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
- # [12:28] * Quits: scheib (uid4467@gateway/web/irccloud.com/x-zprzykphrqtquajk) (*.net *.split)
- # [12:28] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
- # [12:28] * Quits: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net) (*.net *.split)
- # [12:28] * Quits: timeless (uid4015@firefox/developer/timeless) (*.net *.split)
- # [12:28] * Quits: gsnedders (~gsnedders@mail.gsnedders.com) (*.net *.split)
- # [12:28] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [12:28] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
- # [12:28] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [12:28] * Quits: rillian (~giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [12:28] * Quits: isherman (isherman@nat/google/x-vumwrpenzbcozlhy) (*.net *.split)
- # [12:28] * Quits: heath (quassel@unaffiliated/ybit) (*.net *.split)
- # [12:28] * Quits: wycats__ (uid79@gateway/web/irccloud.com/x-lzomoyfobwjjncyo) (*.net *.split)
- # [12:28] * Quits: Yudai (~Yudai@nttkyo165225.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
- # [12:28] * Quits: jahman (~woops@129.175.204.73) (*.net *.split)
- # [12:28] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [12:28] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
- # [12:28] * Quits: ajt_ (~ajt@li181-64.members.linode.com) (*.net *.split)
- # [12:28] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [12:28] * Quits: chee (~chee@fsf/member/chee) (*.net *.split)
- # [12:28] * Quits: payman (~payman@static-212-247-211-195.cust.tele2.se) (*.net *.split)
- # [12:28] * Quits: nw (nw@kapsi.fi) (*.net *.split)
- # [12:28] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [12:29] * Joins: rwaldron_ (rwaldron@gateway/shell/jquery.com/session)
- # [12:29] * Joins: matijsb (uid2278@gateway/web/irccloud.com/x-ttodkaejdsukgnvq)
- # [12:29] * Joins: bzed (~bzed@devel.recluse.de)
- # [12:29] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [12:29] * Joins: jamesr_ (uid10481@gateway/web/irccloud.com/x-dlqrjmvjxdheyndi)
- # [12:29] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [12:29] * Joins: globbot (~logbot@lump.glob.com.au)
- # [12:29] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [12:29] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [12:29] * Joins: Jedi_ (~Jedi@jedi.org)
- # [12:29] * Joins: rillian (~giles@mf4-xiph.osuosl.org)
- # [12:29] * Joins: isherman (isherman@nat/google/x-vumwrpenzbcozlhy)
- # [12:29] * Joins: heath (quassel@unaffiliated/ybit)
- # [12:29] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [12:29] * Joins: wycats__ (uid79@gateway/web/irccloud.com/x-lzomoyfobwjjncyo)
- # [12:29] * Joins: scheib (uid4467@gateway/web/irccloud.com/x-zprzykphrqtquajk)
- # [12:29] * Joins: Yudai (~Yudai@nttkyo165225.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [12:29] * Joins: Adawerk (~ada@169.241.49.57)
- # [12:29] * Joins: jahman (~woops@129.175.204.73)
- # [12:29] * Joins: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net)
- # [12:29] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [12:29] * Joins: timeless (uid4015@firefox/developer/timeless)
- # [12:29] * Joins: gsnedders (~gsnedders@mail.gsnedders.com)
- # [12:29] * Joins: wilhelm (~wilhelm@178.255.149.100)
- # [12:29] * Joins: ajt_ (~ajt@li181-64.members.linode.com)
- # [12:29] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [12:29] * Joins: riddle (riddle@us.yunix.net)
- # [12:29] * Joins: chee (~chee@fsf/member/chee)
- # [12:29] * Joins: payman (~payman@static-212-247-211-195.cust.tele2.se)
- # [12:29] * Joins: nw (nw@kapsi.fi)
- # [12:29] * Joins: Krinkle|detached (~Krinkle@wikimedia/Krinkle)
- # [12:29] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [12:29] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [12:32] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (Ping timeout: 255 seconds)
- # [12:34] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Ping timeout: 255 seconds)
- # [12:34] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 255 seconds)
- # [12:34] * Quits: hdv (uid2376@gateway/web/irccloud.com/x-prukraowvgifsudj) (Ping timeout: 260 seconds)
- # [12:34] * Quits: computer_hobby (~darkcyphe@blackhole.space150.com) (Ping timeout: 255 seconds)
- # [12:34] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [12:34] * Quits: ahf (ahf@irssi/staff/ahf) (Ping timeout: 255 seconds)
- # [12:34] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Excess Flood)
- # [12:34] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-vvsehinvxncksqap) (Ping timeout: 255 seconds)
- # [12:34] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (*.net *.split)
- # [12:34] * Quits: Krinkle|detached (~Krinkle@wikimedia/Krinkle) (*.net *.split)
- # [12:34] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [12:34] * Quits: matijsb (uid2278@gateway/web/irccloud.com/x-ttodkaejdsukgnvq) (*.net *.split)
- # [12:34] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl) (*.net *.split)
- # [12:34] * Quits: jamesr_ (uid10481@gateway/web/irccloud.com/x-dlqrjmvjxdheyndi) (*.net *.split)
- # [12:34] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (*.net *.split)
- # [12:34] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
- # [12:34] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (*.net *.split)
- # [12:34] * Quits: Jedi_ (~Jedi@jedi.org) (*.net *.split)
- # [12:34] * Quits: scheib (uid4467@gateway/web/irccloud.com/x-zprzykphrqtquajk) (*.net *.split)
- # [12:34] * Quits: Adawerk (~ada@169.241.49.57) (*.net *.split)
- # [12:34] * Quits: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net) (*.net *.split)
- # [12:34] * Quits: timeless (uid4015@firefox/developer/timeless) (*.net *.split)
- # [12:34] * Quits: gsnedders (~gsnedders@mail.gsnedders.com) (*.net *.split)
- # [12:34] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
- # [12:34] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
- # [12:34] * Quits: karlcow (~karl@nerval.la-grange.net) (*.net *.split)
- # [12:34] * Quits: rillian (~giles@mf4-xiph.osuosl.org) (*.net *.split)
- # [12:34] * Quits: isherman (isherman@nat/google/x-vumwrpenzbcozlhy) (*.net *.split)
- # [12:34] * Quits: heath (quassel@unaffiliated/ybit) (*.net *.split)
- # [12:34] * Quits: wycats__ (uid79@gateway/web/irccloud.com/x-lzomoyfobwjjncyo) (*.net *.split)
- # [12:34] * Quits: Yudai (~Yudai@nttkyo165225.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
- # [12:34] * Quits: jahman (~woops@129.175.204.73) (*.net *.split)
- # [12:34] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [12:34] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
- # [12:34] * Quits: ajt_ (~ajt@li181-64.members.linode.com) (*.net *.split)
- # [12:34] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
- # [12:34] * Quits: chee (~chee@fsf/member/chee) (*.net *.split)
- # [12:34] * Quits: payman (~payman@static-212-247-211-195.cust.tele2.se) (*.net *.split)
- # [12:34] * Quits: nw (nw@kapsi.fi) (*.net *.split)
- # [12:34] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
- # [12:34] * Quits: hdv_ (uid2376@gateway/web/irccloud.com/session) (Changing host)
- # [12:34] * Joins: hdv_ (uid2376@gateway/web/irccloud.com/x-xzhwsheneenpmusl)
- # [12:34] * Quits: stalled_ (~stalled@2001:0:5ef5:79fd:0:26fc:a64d:e430) (Changing host)
- # [12:34] * Joins: stalled_ (~stalled@unaffiliated/stalled)
- # [12:34] * Quits: ivan``_ (~ivan@li125-242.members.linode.com) (Changing host)
- # [12:34] * Joins: ivan``_ (~ivan@unaffiliated/ivan/x-000001)
- # [12:34] * Joins: ahf_ (ahf@irssi.org)
- # [12:34] * Quits: ahf_ (ahf@irssi.org) (Changing host)
- # [12:34] * Joins: ahf_ (ahf@irssi/staff/ahf)
- # [12:34] * ahf_ is now known as ahf
- # [12:34] * Quits: rwaldron_ (rwaldron@gateway/shell/jquery.com/session) (Changing host)
- # [12:34] * Joins: rwaldron_ (rwaldron@gateway/shell/jquery.com/x-qrzxbtavhljrwnbd)
- # [12:34] * Quits: shaundunne (uid5048@gateway/web/irccloud.com/x-tyanwbhmetzzaxci) (Ping timeout: 260 seconds)
- # [12:34] * Joins: shaundunne (uid5048@gateway/web/irccloud.com/x-rmbyvdsydlugmopf)
- # [12:34] * Joins: JSkyWalker (~jimmyalca@186.93.255.73)
- # [12:34] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-vklptvbrucmsofge) (Ping timeout: 255 seconds)
- # [12:34] * Quits: jimmyalcala (~jimmyalca@186.93.255.73) (Ping timeout: 252 seconds)
- # [12:34] * JSkyWalker is now known as jimmyalcala
- # [12:35] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
- # [12:35] * Quits: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr) (*.net *.split)
- # [12:35] * Quits: Philip` (~philip@compass.zaynar.co.uk) (*.net *.split)
- # [12:35] * Quits: ricea (ricea@nat/google/x-vsgjanviovpxqulm) (*.net *.split)
- # [12:35] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (*.net *.split)
- # [12:35] * Quits: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (*.net *.split)
- # [12:35] * Quits: [[zzz]] (~q@node-71y.pool-125-25.dynamic.totbb.net) (*.net *.split)
- # [12:35] * Quits: irfaN (~irfaN@unaffiliated/irfan) (*.net *.split)
- # [12:35] * Quits: rcombs (~rcombs@rodgercombs.tk) (*.net *.split)
- # [12:35] * Quits: mh0 (mh0@unaffiliated/mh0) (*.net *.split)
- # [12:35] * Quits: Famic (famic@hidden.dns.ug) (*.net *.split)
- # [12:35] * Quits: beverloo (beverloo@nat/google/x-elqfwvnhfoowokzc) (*.net *.split)
- # [12:35] * Quits: manu1 (~chatzilla@pool-96-240-182-26.ronkva.east.verizon.net) (*.net *.split)
- # [12:35] * Quits: runeh (~Rune@phlebotinum.org) (*.net *.split)
- # [12:35] * Quits: JakeA (uid3836@gateway/web/irccloud.com/x-vgowqilupakjbrdv) (*.net *.split)
- # [12:35] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
- # [12:35] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (*.net *.split)
- # [12:35] * Quits: Workshiva (~Dashiva@74.125.121.65) (*.net *.split)
- # [12:35] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (*.net *.split)
- # [12:35] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (*.net *.split)
- # [12:35] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
- # [12:35] * Quits: viduthalai1947 (uid5404@gateway/web/irccloud.com/x-bmhyjgbcupgtuovn) (*.net *.split)
- # [12:35] * Quits: dcheng (dcheng@nat/google/x-pplleqevhfoxlmla) (*.net *.split)
- # [12:35] * Quits: wakaba_ (~wakaba@147.63.138.58.dy.bbexcite.jp) (*.net *.split)
- # [12:35] * Quits: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82) (*.net *.split)
- # [12:35] * Quits: astearns (~astearns@192.150.22.5) (*.net *.split)
- # [12:35] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [12:35] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (*.net *.split)
- # [12:35] * Quits: Ms2ger (~Ms2ger@21.205-242-81.adsl-dyn.isp.belgacom.be) (*.net *.split)
- # [12:35] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (*.net *.split)
- # [12:35] * Quits: marcosc_ (~marcosc@bl9-87-220.dsl.telepac.pt) (*.net *.split)
- # [12:35] * Quits: krijn (uid2319@gateway/web/irccloud.com/x-ndkliwfybqapvdow) (*.net *.split)
- # [12:35] * Quits: jgornick (~jgornick@c-66-41-28-205.hsd1.mn.comcast.net) (*.net *.split)
- # [12:35] * Quits: Martijnc (~Martijn@is-aweso.me) (*.net *.split)
- # [12:35] * Quits: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (*.net *.split)
- # [12:35] * Quits: Garbee (~Garbee@lb1.cluster.grephix.nl) (*.net *.split)
- # [12:35] * Quits: shaundunne (uid5048@gateway/web/irccloud.com/x-rmbyvdsydlugmopf) (*.net *.split)
- # [12:35] * Quits: Redface (~Redface@219.255.246.7) (*.net *.split)
- # [12:35] * Quits: asdf` (asdf@bigfr.klupek.org) (*.net *.split)
- # [12:35] * Quits: sawrubh (uid6719@gateway/web/irccloud.com/x-qnpanhdoxphjnmxz) (*.net *.split)
- # [12:35] * Quits: gavin___ (~gavin@76.14.87.162) (*.net *.split)
- # [12:35] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-wyuppaaoxhkagrmf) (*.net *.split)
- # [12:35] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
- # [12:35] * Quits: fantasai (fantasai@freenet6.org) (*.net *.split)
- # [12:35] * Quits: webben (~benjamin@198.61.227.102) (*.net *.split)
- # [12:35] * Quits: esprehn (uid10445@gateway/web/irccloud.com/x-vvxwfdmeodvupmnm) (*.net *.split)
- # [12:35] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [12:35] * Quits: beverloo` (~peter@is-aweso.me) (*.net *.split)
- # [12:35] * Quits: kerosene (~kerosene@unaffiliated/kerozene) (*.net *.split)
- # [12:35] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (*.net *.split)
- # [12:35] * Quits: yoshiki__ (yoshiki@nat/google/x-hjwymcmsonxntqqr) (*.net *.split)
- # [12:35] * Quits: kinetik (~kinetik@121.99.34.245) (*.net *.split)
- # [12:35] * Quits: paul_irish_ (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [12:35] * Quits: jimmyalcala (~jimmyalca@186.93.255.73) (*.net *.split)
- # [12:35] * Quits: nielsle (~nielsle@3239149-cl69.boa.fiberby.dk) (*.net *.split)
- # [12:35] * Quits: fishd (~darin@216.239.45.66) (*.net *.split)
- # [12:35] * Quits: heycam|away (~cam@wok.mcc.id.au) (*.net *.split)
- # [12:35] * Joins: matijsb (uid2278@gateway/web/irccloud.com/x-ttodkaejdsukgnvq)
- # [12:35] * Joins: bzed (~bzed@devel.recluse.de)
- # [12:35] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [12:35] * Joins: jamesr_ (uid10481@gateway/web/irccloud.com/x-dlqrjmvjxdheyndi)
- # [12:35] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
- # [12:35] * Joins: globbot (~logbot@lump.glob.com.au)
- # [12:35] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [12:35] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [12:35] * Joins: Jedi_ (~Jedi@jedi.org)
- # [12:35] * Joins: rillian (~giles@mf4-xiph.osuosl.org)
- # [12:35] * Joins: isherman (isherman@nat/google/x-vumwrpenzbcozlhy)
- # [12:35] * Joins: heath (quassel@unaffiliated/ybit)
- # [12:35] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [12:35] * Joins: wycats__ (uid79@gateway/web/irccloud.com/x-lzomoyfobwjjncyo)
- # [12:35] * Joins: scheib (uid4467@gateway/web/irccloud.com/x-zprzykphrqtquajk)
- # [12:35] * Joins: Yudai (~Yudai@nttkyo165225.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [12:35] * Joins: Adawerk (~ada@169.241.49.57)
- # [12:35] * Joins: jahman (~woops@129.175.204.73)
- # [12:35] * Joins: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net)
- # [12:35] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [12:35] * Joins: timeless (uid4015@firefox/developer/timeless)
- # [12:35] * Joins: gsnedders (~gsnedders@mail.gsnedders.com)
- # [12:35] * Joins: wilhelm (~wilhelm@178.255.149.100)
- # [12:35] * Joins: ajt_ (~ajt@li181-64.members.linode.com)
- # [12:35] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
- # [12:35] * Joins: riddle (riddle@us.yunix.net)
- # [12:35] * Joins: chee (~chee@fsf/member/chee)
- # [12:35] * Joins: payman (~payman@static-212-247-211-195.cust.tele2.se)
- # [12:35] * Joins: nw (nw@kapsi.fi)
- # [12:35] * Joins: Krinkle|detached (~Krinkle@wikimedia/Krinkle)
- # [12:35] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [12:35] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [12:36] * Quits: riddle (riddle@us.yunix.net) (Max SendQ exceeded)
- # [12:37] * Joins: riddle (riddle@us.yunix.net)
- # [12:42] * Joins: jimmyalcala (~jimmyalca@186.93.255.73)
- # [12:42] * Joins: shaundunne (uid5048@gateway/web/irccloud.com/x-rmbyvdsydlugmopf)
- # [12:42] * Joins: ahf (ahf@irssi/staff/ahf)
- # [12:42] * Joins: Redface (~Redface@219.255.246.7)
- # [12:42] * Joins: Ms2ger (~Ms2ger@21.205-242-81.adsl-dyn.isp.belgacom.be)
- # [12:42] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [12:42] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [12:42] * Joins: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr)
- # [12:42] * Joins: marcosc_ (~marcosc@bl9-87-220.dsl.telepac.pt)
- # [12:42] * Joins: kerosene (~kerosene@unaffiliated/kerozene)
- # [12:42] * Joins: asdf` (asdf@bigfr.klupek.org)
- # [12:42] * Joins: sawrubh (uid6719@gateway/web/irccloud.com/x-qnpanhdoxphjnmxz)
- # [12:42] * Joins: krijn (uid2319@gateway/web/irccloud.com/x-ndkliwfybqapvdow)
- # [12:42] * Joins: jgornick (~jgornick@c-66-41-28-205.hsd1.mn.comcast.net)
- # [12:42] * Joins: Philip` (~philip@compass.zaynar.co.uk)
- # [12:42] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
- # [12:42] * Joins: [[zzz]] (~q@node-71y.pool-125-25.dynamic.totbb.net)
- # [12:42] * Joins: nielsle (~nielsle@3239149-cl69.boa.fiberby.dk)
- # [12:42] * Joins: irfaN (~irfaN@unaffiliated/irfan)
- # [12:42] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [12:42] * Joins: rcombs (~rcombs@rodgercombs.tk)
- # [12:42] * Joins: fantasai (fantasai@freenet6.org)
- # [12:42] * Joins: gavin___ (~gavin@76.14.87.162)
- # [12:42] * Joins: mh0 (mh0@unaffiliated/mh0)
- # [12:42] * Joins: Martijnc (~Martijn@is-aweso.me)
- # [12:42] * Joins: ricea (ricea@nat/google/x-vsgjanviovpxqulm)
- # [12:42] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [12:42] * Joins: yoshiki__ (yoshiki@nat/google/x-hjwymcmsonxntqqr)
- # [12:42] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-wyuppaaoxhkagrmf)
- # [12:42] * Joins: manu1 (~chatzilla@pool-96-240-182-26.ronkva.east.verizon.net)
- # [12:42] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [12:42] * Joins: viduthalai1947 (uid5404@gateway/web/irccloud.com/x-bmhyjgbcupgtuovn)
- # [12:42] * Joins: runeh (~Rune@phlebotinum.org)
- # [12:42] * Joins: JakeA (uid3836@gateway/web/irccloud.com/x-vgowqilupakjbrdv)
- # [12:42] * Joins: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [12:42] * Joins: odinho (odinho@dalvik.ping.uio.no)
- # [12:42] * Joins: kinetik (~kinetik@121.99.34.245)
- # [12:42] * Joins: Famic (famic@hidden.dns.ug)
- # [12:42] * Joins: dcheng (dcheng@nat/google/x-pplleqevhfoxlmla)
- # [12:42] * Joins: fishd (~darin@216.239.45.66)
- # [12:42] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
- # [12:42] * Joins: Workshiva (~Dashiva@74.125.121.65)
- # [12:42] * Joins: beverloo (beverloo@nat/google/x-elqfwvnhfoowokzc)
- # [12:42] * Joins: heycam|away (~cam@wok.mcc.id.au)
- # [12:42] * Joins: wakaba_ (~wakaba@147.63.138.58.dy.bbexcite.jp)
- # [12:42] * Joins: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82)
- # [12:42] * Joins: astearns (~astearns@192.150.22.5)
- # [12:42] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [12:42] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [12:42] * Joins: Hixie (~ianh@178.255.149.100)
- # [12:42] * Joins: webben (~benjamin@198.61.227.102)
- # [12:42] * Joins: Garbee (~Garbee@lb1.cluster.grephix.nl)
- # [12:42] * Joins: esprehn (uid10445@gateway/web/irccloud.com/x-vvxwfdmeodvupmnm)
- # [12:42] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [12:42] * Joins: beverloo` (~peter@is-aweso.me)
- # [12:42] * Joins: paul_irish_ (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [12:42] * Joins: toyoshiAw (~toyoshim@yuri.twintail.org)
- # [12:42] * Quits: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr) (Ping timeout: 268 seconds)
- # [12:44] * hdv_ is now known as hdv
- # [12:48] * Joins: j_wright (~jwright@ip70-173-127-54.lv.lv.cox.net)
- # [12:52] * shaundunne is now known as shaundunne_
- # [13:22] * Quits: [[zzz]] (~q@node-71y.pool-125-25.dynamic.totbb.net) (Read error: Connection reset by peer)
- # [13:23] * Joins: [[zzz]] (~q@node-7jf.pool-125-25.dynamic.totbb.net)
- # [13:53] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
- # [13:54] <gsnedders> jgraham: You have something in the SourceForge PyPI issue.
- # [13:59] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:5c65:27ea:970d:b6b5) (Remote host closed the connection)
- # [14:01] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:b9ae:4571:5ce7:dbd5)
- # [14:07] * Joins: Redface_ (~Redface@219.255.246.7)
- # [14:11] * Joins: yorick (~yorick@oftn/member/yorick)
- # [14:11] * Quits: Redface (~Redface@219.255.246.7) (Ping timeout: 276 seconds)
- # [14:11] * Joins: Scorchin (uid1242@gateway/web/irccloud.com/x-pouzifwjgpmbmumh)
- # [14:14] * Joins: SonicX (~quassel@1.23.81.52)
- # [14:15] * Joins: NimeshNeema (uid2689@gateway/web/irccloud.com/x-jkwvrxmkppuudblk)
- # [14:23] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:b9ae:4571:5ce7:dbd5) (Remote host closed the connection)
- # [14:29] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 256 seconds)
- # [14:31] * Joins: Badreddin (~Nur@189.192.155.69)
- # [14:33] * Joins: ryanseddon (uid1832@gateway/web/irccloud.com/x-hcrqvfmeeaenzcnz)
- # [14:33] * Quits: Redface_ (~Redface@219.255.246.7) (Remote host closed the connection)
- # [14:36] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [14:39] * Quits: stalled_ (~stalled@unaffiliated/stalled) (Ping timeout: 264 seconds)
- # [14:41] * Joins: Redface (~Redface@219.255.246.7)
- # [14:46] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Quit: stevefaulkner)
- # [14:54] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [14:55] * Joins: ambv (~ambv@user-94-254-195-239.play-internet.pl)
- # [14:56] <ambv> gsnedders: oops, I broke Critic. Seems it can't handle commit --amend
- # [14:58] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [15:09] * Quits: SonicX (~quassel@1.23.81.52) (Read error: Connection reset by peer)
- # [15:14] * Joins: smaug____ (~chatzilla@85-76-47-158-nat.elisa-mobile.fi)
- # [15:17] * Quits: ambv (~ambv@user-94-254-195-239.play-internet.pl) (Quit: ambv)
- # [15:25] <odinho> ambv It can, but you need to tell it to get ready for a rebase.
- # [15:25] <odinho> It was made for rebasing. We do it all the time at Opera.
- # [15:26] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [15:29] <gsnedders> odinho: But you can only rewrite history that's already pushed, you can't push a rewrite otherwise
- # [15:30] <gsnedders> On the other hand, GitHub just loses all comments if you amend a commit, which isn't great. :P
- # [15:30] <gsnedders> jgraham: s quit [Ping timeout: 276 seconds]
- # [15:30] <gsnedders> jgraham: https://critic.hoppipolla.co.uk/r/100 is broken because of a non-ff commit, plz fix.
- # [15:47] <jgraham> Right, you *can* push a rebase, but you need to tell it that you are going to do that
- # [15:48] <jgraham> Which is harder to do if github is also involved, I guess
- # [15:50] <jgraham> Nice of sourceforge to send email
- # [15:51] * jgraham isn't sure what the brokenness in that review is
- # [15:51] <jgraham> And I have to go rake up "grass"
- # [15:51] <jgraham> Where "grass" is actually distressingly lots of moss
- # [15:54] * Joins: Cromulent (~Cromulent@cpc9-reig5-2-0-cust321.6-3.cable.virginmedia.com)
- # [15:55] <gsnedders> jgraham: Non-fast-forward commit to tracking branch, hence it is no longer tracking.
- # [15:55] <gsnedders> jgraham: Or you mean at a lower level than that?
- # [15:55] * Quits: Cromulent (~Cromulent@cpc9-reig5-2-0-cust321.6-3.cable.virginmedia.com) (Client Quit)
- # [15:56] <gsnedders> jgraham: http://stackoverflow.com/questions/16378996/python-nose-tests-from-generator-not-running-concurrently is relevant for html5lib
- # [15:56] <gsnedders> (FYI)
- # [16:05] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Quit: stevefaulkner)
- # [16:05] * Quits: smaug____ (~chatzilla@85-76-47-158-nat.elisa-mobile.fi) (Ping timeout: 252 seconds)
- # [16:06] * Joins: RobbertA_ (~robbertat@212.238.236.229)
- # [16:06] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Read error: Connection reset by peer)
- # [16:09] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [16:09] * Quits: RobbertA_ (~robbertat@212.238.236.229) (Read error: Connection reset by peer)
- # [16:10] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [16:10] * Joins: smaug____ (~chatzilla@85-76-188-121-nat.elisa-mobile.fi)
- # [16:12] * Joins: ambv (~ambv@100.150.149.46.ip.sptelek.com.pl)
- # [16:14] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 256 seconds)
- # [16:39] * Quits: smaug____ (~chatzilla@85-76-188-121-nat.elisa-mobile.fi) (Ping timeout: 252 seconds)
- # [16:45] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Remote host closed the connection)
- # [16:52] * Joins: blooberry (~blooberry@134.134.137.75)
- # [16:56] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:60c3:8c19:da9c:4141)
- # [17:07] <ambv> gsnedders: in other words, I should check whether tags are HTML or alien? HTMLSanitizerMixin has a acceptable_elements attribute which I could use for that. Seems like mixing concerns, though.
- # [17:10] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:60c3:8c19:da9c:4141) (Remote host closed the connection)
- # [17:10] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [17:13] * Quits: ambv (~ambv@100.150.149.46.ip.sptelek.com.pl) (Quit: ambv)
- # [17:13] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [17:17] * Joins: ambv (~ambv@100.150.149.46.ip.sptelek.com.pl)
- # [17:18] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Ping timeout: 256 seconds)
- # [17:23] * Joins: AladinBouzerd (~aladinbou@41.108.17.199)
- # [17:23] * Quits: ambv (~ambv@100.150.149.46.ip.sptelek.com.pl) (Quit: ambv)
- # [17:25] * Quits: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3) (Ping timeout: 246 seconds)
- # [17:26] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:181b:50f8:f14f:cb8d)
- # [17:28] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [17:40] * Joins: nimbu (~nimbu@12.238.188.253)
- # [17:41] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:181b:50f8:f14f:cb8d) (Remote host closed the connection)
- # [17:42] * Quits: AladinBouzerd (~aladinbou@41.108.17.199) (Quit: Leaving)
- # [17:45] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [17:50] * Quits: nimbu (~nimbu@12.238.188.253) (Quit: Leaving.)
- # [17:51] * Joins: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3)
- # [18:05] * Joins: Cromulent (~Cromulent@cpc9-reig5-2-0-cust321.6-3.cable.virginmedia.com)
- # [18:09] * Quits: Badreddin (~Nur@189.192.155.69) (Quit: leaving)
- # [18:10] * Quits: Redface (~Redface@219.255.246.7) (Remote host closed the connection)
- # [18:20] * Joins: vitorpacheco (~vitor@186-241-243-181.user.veloxzone.com.br)
- # [18:30] * Quits: Cromulent (~Cromulent@cpc9-reig5-2-0-cust321.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [18:31] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [18:32] * Quits: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Remote host closed the connection)
- # [18:39] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [18:42] * Joins: AladinBouzerd (~aladinbou@41.108.17.199)
- # [18:47] * blink-bot is now known as dglazkov
- # [18:48] * Quits: dglazkov (uid4270@gateway/web/irccloud.com/x-vpomlzfsqjoftgav)
- # [18:48] * Joins: dglazkov (~uid4270@gateway/web/irccloud.com/x-ltrlqfkdmnznedkw)
- # [18:56] * Joins: Cromulent (~Cromulent@cpc9-reig5-2-0-cust321.6-3.cable.virginmedia.com)
- # [19:01] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [19:03] * Joins: RobbertA_ (~robbertat@2001:980:9368:1:a16a:50cb:1d6d:501e)
- # [19:06] * Joins: jmdyck (~michael@S0106000475abb63b.vc.shawcable.net)
- # [19:07] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Ping timeout: 276 seconds)
- # [19:08] * Joins: SonicX (~quassel@1.23.81.52)
- # [19:08] * Quits: jmdyck (~michael@S0106000475abb63b.vc.shawcable.net) (Read error: Connection reset by peer)
- # [19:09] * Joins: jmdyck (~michael@S0106000475abb63b.vc.shawcable.net)
- # [19:12] * Parts: jmdyck (~michael@S0106000475abb63b.vc.shawcable.net)
- # [19:13] * Quits: Cromulent (~Cromulent@cpc9-reig5-2-0-cust321.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [19:20] * Quits: RobbertA_ (~robbertat@2001:980:9368:1:a16a:50cb:1d6d:501e) (Remote host closed the connection)
- # [19:26] * Joins: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962)
- # [19:30] * Joins: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net)
- # [19:30] * Quits: pyrsmk (~pyrsmk@2a01:e35:2f52:ead0:21e:8cff:feeb:d962) (Client Quit)
- # [19:33] * Quits: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (Ping timeout: 258 seconds)
- # [19:39] * Quits: kerosene (~kerosene@unaffiliated/kerozene) (Quit: leaving)
- # [19:43] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Ping timeout: 276 seconds)
- # [19:43] * Quits: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net) (Quit: alecf)
- # [19:44] * Joins: Empty_One (~Emptyone@CPE-72-131-74-201.wi.res.rr.com)
- # [19:45] * Joins: RobbertAtWork (~robbertat@212.238.236.229)
- # [19:51] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [19:58] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
- # [20:01] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [20:03] * Joins: dbaron (~dbaron@50.0.192.124)
- # [20:09] * Quits: Benvie_ (~brandon@204.28.118.69) (Remote host closed the connection)
- # [20:09] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [20:09] * Joins: Benvie_ (~brandon@204.28.118.69)
- # [20:10] * Joins: rc0mbs (~rcombs@rodgercombs.tk)
- # [20:12] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
- # [20:12] * Quits: rcombs (~rcombs@rodgercombs.tk) (Ping timeout: 258 seconds)
- # [20:12] * rc0mbs is now known as rcombs
- # [20:17] * Joins: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net)
- # [20:18] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [20:19] * Quits: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net) (Client Quit)
- # [20:19] * Joins: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net)
- # [20:24] * Quits: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net) (Ping timeout: 252 seconds)
- # [20:25] * Joins: alecf (~alecf@216.239.45.130)
- # [20:26] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Ping timeout: 252 seconds)
- # [20:32] * Quits: alecf (~alecf@216.239.45.130) (Quit: alecf)
- # [20:34] * Joins: lecuyer (~Thunderbi@76.91.254.71)
- # [20:38] * Quits: lecuyer (~Thunderbi@76.91.254.71) (Ping timeout: 252 seconds)
- # [20:39] * Joins: ambv (~ambv@ajh113.neoplus.adsl.tpnet.pl)
- # [20:40] * Joins: lecuyer (~Thunderbi@76.91.254.71)
- # [20:42] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [20:49] * Quits: lecuyer (~Thunderbi@76.91.254.71) (Ping timeout: 264 seconds)
- # [21:02] * Joins: Badreddin (~Nur@189.192.138.187)
- # [21:20] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [21:23] * Quits: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3) (Ping timeout: 246 seconds)
- # [21:24] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 246 seconds)
- # [21:26] <gsnedders> ambv: It should just be a case of outputting what is in the DOM, there shouldn't be any real magic needed?
- # [21:26] <gsnedders> Unless, of course, we build the DOM incorrectly. But I'd be surprised.
- # [21:26] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [21:29] <ambv> let me see
- # [21:29] * Quits: RobbertAtWork (~robbertat@212.238.236.229) (Remote host closed the connection)
- # [21:36] * Quits: Empty_One (~Emptyone@CPE-72-131-74-201.wi.res.rr.com) (Ping timeout: 252 seconds)
- # [21:37] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 258 seconds)
- # [21:41] <ambv> gsnedders: can you open treebuilders/dom.py so we can agree on what's the actual bug here?
- # [21:42] <gsnedders> ambv: Gimme ten minutes?
- # [21:42] <ambv> sure thing.
- # [21:46] * Joins: alecf (~alecf@216.239.45.130)
- # [21:46] * Joins: Zauberfisch|idle (~Zauberfis@2a01:4f8:100:73c3::3)
- # [21:58] * Quits: Ms2ger (~Ms2ger@21.205-242-81.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [21:59] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [22:01] * Quits: alecf (~alecf@216.239.45.130) (Quit: alecf)
- # [22:02] * Joins: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr)
- # [22:11] <gsnedders> ambv: Right, okay.
- # [22:11] <ambv> in line 230 there's the `attributes` dict built
- # [22:12] <ambv> it's built from itemsNS which unfortunately returns [((None, 'lang'), 'en')]
- # [22:13] * gsnedders wonders what this nsmap thing is
- # [22:13] <ambv> information is lost at that point and this is why there's the KeyError later on
- # [22:14] <ambv> because node.attributes.keys() returns "xml:lang" and not bare "lang"
- # [22:16] <gsnedders> Yay for relying on things that are totally non-standard.
- # [22:18] <ambv> basically the whole dom2sax will apply namespace declarations regardless of whether they're alien or pure HTML
- # [22:19] <ambv> and it does have a default namespace listed in the function definition which is "xml:"
- # [22:19] <gsnedders> Okay, I'm thinking we should do what I wanted to do for 1.1, and add a testadapters submodule that does magic~. Rewrite dom2sax as an operation going from a treewalker.
- # [22:19] <gsnedders> And then the existing dom2sax can handle this.
- # [22:20] <gsnedders> Or rather wrap this.
- # [22:21] <ambv> well, it's definitely good to fix it for 1.0 but this is a new feature so at that point I cannot independently help
- # [22:22] <gsnedders> Well, at the moment it's totally broken :)
- # [22:23] <ambv> why a submodule though?
- # [22:23] <gsnedders> The adapters used for testing the treewalkers (see test_treewalkers.py) should be moved there.
- # [22:23] * Joins: yorick (~yorick@oftn/member/yorick)
- # [22:23] <ambv> but you don't mean a git submodule?
- # [22:24] <gsnedders> A Python submodule.
- # [22:24] <ambv> yay for confusing terminology
- # [22:24] <ambv> haha
- # [22:24] <gsnedders> :)
- # [22:24] <ambv> OK, a Python module sounds great
- # [22:24] <gsnedders> Should I?
- # [22:24] <ambv> but
- # [22:25] <ambv> the module would need to be outside of the tests
- # [22:26] <gsnedders> Yes. But the treewalker tests already depend on the parser, so I'm not too bothered.
- # [22:27] * Joins: barneybook|2 (~kvirc@220-136-58-73.dynamic.hinet.net)
- # [22:27] <ambv> I'm more concerned that this is a non-trivial amount of work
- # [22:27] <gsnedders> It's a bit evil, because the adapters rely on the treewalkers whose tests rely on the adapters, but oh well.
- # [22:27] <gsnedders> Half an hour's work, I'd guess.
- # [22:27] <ambv> well if adapters will be outside of the tests, you'll need to document and test them too
- # [22:30] <gsnedders> Bah, it's not like dom2sax is documented now. :P
- # [22:30] * Quits: barneybook (~kvirc@220-136-210-66.dynamic.hinet.net) (Ping timeout: 252 seconds)
- # [22:30] <gsnedders> I'd only move dom2sax for 1.0, I expect.
- # [22:30] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [22:32] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Remote host closed the connection)
- # [22:32] <ambv> so, what's the plan (e.g. what should I work on now)?
- # [22:33] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [22:33] * Quits: SimonSapin (~simon@ip-134.net-89-2-126.rev.numericable.fr) (Ping timeout: 272 seconds)
- # [22:34] <gsnedders> ambv: #16 is a simple copy/paste job from the spec, if you want.
- # [22:34] <gsnedders> ambv: Or you can make sure the docstrings are actually up to date.
- # [22:35] <ambv> OK, so I'll drop #6 for the time being
- # [22:35] <gsnedders> ambv: Or you can give an opinion of whether we should drop simpletree (i.e., our own custom tree format, which AFAIK nobody uses)
- # [22:35] <ambv> you might reuse test_treeadapters though
- # [22:35] <gsnedders> Indeed, I will.
- # [22:36] <ambv> I'll make a separate PR just for that then
- # [22:36] <ambv> this will make tests fail, though ;)
- # [22:37] <gsnedders> Nah, don't worry.
- # [22:37] <gsnedders> I'll just grab it from your repo. :)
- # [22:37] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 256 seconds)
- # [22:38] <ambv> okay
- # [22:42] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Ping timeout: 276 seconds)
- # [22:57] * Quits: SonicX (~quassel@1.23.81.52) (Remote host closed the connection)
- # [23:02] * Joins: nimbu (~nimbu@216.1.187.162)
- # [23:02] * Quits: Lachy (~Lachy@cm-84.215.19.229.getinternet.no) (Ping timeout: 246 seconds)
- # [23:05] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:05] * Joins: SonicX (~quassel@1.23.81.52)
- # [23:07] * Quits: nimbu (~nimbu@216.1.187.162) (Quit: Leaving.)
- # [23:09] * Joins: nimbu (~nimbu@216.1.187.162)
- # [23:09] * Quits: SonicX (~quassel@1.23.81.52) (Read error: Connection reset by peer)
- # [23:25] * Joins: nimbu1 (~nimbu@sjfw1-a.adobe.com)
- # [23:26] * nimbu1 is now known as divya
- # [23:28] * Quits: nimbu (~nimbu@216.1.187.162) (Ping timeout: 264 seconds)
- # [23:29] <ambv> gsnedders: we should include SPEC.html in the repo
- # [23:29] <gsnedders> ambv: For what purpose?
- # [23:29] <ambv> so that a user can know at any point from what version the implementation was made
- # [23:29] <ambv> it's a living standard, last changes were put today
- # [23:30] * gsnedders is dubious because of the different in size it'll make
- # [23:30] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:354a:5710:ed09:daae)
- # [23:30] <ambv> copying and pasting paragraphs from the spec into source files isn't maintainable
- # [23:30] <gsnedders> I'd rather just document what SVN version we implemented.
- # [23:30] <gsnedders> (Size in terms of the size of the repo)
- # [23:30] <ambv> I wouldn't bundle the spec with the tarballs of course
- # [23:30] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Remote host closed the connection)
- # [23:31] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Quit: quit.)
- # [23:31] <ambv> as for the repo size, a couple of MBs here and there aren't that much of a difference nowadays, are they?
- # [23:31] <ambv> but the SVN revision is fine as well
- # [23:31] <zewt> what a waste of floppy disks
- # [23:31] <gsnedders> ambv: It's extra data to download when cloning the repo.
- # [23:32] <ambv> well git manages to compress those kinds of file pretty well while cloning
- # [23:32] <ambv> but as I said, SVN revision works for me too
- # [23:33] <ambv> HM!
- # [23:34] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [23:34] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
- # [23:34] <ambv> http://svn.whatwg.org/webapps/complete.html is older than http://www.whatwg.org/specs/web-apps/current-work/
- # [23:34] * Quits: RobbertAtWork (~robbertat@2001:980:9368:1:354a:5710:ed09:daae) (Ping timeout: 264 seconds)
- # [23:35] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Remote host closed the connection)
- # [23:35] <Hixie> oops
- # [23:36] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [23:36] <Hixie> fixed
- # [23:38] * Krinkle|detached is now known as Krinkle
- # [23:43] <ambv> Hixie: thanks!
- # [23:44] <gsnedders> There are advantages to using #whatwg for html5lib support. :)
- # [23:45] <ambv> gsnedders: https://github.com/html5lib/html5lib-python/pull/43
- # [23:46] <ambv> now the thing that bothers me is why is step 7 commented out
- # [23:47] <ambv> it doesn't look right anyway, should we just get rid of it
- # [23:47] <gsnedders> Step 7 isn't commented out, step 7 is line 1486 in your copy.
- # [23:47] <gsnedders> What that commented out code is I have no idea.
- # [23:47] * Quits: divya (~nimbu@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
- # [23:47] <ambv> ah, I see
- # [23:48] <ambv> I'll remove the code, git will remember it for us
- # [23:48] * Joins: nimbu (~nimbu@98.159.80.84)
- # [23:48] <gsnedders> Indeed.
- # [23:48] * Quits: nimbu (~nimbu@98.159.80.84) (Client Quit)
- # [23:49] <gsnedders> ambv: See pull #44
- # [23:50] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Remote host closed the connection)
- # [23:50] <ambv> gsnedders: #43 is now rebased
- # [23:50] <ambv> looking at 33
- # [23:51] <ambv> *44
- # [23:51] * gsnedders points out rebasing stuff breaks Critic, as well as the fact that he prefers to be able to easily see changes in pull requests (thus non-fast-forward changes are hard to work out what has changed from when I last looked at the pull request)
- # [23:52] <ambv> OK, will use fixup from now on
- # [23:53] * Joins: nimbu (~nimbu@216.1.187.162)
- # [23:53] <ambv> as for #44, +1 - this implementation makes sense to me when I read it. dom2sax didn't, confusion level: high.
- # [23:54] <gsnedders> :)
- # [23:54] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [23:54] * Quits: nimbu (~nimbu@216.1.187.162) (Client Quit)
- # [23:54] <gsnedders> ambv: I think I'm against comments from the spec in general, it's just the adoption agency algorithm is sufficently complex that I think it's useful.
- # [23:55] <ambv> fair enough. for comments that would be longer than the implementation I simply updated the step number
- # [23:57] <ambv> is doctype really capitalized "Doctype"? (line 21 in treeadapters/sax.py)
- # [23:57] <gsnedders> Yes.
- # [23:57] <ambv> yikes, that looks bad.
- # [23:57] <gsnedders> constants.py:3081
- # [23:57] <gsnedders> Really all the tokens should be classes, but oh well.
- # [23:59] <ambv> that's for 2.0
- # [23:59] <ambv> ;)
- # [23:59] <gsnedders> Indeed. :)
- # Session Close: Mon May 06 00:00:00 2013
The end :)