/irc-logs / w3c / #css / 2014-09-17 / end

Options:

  1. # Session Start: Wed Sep 17 00:00:00 2014
  2. # Session Ident: #css
  3. # [00:03] * leaverou is now known as leaverou_away
  4. # [00:20] * Joins: {Darktears} (~darktears@public.cloak)
  5. # [00:21] * Quits: plh (plehegar@public.cloak) ("Leaving")
  6. # [00:26] * Quits: darktears (~darktears@public.cloak) (Client closed connection)
  7. # [00:34] <TabAtkins> plinss: I don't understand why, but Shepherd is parsing a dfn wrong in Flexbox.
  8. # [00:34] <TabAtkins> The dfn for "main axis" looks like <dfn title="main axis|main-axis">main axis</dfn> in both the TR and ED.
  9. # [00:35] <TabAtkins> In the "anchors" section of the data, it shows up with a linking_text of ["main axis", "main-axis"], as expected.
  10. # [00:35] <TabAtkins> But the draft_anchors section doesnt' have a linking_text.
  11. # [00:35] <TabAtkins> All it has is the title of "main axis".
  12. # [01:18] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  13. # [01:18] * Joins: zcorpan (~zcorpan@public.cloak)
  14. # [01:25] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  15. # [01:50] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  16. # [01:51] * Joins: tommyjtl (~tommyjtl@public.cloak)
  17. # [01:58] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  18. # [02:07] * Joins: jdaggett (~jdaggett@public.cloak)
  19. # [02:22] * Quits: lmcliste_ (~lmclister@public.cloak) ("")
  20. # [02:24] * Quits: adenilson (~anonymous@public.cloak) (adenilson)
  21. # [03:20] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
  22. # [03:28] <plinss> TabAtkins: fixed.
  23. # [03:28] <plinss> sorry, was a bug I introduced in normalizing the linking text, it was dropping it completely, the TR spec still had it because it hadn’t been re-parsed since the bug
  24. # [04:01] <TabAtkins> Thanks!
  25. # [04:06] * Joins: lmclister (~lmclister@public.cloak)
  26. # [04:20] * Quits: dauwhe_ (~dauwhe@public.cloak) (Client closed connection)
  27. # [04:35] * Joins: glenn (~gadams@public.cloak)
  28. # [05:09] * leaverou_away is now known as leaverou
  29. # [05:29] * Joins: tommyjtl (~tommyjtl@public.cloak)
  30. # [05:52] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  31. # [05:52] * Joins: tommyjtl (~tommyjtl@public.cloak)
  32. # [06:05] <birtles> TabAtkins: bikeshed is broken
  33. # [06:05] <birtles> FATAL ERROR: Couldn't read the local JSON file:
  34. # [06:05] <birtles> expected string or buffer
  35. # [06:06] <birtles> worked ~3 hours ago though
  36. # [06:09] <TabAtkins> birtles: Yayyyyy
  37. # [06:09] <birtles> TabAtkins: oh, was that intended?
  38. # [06:10] <TabAtkins> I brought the wrong computer home, so I can't investigate or fix until tomorrow morning.
  39. # [06:10] <TabAtkins> But!
  40. # [06:10] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  41. # [06:10] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  42. # [06:10] <TabAtkins> Try moving the contents of the file into a <pretty class=biblio>
  43. # [06:11] <TabAtkins> Omg, pre
  44. # [06:11] <TabAtkins> Stupid phone
  45. # [06:11] <birtles> :)
  46. # [06:11] <birtles> the contents of the file being biblio.json?
  47. # [06:11] <TabAtkins> Yeah
  48. # [06:11] <birtles> ok, I'll give it a shot, thanks
  49. # [06:11] <birtles> our spec builds on travis by pulling the latest version of bikeshed then running it... living on the bleeding edge ;)
  50. # [06:12] <birtles> no luck
  51. # [06:12] <birtles> oh wait
  52. # [06:13] <TabAtkins> Also kill the biblio.json, obvs
  53. # [06:13] <birtles> yeah, no luck
  54. # [06:13] <birtles> I renamed it to biblio.json.moveaside
  55. # [06:14] <birtles> so I assume it's not picking it up
  56. # [06:14] <TabAtkins> Yeah
  57. # [06:14] <birtles> I'll have a fiddle, but it can wait until tomorrow
  58. # [06:14] <TabAtkins> Okay, let's see if I can spot the problem from the web interface.
  59. # [06:16] * Joins: dbaron (~dbaron@public.cloak)
  60. # [06:24] <birtles> TabAtkins: is the order of the arguments passed to processSpecrefBiblioFile wrong?
  61. # [06:25] <birtles> hmm... maybe not
  62. # [06:26] <TabAtkins> Ah, it is!
  63. # [06:26] <birtles> yeah, in two places
  64. # [06:26] <TabAtkins> Two instances of it, one in ReferenceManager, one in __init__, both need their first two arguments swapped
  65. # [06:26] <birtles> after I fixed both of them it seems to work, or get further at least
  66. # [06:27] <TabAtkins> Still an error?
  67. # [06:28] <birtles> TabAtkins: yeah, a key error matching the biblio ref
  68. # [06:28] <TabAtkins> argleblarg, sorry for not testing more thoroughly.
  69. # [06:28] <TabAtkins> Paste exact error?
  70. # [06:29] <birtles> https://www.irccloud.com/pastebin/jYCEwb9F
  71. # [06:32] <TabAtkins> Oh, interesting. It's not finding fund-comp-graphics in the db; I suppose that's something you're reffing?
  72. # [06:33] <TabAtkins> (Obviously this shouldn't blow up like that.)
  73. # [06:36] <TabAtkins> birtles: Should have that fixed at least to the point that it avoids crashing.
  74. # [06:36] <birtles> yeah, it's in the biblio though
  75. # [06:37] <birtles> and it used to find it
  76. # [06:38] <TabAtkins> Yeah, I've been messing with the biblio code today, obviously, and must have messed something up.
  77. # [06:38] <TabAtkins> Does that come from your local biblio?
  78. # [06:44] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  79. # [06:45] * Joins: tommyjtl (~tommyjtl@public.cloak)
  80. # [06:45] <birtles> TabAtkins: yeah, the following line fails:
  81. # [06:45] <birtles> if "url" not in biblio or "title" not in biblio:
  82. # [06:46] <TabAtkins> Fails how? Excludes the entry? Throws an error?
  83. # [06:46] <TabAtkins> (I can't actually run anything right now, so I'm counting on you to report the results of my changes.)
  84. # [06:46] <birtles> it matches so the entry isn't added to the bibliography
  85. # [06:46] <birtles> so it seems like you've added a requirement for BOTH a url AND a title
  86. # [06:47] <TabAtkins> Which one is it lacking? Url?
  87. # [06:47] <birtles> yeah
  88. # [06:47] <birtles> it's a book
  89. # [06:47] <TabAtkins> Okay, one sec.
  90. # [06:47] <birtles> I can fix that
  91. # [06:48] <birtles> but then I get to the next error
  92. # [06:48] <birtles> :)
  93. # [06:48] <birtles> it's ok, if you want to leave it until tomorrow, there's no rush at my end
  94. # [06:48] <birtles> I can send you PRs for the first two fixes though
  95. # [06:50] <TabAtkins> Done.
  96. # [06:50] <TabAtkins> I've been fixing them through the web interface. ^_^
  97. # [06:50] <TabAtkins> You can edit files and push single-file commits through it.
  98. # [06:50] <birtles> wow, that's pretty impressive
  99. # [06:55] <birtles> TabAtkins: I get a KeyError at https://github.com/tabatkins/bikeshed/blob/master/bikeshed/biblio.py#L141
  100. # [06:56] <birtles> I guess it needs to test if the key exists before calling append
  101. # [06:56] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  102. # [06:56] * Joins: glenn (~gadams@public.cloak)
  103. # [06:56] <TabAtkins> ...huh. That doesn't make any sense. It's supposed to be a defaultdict.
  104. # [06:57] <TabAtkins> Never mind, it was a key error for 'type', right?
  105. # [06:57] <birtles> https://www.irccloud.com/pastebin/8PCe9tFj
  106. # [06:59] <TabAtkins> Still hitting that, weird.
  107. # [06:59] <TabAtkins> It's definitely a defaultdict, which is strange.
  108. # [06:59] <TabAtkins> The whole point of that is to avoid KeyErrors.
  109. # [07:00] <TabAtkins> Oh wait, no it's not, because I'm dumb.
  110. # [07:00] <TabAtkins> It's just the return value of a json parse, which is a standard dict.
  111. # [07:01] <birtles> also, unclosed string here: https://github.com/tabatkins/bikeshed/blob/master/bikeshed/ReferenceManager.py#L317
  112. # [07:01] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  113. # [07:01] <TabAtkins> That one's just embarrassing.
  114. # [07:02] <TabAtkins> Anyway, hopefully should retain its defaultdict-ness now.
  115. # [07:02] <birtles> no, I appreciate your help
  116. # [07:03] <birtles> TabAtkins: thank you!
  117. # [07:03] <birtles> it works!
  118. # [07:03] <TabAtkins> Yay!
  119. # [07:03] <TabAtkins> Blame Shane for making me want to play a boardgame and thus not testing as much as I needed to before pushing. ^_^
  120. # [07:03] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
  121. # [07:04] <birtles> ok, will do :)
  122. # [07:07] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  123. # [07:13] * Quits: lmclister (~lmclister@public.cloak) ("")
  124. # [07:27] * Joins: glenn (~gadams@public.cloak)
  125. # [07:44] * Joins: lmclister (~lmclister@public.cloak)
  126. # [07:45] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
  127. # [07:46] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
  128. # [07:51] * Joins: jdaggett_ (~jdaggett@public.cloak)
  129. # [07:52] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  130. # [07:53] * Joins: tommyjtl (~tommyjtl@public.cloak)
  131. # [07:54] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
  132. # [07:54] * jdaggett_ is now known as jdaggett
  133. # [08:00] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  134. # [08:24] * Joins: glenn (~gadams@public.cloak)
  135. # [08:27] * Joins: nvdbleek (~nvdbleek@public.cloak)
  136. # [08:31] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  137. # [08:36] * Joins: tommyjtl (~tommyjtl@public.cloak)
  138. # [08:36] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  139. # [08:36] * Joins: tommyjtl (~tommyjtl@public.cloak)
  140. # [08:39] * Quits: lmclister (~lmclister@public.cloak) ("")
  141. # [08:41] * Joins: glenn (~gadams@public.cloak)
  142. # [08:42] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  143. # [08:42] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  144. # [08:43] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  145. # [08:44] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  146. # [08:49] * Joins: tommyjtl (~tommyjtl@public.cloak)
  147. # [08:50] * Joins: zcorpan_ (~zcorpan@public.cloak)
  148. # [08:53] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  149. # [08:53] * Joins: tommyjtl (~tommyjtl@public.cloak)
  150. # [08:54] * Joins: tommyjt__ (~tommyjtl@public.cloak)
  151. # [08:55] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  152. # [09:00] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  153. # [09:06] * Joins: glazou (~glazou@public.cloak)
  154. # [09:08] * Quits: tommyjt__ (~tommyjtl@public.cloak) (Client closed connection)
  155. # [09:09] * Joins: tommyjtl (~tommyjtl@public.cloak)
  156. # [09:26] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  157. # [09:27] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  158. # [09:27] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  159. # [09:30] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  160. # [09:31] * Joins: tommyjtl (~tommyjtl@public.cloak)
  161. # [09:37] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  162. # [09:58] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  163. # [09:59] * Joins: tommyjtl (~tommyjtl@public.cloak)
  164. # [10:03] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  165. # [10:09] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  166. # [10:10] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  167. # [10:10] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  168. # [10:18] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
  169. # [10:21] * Joins: tommyjtl (~tommyjtl@public.cloak)
  170. # [10:23] * Quits: nvdbleek (~nvdbleek@public.cloak) (nvdbleek)
  171. # [10:26] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  172. # [10:32] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  173. # [10:33] * Joins: tommyjtl (~tommyjtl@public.cloak)
  174. # [10:33] * Joins: tantek (~tantek@public.cloak)
  175. # [10:35] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  176. # [10:41] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  177. # [10:44] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  178. # [10:44] * Joins: tommyjtl (~tommyjtl@public.cloak)
  179. # [10:48] * Joins: nvdbleek (~nvdbleek@public.cloak)
  180. # [10:48] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  181. # [10:48] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  182. # [10:50] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  183. # [10:50] * Joins: tommyjtl (~tommyjtl@public.cloak)
  184. # [10:54] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  185. # [10:58] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  186. # [10:58] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  187. # [10:59] * Joins: tommyjt__ (~tommyjtl@public.cloak)
  188. # [11:00] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  189. # [11:02] * Quits: tommyjt__ (~tommyjtl@public.cloak) (Client closed connection)
  190. # [11:03] * Joins: tommyjtl (~tommyjtl@public.cloak)
  191. # [11:04] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  192. # [11:38] * Joins: jet (~junglecode@public.cloak)
  193. # [11:42] * Quits: jet (~junglecode@public.cloak) (jet)
  194. # [12:06] * Quits: nvdbleek (~nvdbleek@public.cloak) (nvdbleek)
  195. # [12:29] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  196. # [12:35] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  197. # [12:36] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  198. # [12:36] * Joins: tommyjtl (~tommyjtl@public.cloak)
  199. # [12:40] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  200. # [12:44] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  201. # [12:50] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  202. # [12:50] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  203. # [12:50] * Joins: tommyjtl (~tommyjtl@public.cloak)
  204. # [12:57] * Joins: nvdbleek (~nvdbleek@public.cloak)
  205. # [12:57] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  206. # [13:14] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
  207. # [13:32] * Quits: tantek (~tantek@public.cloak) (tantek)
  208. # [13:40] * Joins: glenn (~gadams@public.cloak)
  209. # [13:45] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  210. # [13:45] * Joins: glenn (~gadams@public.cloak)
  211. # [13:50] * Joins: zcorpan (~zcorpan@public.cloak)
  212. # [13:57] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  213. # [14:08] * Joins: zcorpan (~zcorpan@public.cloak)
  214. # [14:21] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  215. # [14:26] * Joins: zcorpan (~zcorpan@public.cloak)
  216. # [14:47] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  217. # [14:52] * Joins: zcorpan (~zcorpan@public.cloak)
  218. # [15:03] * Joins: tantek (~tantek@public.cloak)
  219. # [15:16] * Joins: dauwhe (~dauwhe@public.cloak)
  220. # [15:43] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  221. # [15:45] * Joins: zcorpan (~zcorpan@public.cloak)
  222. # [16:05] * Joins: dwim_ (~dwim@public.cloak)
  223. # [16:17] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  224. # [16:25] * Joins: plh (plehegar@public.cloak)
  225. # [16:36] * Quits: plh (plehegar@public.cloak) (Ping timeout: 180 seconds)
  226. # [16:38] * Quits: mvujovic____ (~sid13458@public.cloak) (Client closed connection)
  227. # [16:38] * Quits: nikos (~uid28403@public.cloak) (Client closed connection)
  228. # [16:39] * Quits: krit (~sid15081@public.cloak) (Client closed connection)
  229. # [16:39] * Quits: slightlyoff (~sid1768@public.cloak) (Client closed connection)
  230. # [16:39] * Quits: ato (~sid16069@public.cloak) (Client closed connection)
  231. # [16:39] * Quits: achicu_____ (~sid13301@public.cloak) (Client closed connection)
  232. # [16:39] * Quits: cabanier (~sid15093@public.cloak) (Client closed connection)
  233. # [16:48] * Joins: nikos_ (~uid28403@public.cloak)
  234. # [16:48] * Joins: mvujovic____ (~sid13458@public.cloak)
  235. # [16:49] * Joins: cabanier (~sid15093@public.cloak)
  236. # [16:50] * Joins: achicu_____ (~sid13301@public.cloak)
  237. # [16:53] * Joins: slightlyoff (~sid1768@public.cloak)
  238. # [16:53] * Joins: krit (~sid15081@public.cloak)
  239. # [16:53] * Joins: ato (~sid16069@public.cloak)
  240. # [17:04] * Joins: tommyjtl (~tommyjtl@public.cloak)
  241. # [17:04] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  242. # [17:05] * Joins: tommyjtl (~tommyjtl@public.cloak)
  243. # [17:06] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  244. # [17:10] * Quits: nvdbleek (~nvdbleek@public.cloak) (Ping timeout: 180 seconds)
  245. # [17:11] * Joins: nvdbleek (~nvdbleek@public.cloak)
  246. # [17:11] * Quits: dwim_ (~dwim@public.cloak) (Ping timeout: 180 seconds)
  247. # [17:11] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  248. # [17:14] * Joins: zcorpan (~zcorpan@public.cloak)
  249. # [17:15] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  250. # [17:15] * Joins: zcorpan (~zcorpan@public.cloak)
  251. # [17:17] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  252. # [17:22] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  253. # [17:24] * Joins: dbaron (~dbaron@public.cloak)
  254. # [17:26] * Joins: lmclister (~lmclister@public.cloak)
  255. # [17:28] * Joins: plh (plehegar@public.cloak)
  256. # [17:34] * Quits: nvdbleek (~nvdbleek@public.cloak) (nvdbleek)
  257. # [17:38] * Quits: glazou (~glazou@public.cloak) (glazou)
  258. # [17:48] * Joins: glenn (~gadams@public.cloak)
  259. # [17:52] * Quits: tantek (~tantek@public.cloak) (tantek)
  260. # [17:59] * Joins: jet (~junglecode@public.cloak)
  261. # [18:02] * Quits: lmclister (~lmclister@public.cloak) (Client closed connection)
  262. # [18:03] * Joins: lmclister (~lmclister@public.cloak)
  263. # [18:04] * Quits: lmclister (~lmclister@public.cloak) (Client closed connection)
  264. # [18:04] * Joins: lmclister (~lmclister@public.cloak)
  265. # [18:04] * Quits: lmclister (~lmclister@public.cloak) (Client closed connection)
  266. # [18:05] * Joins: lmclister (~lmclister@public.cloak)
  267. # [18:12] * Quits: lmclister (~lmclister@public.cloak) ("")
  268. # [18:21] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  269. # [18:21] * Joins: tommyjtl (~tommyjtl@public.cloak)
  270. # [18:23] * leaverou is now known as leaverou_away
  271. # [18:26] * Joins: tantek (~tantek@public.cloak)
  272. # [18:37] * Quits: tantek (~tantek@public.cloak) (Ping timeout: 180 seconds)
  273. # [19:05] * Joins: jcraig (~jcraig@public.cloak)
  274. # [19:12] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  275. # [19:15] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  276. # [19:34] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  277. # [19:35] * Joins: tommyjtl (~tommyjtl@public.cloak)
  278. # [19:40] * Joins: lmclister (~lmclister@public.cloak)
  279. # [19:40] * Quits: lmclister (~lmclister@public.cloak) (lmclister)
  280. # [19:42] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  281. # [19:51] * Joins: tommyjtl (~tommyjtl@public.cloak)
  282. # [19:54] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
  283. # [19:55] * Joins: tommyjtl (~tommyjtl@public.cloak)
  284. # [19:58] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  285. # [20:04] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  286. # [20:06] * Quits: jet (~junglecode@public.cloak) (jet)
  287. # [20:35] * Joins: lmclister (~lmclister@public.cloak)
  288. # [20:35] * Quits: lmclister (~lmclister@public.cloak) (lmclister)
  289. # [20:40] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
  290. # [20:40] * Joins: dauwhe (~dauwhe@public.cloak)
  291. # [20:54] * Joins: nvdbleek (~nvdbleek@public.cloak)
  292. # [21:51] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  293. # [21:53] * Joins: glenn_ (~gadams@public.cloak)
  294. # [22:00] * Quits: glenn_ (~gadams@public.cloak) (Ping timeout: 180 seconds)
  295. # [22:11] * Quits: {Darktears} (~darktears@public.cloak) (Client closed connection)
  296. # [22:13] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
  297. # [22:18] * Joins: darktears (~darktears@public.cloak)
  298. # [22:18] * Quits: tommyjtl_ (~tommyjtl@public.cloak) (Client closed connection)
  299. # [22:19] * Joins: tommyjtl (~tommyjtl@public.cloak)
  300. # [22:22] * Joins: tommyjtl_ (~tommyjtl@public.cloak)
  301. # [22:28] * Quits: tommyjtl (~tommyjtl@public.cloak) (Ping timeout: 180 seconds)
  302. # [22:41] * Quits: nvdbleek (~nvdbleek@public.cloak) (nvdbleek)
  303. # [22:52] * Joins: dbaron (~dbaron@public.cloak)
  304. # [23:23] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
  305. # [23:24] * Joins: adenilson (~anonymous@public.cloak)
  306. # [23:57] * Joins: jet (~junglecode@public.cloak)
  307. # Session Close: Thu Sep 18 00:00:00 2014

The end :)