<<13-02-2013>>

00:02:55*gour --> sleep
00:03:10*gour quit (Quit: WeeChat 0.4.0)
00:27:28*XAMPP-8 quit (Ping timeout: 272 seconds)
00:27:39*silven quit (Read error: Connection reset by peer)
00:27:53*silven joined #nimrod
00:55:20*Anaphaxeton quit (Ping timeout: 272 seconds)
01:36:11*SchalaZeal joined #nimrod
01:59:35*q66 quit (Quit: Quit)
02:26:14*XAMPP-8 joined #nimrod
02:27:03*reactormonk quit (Quit: WeeChat 0.4.0)
02:35:50*reactormonk joined #nimrod
03:09:47SchalaZealfor the ECMA target, if a symbol has an underscore, would it work if I did it like... `_foo`?
03:11:40reactormonkSchalaZeal, importc?
03:12:25SchalaZealah ok, yeah I've been doing that but the way it looks...doesn't feel right
03:12:39reactormonkSchalaZeal, don't do it
03:13:00SchalaZealdon't do what? the ``?
03:13:11reactormonkSchalaZeal, what do you want to do exactly?
03:13:19SchalaZealwrap EaselJS
03:14:40reactormonkexample code?
03:14:46SchalaZealhang on
03:15:28SchalaZealhttp://pastebin.com/qHdewXna
04:44:18*fowl joined #nimrod
04:54:52*SchalaZeal quit (Quit: Konversation terminated!)
04:55:26*fowl quit (Quit: Leaving)
04:56:38*XAMPP-8 quit (Ping timeout: 272 seconds)
04:59:10*XAMPP-8 joined #nimrod
05:59:20*XAMPP-8 quit (Ping timeout: 272 seconds)
06:06:26*XAMPP-8 joined #nimrod
07:25:47*gour joined #nimrod
07:41:56*XAMPP-8 quit (Ping timeout: 272 seconds)
09:06:13*gour quit (Disconnected by services)
09:06:13*gour_ joined #nimrod
09:30:45*gour_ is now known as gour
09:41:23*SchalaZeal joined #nimrod
10:31:23*SchalaZeal quit (Quit: Konversation terminated!)
10:56:37*fowl joined #nimrod
11:03:34*Anaphaxeton joined #nimrod
11:19:49*q66 joined #nimrod
17:34:29*XAMPP-8 joined #nimrod
17:40:09reactormonkAraq, do we have a logo for nimrod?
17:40:37*q66 quit (Quit: Quit)
17:43:16dom96reactormonk: There was someone here who designed one a while back (filwit), and it looks pretty awesome. Araq requested a little colour changes IIRC. Filwit never got around to it though I guess.
17:45:28dom96reactormonk: There is also the old logo, it might be in the nimrod repo.
17:47:06dom96Last time I spoke to filwit he said he is still interested in Nimrod, but that he is busy. I'm not sure whether he's busy or whether that's changed.
17:48:10dom96!seen filwit
17:48:10NimBotfilwit was last seen on Sat Jul 14 21:11:01 2012 quitting with message: Quit: Leaving
17:49:49*FreeArtMan joined #nimrod
17:56:29reactormonkdom96, vector around somewhere?
17:57:28dom96on my computer :P
18:02:01*XAMPP-8 quit (Ping timeout: 256 seconds)
18:55:10*Zerathul joined #nimrod
19:00:36*FreeArtMan quit (Read error: Connection reset by peer)
19:00:46*FreeArtMan joined #nimrod
19:02:56reactormonkdom96, gimme ;-)
19:03:29dom96what for?
19:30:43*q66 joined #nimrod
19:37:37*FreeArtMan quit (Quit: rm -rf /)
19:37:47*Zerathul quit (Ping timeout: 256 seconds)
19:38:34*Zerathul joined #nimrod
19:44:11*q66 quit (Quit: Quit)
19:52:43*Amrykid is now known as XAMPP2
19:52:47*XAMPP2 is now known as Amrykid
20:01:35*Zerathul quit (Ping timeout: 256 seconds)
20:02:50*Zerathul joined #nimrod
20:06:11*Zerathul_ joined #nimrod
20:07:15*Zerathul quit (Ping timeout: 256 seconds)
20:07:21*Zerathul_ is now known as Zerathul
20:12:55*q66 joined #nimrod
20:14:52*Anaphaxeton quit (Quit: Αποχώρησε)
20:36:10*Zerathul quit (Ping timeout: 256 seconds)
20:36:37*Zerathul joined #nimrod
20:40:20*q66 quit (Quit: Quit)
20:46:45*gradha joined #nimrod
21:34:24*q66 joined #nimrod
21:41:40*q66 quit (Quit: Quit)
21:44:11*q66 joined #nimrod
21:51:04*gour quit (Quit: WeeChat 0.4.0)
21:59:16*fowl quit (Ping timeout: 240 seconds)
22:14:49*fowl joined #nimrod
22:18:40*q66 quit (Quit: Quit)
22:21:02*Zerathul quit (Ping timeout: 256 seconds)
22:21:39*Zerathul joined #nimrod
22:28:27*fowl_ joined #nimrod
22:30:50*fowl quit (Ping timeout: 260 seconds)
22:33:43*Anaphaxeton joined #nimrod
22:34:52*q66 joined #nimrod
22:38:23gradhaidea, make the nimrod forum let users pick posts as their "blog", so going to their profile page you would get their "blog" plus you automatically have comments and discussion. Oh man, somebody should pay me mountains of gold.
22:39:26reactormonkgradha, discourse? ^^
22:40:05gradhadidn't look at it, most comments on it were negative, your thoughts?
22:45:01reactormonkgradha, negative like? looks fancy to me.
22:45:39gradhaso far it's sandboxed beta with no specific aim, it doesn't seem aimed for blogging
22:46:20gradhaI guess you could pick the source and serve it yourself
22:47:15gradhainteresting, ror implementation, from .net guys
22:49:18reactormonkgradha, yet another one?
22:49:48gradhadon't understand
22:58:24*fowl_ is now known as fowl
22:58:27*fowl quit (Changing host)
22:58:27*fowl joined #nimrod
23:04:18*Zerathul quit (Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201065344])
23:06:06gradhais it possible to write a proc foo such that it calls bar, with bar having a default parameter, and foo "inheriting" that default parameter? The goal would be, if bar changes its default parameter foo gets updated too
23:06:48Araqproc foo() = bar() # call 'bar' with default value
23:07:04Araqthat's not what you mean I guess
23:07:56gradhaI have one proc with many params, and another template trying to reduce some of it
23:08:22gradhamaybe a varargs of expr in the template?
23:08:59Araqwithout seeing your example I can't help you
23:10:15reactormonkimpicits! >:)
23:10:25reactormonks/imp/impl/
23:14:29gradhainteresting, I was getting compilation error on default template parameters, to verify if their syntax was wrong I deleted them and SIGSEGV
23:15:03Araqbug report for any sigsegv please
23:18:48*q66[mb] joined #nimrod
23:19:37*q66 quit (Quit: Quit)
23:20:31gradhaI guess dumping my whole project is not very welcome?
23:21:23AraqI don't mind it too much
23:21:34Araqjust give a working link in the bug report
23:22:08Araqthe compiler crashes, right? and not your code?
23:23:21gradhano binary produced
23:23:40gradhathis stacktrace looks familiar http://pastebin.com/M9xeMaJ8
23:25:02gradhaclose to https://github.com/Araq/Nimrod/issues/314 but not the same
23:27:08Araqyeah hrm
23:27:11*q66[mb]_ joined #nimrod
23:27:19*apotheon left #nimrod (#nimrod)
23:27:32*q66[mb] quit (Read error: Connection reset by peer)
23:27:37*q66[mb]_ is now known as q66[mb]
23:29:52Araqgradha: it's a trivial bug
23:30:02Araqit means your types are fucked up ;-)
23:30:28gradhathat's nice, I've isolated now a chunk of code without types
23:32:03gradhathere you go https://gist.github.com/gradha/4949394 my awesome clusterfuck of code
23:32:21*q66[mb]_ joined #nimrod
23:32:27*q66[mb] quit (Read error: Connection reset by peer)
23:32:41gradhaI'll add an issue now with its stacktrace
23:32:45*q66[mb]_ is now known as q66[mb]
23:35:39gradhahttps://github.com/Araq/Nimrod/issues/331
23:36:11gradhaI'll go to sleep to sort out my type problems
23:36:15*gradha quit (Quit: bbl, have youtube videos to watch)
23:50:37*Anaphaxeton quit (Remote host closed the connection)