<< 25-03-2014 >>

00:02:05dom96'night
00:05:08*zahary quit (Read error: Operation timed out)
00:13:19*runvnc joined #nimrod
00:25:36NimBotAraq/Nimrod devel dd8929e Araq [+0 ±1 -1]: mongodb wrapper properly removed from core
00:26:32*Skrylar quit (Ping timeout: 252 seconds)
00:26:44NimBotAraq/Nimrod devel c2db191 Araq [+0 ±1 -0]: mongodb wrapper properly removed from core
00:27:06Araqgood night
00:42:13*XAMPP-8 joined #nimrod
00:42:24*XAMPP-8 quit (Read error: Connection reset by peer)
00:47:47fowlis mongo a package now?
00:47:59EXetoCyes
00:48:24fowlwhere is it, ill add it to packages.json
00:50:15*DAddYE quit (Remote host closed the connection)
00:50:46EXetoCfowl: It lacks both a README and things like update operations, but it's here https://github.com/nimrod-code/mongo.git
00:51:22EXetoCok gotta rename the package file too
00:53:27EXetoCdone
00:54:09fowlok
00:54:31EXetoC'src' should be 'lib'
01:00:35fowlEXetoC, what tags should it be
01:02:13EXetoCfowl: lib,binding,database?
01:02:47fowlill make it lib, wrapper, database
01:03:22NimBotnimrod-code/packages master 2e631eb Billingsly Wetherfordshire [+0 ±1 -0]: added mongo
01:39:19*Skrylar joined #nimrod
01:51:12*DAddYE joined #nimrod
01:53:44*nequitans_ quit (Read error: Connection reset by peer)
01:54:21*xenagi joined #nimrod
01:54:54*nequitans joined #nimrod
01:55:43*DAddYE quit (Ping timeout: 265 seconds)
01:58:35*psquid quit (Ping timeout: 252 seconds)
01:59:15*psquid joined #nimrod
02:00:51*Ransel_ joined #nimrod
02:02:26*gverilla quit (Ping timeout: 252 seconds)
02:07:25*Ransel_ quit (Ping timeout: 268 seconds)
02:08:51*gverilla joined #nimrod
02:22:43*BitPuffin quit (Ping timeout: 264 seconds)
02:30:44*Demos joined #nimrod
02:42:21*DAddYE joined #nimrod
03:07:52*xenagi quit (Quit: Leaving)
03:15:18*xtagon joined #nimrod
03:18:41*gverilla left #nimrod (#nimrod)
03:19:14*BitPuffin joined #nimrod
03:23:18*BitPuffin quit (Ping timeout: 240 seconds)
04:01:36*xtagon quit (Quit: Leaving)
04:03:18*cark quit (Read error: Connection reset by peer)
04:06:04*cark joined #nimrod
04:22:12*BitPuffin joined #nimrod
04:25:28*DAddYE quit (Remote host closed the connection)
04:25:55*DAddYE joined #nimrod
04:27:02*BitPuffin quit (Ping timeout: 246 seconds)
04:30:23*DAddYE quit (Ping timeout: 265 seconds)
05:12:47*fowl quit (Read error: Connection reset by peer)
05:12:55*fowl joined #nimrod
05:23:30*BitPuffin joined #nimrod
05:28:27*BitPuffin quit (Ping timeout: 268 seconds)
06:04:13*Ransel_ joined #nimrod
06:07:29*DAddYE joined #nimrod
06:14:07*Ransel_ quit (Ping timeout: 246 seconds)
07:13:09*Endy joined #nimrod
07:19:39*Demos quit (Read error: Connection reset by peer)
07:31:03*DAddYE quit (Remote host closed the connection)
07:31:33*DAddYE joined #nimrod
07:36:31*DAddYE quit (Ping timeout: 264 seconds)
07:50:59*DAddYE joined #nimrod
07:58:40NimBotnimrod-code/packages master 631bbd6 Billingsly Wetherfordshire [+0 ±1 -0]: add allegro5 package
08:11:06*silven joined #nimrod
08:45:01*runvnc quit (Quit: Leaving)
08:55:43*DAddYE quit (Remote host closed the connection)
08:56:10*DAddYE joined #nimrod
09:01:07*DAddYE quit (Ping timeout: 264 seconds)
09:08:38*Gxen joined #nimrod
09:17:20*faassen joined #nimrod
09:46:56*psquid quit (Ping timeout: 246 seconds)
09:47:34*psquid joined #nimrod
09:55:46*[1]Endy joined #nimrod
09:56:12*Gxen quit (Quit: Lost terminal)
09:59:55*Endy quit (Ping timeout: 264 seconds)
09:59:55*[1]Endy is now known as Endy
10:20:39*io2 joined #nimrod
10:56:30*BitPuffin joined #nimrod
11:00:51*BitPuffin quit (Ping timeout: 252 seconds)
11:38:37*io2 quit ()
11:50:56*Gxen joined #nimrod
11:52:25*soc1 joined #nimrod
12:21:25*soc1 quit (Quit: Leaving.)
12:35:51*faassen quit (Remote host closed the connection)
12:48:16*BitPuffin joined #nimrod
12:54:56flyxis there any documentation on how to format documentation comments?
12:55:20EXetoCYeah I don't like the idea of using the exact same name for a wrapper as the original lib. I don't want to have to perform local renames or introduce sub-directories in some cases
12:56:12EXetoCflyx: I've never seen any documentation on that
13:02:41Araqthere is a RST cheat sheet somewhere
13:02:50*Gxen quit (Quit: Lost terminal)
13:30:35flyxhm. cstring does not have a `[]`proc, does it
13:33:22Araqmycsring[i] works
13:34:10flyxah, it's just not defined in system, but added by magic
13:36:03Araqyeah
13:36:30flyxis it possible to create a cstring from a given cstring and an index? so that no content is copied, but the new cstring points at some character in the original cstring
13:37:15Araqcast[cstring](cast[int](s) + offset)
13:37:34Araqthere are also libraries for pointer arithmetic
13:37:41Araqcheck out fowl's stuff
13:37:47flyxgood to know, thanks
13:38:05Araqbbl
13:43:59*darkf quit (Quit: Leaving)
14:00:24*gXen joined #nimrod
14:02:12*flyx tries to use TBaseLexer from lexbase. as EndOfFile is '\0', how can I distinguish between a '\0' in the source and the end of the source?
14:03:46*gXen_ joined #nimrod
14:05:56*gXen quit (Ping timeout: 246 seconds)
14:05:56*gXen_ is now known as gXen
14:26:57*gXen_ joined #nimrod
14:27:47*gXen quit (Quit: gXen)
14:27:59*gXen_ quit (Client Quit)
14:28:15*gXen joined #nimrod
14:31:32*Ransel_ joined #nimrod
14:40:13*Ransel_ quit (Read error: Connection reset by peer)
14:54:21*Mordecai joined #nimrod
14:54:42*Mordecai is now known as Guest81650
14:56:58*psquid quit (Ping timeout: 240 seconds)
15:38:03*psquid joined #nimrod
15:38:05*silven quit (Ping timeout: 252 seconds)
15:40:25*silven joined #nimrod
15:40:47*Guest81650 quit (Ping timeout: 246 seconds)
16:07:35*vendethiel quit (Remote host closed the connection)
16:18:13*vendethiel joined #nimrod
16:29:06*gXen quit (Remote host closed the connection)
16:29:43*gXen joined #nimrod
16:29:50*io2 joined #nimrod
16:31:38*DAddYE joined #nimrod
16:34:11*gXen quit (Ping timeout: 252 seconds)
17:00:01*gXen joined #nimrod
17:04:26*gXen quit (Ping timeout: 252 seconds)
17:07:58BitPuffinAraq: is the nimprof output mimicing the output of gprof?
17:17:20dom96hi
17:32:59*q66 joined #nimrod
17:35:19*Matthias247 joined #nimrod
17:38:46Skrylarmeep!
17:57:37*gXen joined #nimrod
18:11:36*DAddYE quit (Remote host closed the connection)
18:12:02*DAddYE joined #nimrod
18:12:20*BitPuffin quit (Ping timeout: 246 seconds)
18:16:08NimBotnimrod-code/babel master ad11859 Grzegorz Adam Hankiewicz [+0 ±1 -0]: Adds verification of whitelisted files and directories.
18:16:08NimBotnimrod-code/babel master 4a764b1 Dominik Picheta [+0 ±1 -0]: Merge pull request #35 from gradha/pr_fail_bad_input... 2 more lines
18:16:35dom96Araq: ping
18:30:33*brson joined #nimrod
18:36:19*Trimsty joined #nimrod
18:41:00Skrylarit surprises me how simple ASTs can be in some languages o_O
18:54:58*Trimsty quit (Quit: Trimsty)
19:00:33*skyfexMobile joined #nimrod
19:04:36*Mat3 joined #nimrod
19:04:45Mat3Good Day
19:07:39*zahary joined #nimrod
19:10:16*skyfexMobile quit (Remote host closed the connection)
19:11:56*skyfexMobile joined #nimrod
19:14:03EXetoCskyfexMobile: are you the one who reported that error?
19:15:14*skyfexMobile quit (Remote host closed the connection)
19:45:02*Skrylar quit (Ping timeout: 252 seconds)
19:50:16*gXen quit ()
20:21:14*skyfexMobile joined #nimrod
20:22:15skyfexMobileEXetoC, which error?
20:25:35skyfexMobilebtw, anyone got a good tip for irc client on iphone? paid is fine if its good
20:26:38*BitPuffin joined #nimrod
20:31:33RaynesskyfexMobile: Colloquy is about as good as it gets, but they all suck because iOS cuts off connectivity to background apps.
20:31:50RaynesIf you close the app, your phone goes to sleep, etc, you get disconnected in about 10 minutes.
20:32:34RaynesYou can also use irccloud which is quite a bit more useful if you don't use a bouncer -- it keeps you connected even when you're not connected and persists channel logs for you.
20:32:41Raynes(like a bouncer, but easier)
20:35:29skyfexMobilehave you tried the Relay IRC app?
20:36:06Raynesno
20:37:03RaynesLooks good
20:37:08skyfexMobilesays push notofication with znc bouncer will come in 1.1 version maybe ill try it then
20:37:08RaynesBut still the same disconnect issues.
20:37:21RaynesDo you already have znc?
20:37:44RaynesThey most certainly mean that they can integrate with your existing bouncer to provide push notifications.
20:38:01RaynesIf you don't have one you'll have to set one up. Which is a good thing to do anyways, for what it's worth.
20:38:03RaynesJust not super trivial
20:40:34skyfexMobilei dont have it. but i have a server icould run it on
20:49:42*skyfexMobile quit (Remote host closed the connection)
20:51:02*skyfexMobile joined #nimrod
20:51:56*Endy quit (Ping timeout: 246 seconds)
20:53:16flyxare there bitshift operations in nimrod? I can't find them
20:54:02*skyfexMobile quit (Remote host closed the connection)
20:55:00dom96flyx: shr shl
20:58:40*skyfexMobile joined #nimrod
21:01:09NimBotnimrod-code/nimbuild master d1f9385 Dominik Picheta [+0 ±1 -0]: Website: Added still ignored to output gist.
21:01:09NimBotnimrod-code/nimbuild master 26adacd Dominik Picheta [+0 ±1 -0]: Website: Test diff numbers are now announced on IRC.
21:02:04*skyfexMobile quit (Remote host closed the connection)
21:04:19flyxkthx
21:12:09Mat3ciao
21:12:18*Mat3 quit (Quit: Verlassend)
21:47:16*Trixar_za quit (Ping timeout: 245 seconds)
21:47:44*Trixar_za joined #nimrod
21:59:42*Araq0 joined #nimrod
22:00:07Araq0Pong dom96
22:00:55dom96Araq0: Did you see what I wrote yesterday?
22:01:09Araq0No
22:01:09dom96Still need to figure out how to do this asyncnet thing.
22:01:13dom96But you can tell me later.
22:01:22dom96Are you going to be on your desktop today?
22:01:31Araq0I guess so
22:03:04Araq0But it will be late
22:04:42Araq0Well i am bored ask me now
22:05:50dom96well i'm busy now :P
22:07:17Araq0Bitpuffin stop playing computer games with my core devs!
22:07:35dom96That's now what i'm doing
22:07:43dom96*not
22:08:03Araq0It is funny either way
22:08:21dom96answer my PM
22:09:56fowlBitPuffin, please do the al_main thing now, the binding is mostly complete, just a few addons to do
22:12:16*gverilla joined #nimrod
22:16:20*delian66 joined #nimrod
22:31:59*AndChat-320025 joined #nimrod
22:34:38*Araq0 quit (Ping timeout: 240 seconds)
22:35:42*AndChat-320025 is now known as araq0
22:40:41*AndChat-320025 joined #nimrod
22:40:47*araq0 quit (Read error: Connection reset by peer)
22:44:51*Araq0 joined #nimrod
22:46:55*AndChat-320025 quit (Ping timeout: 268 seconds)
23:02:17*Kelet quit (Quit: Words do not express thoughts very well.)
23:06:05*darkf joined #nimrod
23:16:57*AndChat-320025 joined #nimrod
23:18:34*Araq0 quit (Ping timeout: 246 seconds)
23:27:03*Matthias247 quit (Quit: Matthias247)
23:33:50dom96Araq: if I make the PAsyncSocket distinct then I won't be able to access the fields that the underlying type defines without casting to that type
23:35:03Araqdom96: "dot inheritance" for distincts is a planned feature. should we give it super duper prio?
23:35:28Araqit's like 3 lines in the compiler
23:37:17BitPuffinAraq: what I haven't done that in a while :o
23:37:19EXetoCshould only take about a day then. do it!
23:37:35BitPuffinfowl: Will get to it when I'm done with this
23:38:15BitPuffinfowl: which should be in a few days or so
23:38:16dom96Araq: hrm, I guess.
23:38:16EXetoCdota + cs:go + cat videos?
23:38:31BitPuffinEXetoC: yes
23:38:54Araqdom96: ok. tell me how the pragma should be named
23:39:06Araq(yes we start with a pragma, as usual)
23:39:08BitPuffinAraq: I wasn't the one playing star craft 2 with dom96 when we were trying to kill the osx thing
23:39:09BitPuffin:P
23:39:28EXetoCdom96: hrm hrm
23:39:28BitPuffinAraq: {.penisExplosion.}
23:40:38AraqBitPuffin: we didn't play sc2. we played Dawn of War because we're too cool for mainstream RTS
23:43:28dom96Araq: Can you add it now?
23:43:47Araqyes
23:46:24Araqdom96: but we need a name .withDot ?
23:47:04Araqtype Foo {.borrow: `.` .} = Bar
23:47:12Araqtype Foo {.borrow: `.` .} = distinct Bar
23:48:20Araqwhat do you think? not too bad, right?
23:49:03dom96sure