00:13:43 | * | fowl quit (Ping timeout: 264 seconds) |
00:26:26 | * | fowl joined #nimrod |
01:17:09 | * | q66 quit (Quit: Leaving) |
02:13:55 | * | BitPuffin quit (Ping timeout: 256 seconds) |
04:44:02 | * | DAddYE quit (Read error: Connection reset by peer) |
05:02:51 | * | DAddYE joined #nimrod |
05:21:33 | * | OrionPK quit (Quit: Leaving) |
05:39:19 | * | DAddYE quit (Remote host closed the connection) |
06:14:13 | * | XAMPP joined #nimrod |
06:18:41 | * | XAMPP quit (Ping timeout: 248 seconds) |
06:35:07 | * | EXetoC joined #nimrod |
06:59:19 | * | EXetoC quit (Ping timeout: 246 seconds) |
07:06:13 | * | Araq_ joined #nimrod |
07:29:04 | * | Araq_ quit (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212]) |
07:39:52 | * | EXetoC joined #nimrod |
08:31:18 | * | zahary____ left #nimrod (#nimrod) |
08:44:31 | * | dom96_ joined #nimrod |
08:45:12 | * | dom96_ quit (Client Quit) |
09:25:36 | * | silven_ joined #nimrod |
09:32:06 | * | EXetoC quit (*.net *.split) |
09:32:07 | * | Roin quit (*.net *.split) |
09:32:08 | * | silven quit (*.net *.split) |
09:35:00 | * | q66 joined #nimrod |
09:38:20 | * | Roin joined #nimrod |
09:42:57 | * | EXetoC joined #nimrod |
09:59:37 | * | Araq_ joined #nimrod |
10:06:23 | * | BitPuffin joined #nimrod |
10:29:23 | SirSkidmore | hey dom96 you around? |
10:29:34 | SirSkidmore | I'm finally getting back to looking at nimkernel |
10:31:07 | * | dom96_ joined #nimrod |
10:31:19 | dom96_ | I'm at work but yeah, kinda here. |
10:31:49 | SirSkidmore | nimbase.h:376:28: error: 'assert_numbits' declared as an array with a negative size I'm getting this error when I try to run nakefile run |
10:32:41 | dom96_ | I had that when I specified an incorrect CPU IIRC |
10:32:51 | dom96_ | But it should be specified in nimkernel's .cfg file |
10:35:23 | SirSkidmore | ohh |
10:35:30 | SirSkidmore | wait, it is |
10:36:21 | SirSkidmore | I deleted the line and everything compiled correctly |
10:37:04 | SirSkidmore | but then when I get to ld, it says main.o: file not recognized: File format not recognized |
10:40:01 | dom96_ | no idea why that would happen |
10:40:06 | SirSkidmore | :/ |
10:40:08 | SirSkidmore | okay |
10:44:15 | SirSkidmore | iirc everything compiled on the first go-around on my nix machine |
10:47:53 | dom96_ | are you doing this on windows? |
10:48:30 | EXetoC | meep |
10:49:05 | SirSkidmore | dom96_: nah Mac |
11:00:21 | dom96_ | that may be the problem |
11:00:31 | dom96_ | Follow the osdev instructions they may help. |
11:00:50 | SirSkidmore | I thought I did |
11:00:58 | SirSkidmore | but I guess I didn't do a very good job |
11:00:59 | SirSkidmore | ahah |
11:50:11 | Araq_ | EXetoC: try to bootstrap with -d:useFFI to get FFI support at compile time but it's experimental |
12:06:50 | EXetoC | ok |
12:09:29 | Araq_ | bonus points if you can get it to work on windows |
12:17:28 | * | Associat0r quit (Quit: Associat0r) |
12:30:04 | * | dom96_ quit (Ping timeout: 246 seconds) |
13:02:51 | * | gradha joined #nimrod |
13:12:12 | * | shafire joined #nimrod |
13:58:08 | * | Araq_ quit (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212]) |
14:03:39 | * | XAMPP joined #nimrod |
14:04:25 | gradha | so there's parsexml and htmlparse |
14:05:10 | gradha | oh, htmlparse builds on the other, and that's why parsexml has to support ugly html |
14:46:12 | gradha | can I haz a recursive iterator to implement an xml findAll proc? |
14:48:18 | * | BitPuffin quit (Read error: Connection reset by peer) |
14:48:39 | * | BitPuffin_ joined #nimrod |
14:53:23 | * | OrionPK joined #nimrod |
14:58:37 | gradha | TXmlNode.k is not exported, so I can't check the type before calling tag() on it, which crashes if the type is incorrect |
14:59:17 | * | BitPuffin_ is now known as BitPuffin |
15:48:03 | * | BitPuffin quit (Ping timeout: 245 seconds) |
16:10:25 | * | Endy joined #nimrod |
16:12:48 | * | shafire left #nimrod (#nimrod) |
16:57:17 | * | Trix[a]r_za is now known as Trixar_za |
17:41:54 | * | Trixar_za is now known as Trix[a]r_za |
17:56:48 | dom96 | SirSkidmore: Got it working? |
18:22:23 | EXetoC | Araq: what would FFI be used for in this case? isn't the problem that it doesn't recognize the fact that 'importc' is of no relevance at this time, since it's just being treated as an expression at compile-time? |
18:25:53 | EXetoC | or maybe the FFI stuff does nothing other than recognize that in this case |
18:26:13 | dom96 | FFI stand for foreign function interface |
18:26:24 | dom96 | Using importc means using foreign function. |
18:26:28 | dom96 | *stand |
18:26:30 | dom96 | *stands |
18:29:01 | EXetoC | seems like more of a runtime thing. whatever, I'll try it some time |
18:30:15 | EXetoC | I'll just get it over with. modifying the arch package should be simple |
18:35:46 | EXetoC | dom96: did the .babel/libs -> .babel/pkgs transition happen recently? |
18:36:12 | dom96 | yes |
18:36:48 | EXetoC | makes sense. I guess the default nimrod.cfg needs to be modified |
18:38:05 | dom96 | yes |
18:38:38 | EXetoC | will do |
18:42:25 | EXetoC | Araq: nevermind, silly question. I'm getting a relevant ICE, so it's being used alright. will report it |
18:48:45 | EXetoC | dom96: will anyone be able to add packages eventually? though I guess just having a couple of people with commit access will go a long way |
18:50:55 | gradha | babel 2.0 will feature a distributed package managing system including bittorrent and PKI based encryption, optionally over tor |
18:51:32 | gradha | actually, maybe it could adopt bittorrent sync |
18:51:41 | EXetoC | cool |
18:52:55 | gradha | the bottleneck will still be dom96 accepting pull requests to update a central index of the keys to the distributed hosts, though |
18:57:11 | EXetoC | you could have an unofficial repository as well |
18:58:02 | EXetoC | a la Arch, and maybe Ubuntu's multiverse thing works similarly |
18:59:12 | dom96 | EXetoC: I'd rather make sure people don't abuse the system :P |
18:59:24 | dom96 | You can already do: babel update <url> |
19:00:59 | EXetoC | ok |
19:03:51 | OrionPK | quality control is a good thing |
19:05:10 | EXetoC | you know what you get if it's unofficial |
19:05:15 | EXetoC | but I don't mind either way |
19:05:40 | gradha | dom96: you should create a babelstore |
19:07:30 | dom96 | gradha: would that automatically submit packages? |
19:08:05 | gradha | no, you would hire a cohort of people to approve packages every week or two |
19:08:19 | gradha | or implement it with a script using random() for a delay |
19:08:25 | gradha | whatever you think is more cost effective |
19:19:25 | dom96 | perhaps I should start asking people to pay me to review their packages? |
19:21:03 | gradha | and for people who don't pay you could write blog posts about their horrendous style |
19:21:39 | EXetoC | dom96: I could do it. I know you have plenty of money already! |
19:22:11 | dom96 | hah, I wish. |
19:24:11 | dom96 | Araq is the one who has plenty of money. He gets $3 every week on gittip! |
19:25:56 | EXetoC | nice |
19:28:21 | dom96 | So apparently there is a band called "Prodigy" and "The Prodigy" |
19:28:43 | gradha | sounds like the go language and the go! language or something |
19:29:52 | EXetoC | dom96: there is! |
19:30:04 | dom96 | bbl |
19:41:05 | * | SirSkidmore quit (Ping timeout: 248 seconds) |
19:45:13 | * | SirSkidmore joined #nimrod |
19:46:08 | * | OnionPK joined #nimrod |
19:49:04 | * | OrionPK quit (Ping timeout: 276 seconds) |
19:55:25 | * | silven joined #nimrod |
19:57:48 | * | silven_ quit (Ping timeout: 276 seconds) |
20:06:38 | dom96 | back |
20:44:17 | * | gradha quit (Quit: bbl, need to watch https://www.youtube.com/watch?v=1ZZC82dgJr8 again) |
20:50:23 | * | Endy quit (Ping timeout: 240 seconds) |
21:24:29 | EXetoC | meeep |
21:24:44 | Araq | muuup |
23:16:55 | * | Trix[a]r_za is now known as Trixar_za |