00:00:27 | ponce | now that's cute |
00:01:09 | Araq | you can do quite a lot with macros ... ;-) |
00:22:23 | * | Vladar quit (Quit: Leaving) |
01:02:45 | ponce | are Nimrod generics implemented with type erasure or specialization? |
01:02:56 | Araq | specialization |
01:19:46 | ponce | proc downloadFile*(url: string; outputFilename: string) < what does the * stand for? |
01:19:53 | ponce | I see it a lot in stdlib source |
01:20:01 | Araq | that it's exported |
01:20:12 | ponce | ok |
01:20:28 | Araq | newer docs will exclude it |
01:20:46 | Araq | as it's obviously exported otherwise it wouldn't be listed in the docs ... |
01:21:53 | Araq | good night |
01:30:15 | ponce | good night too |
02:34:33 | * | Trixar_za is now known as Trix[a]r_za |
04:24:26 | * | FreeArtMan quit (Quit: Out of this 3D) |
04:54:58 | * | a_peach joined #nimrod |
05:22:38 | * | ccssnet quit (Ping timeout: 245 seconds) |
05:37:13 | * | ccssnet joined #nimrod |
05:56:23 | * | ccssnet quit (Ping timeout: 245 seconds) |
06:32:53 | * | ccssnet joined #nimrod |
11:29:35 | * | FreeArtMan joined #nimrod |
14:07:47 | * | Araq_ joined #nimrod |
14:20:37 | * | Araq_ quit (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121119183901]) |
14:31:24 | * | q66 joined #nimrod |
15:17:38 | * | FreeArtMan quit (Excess Flood) |
15:18:08 | * | FreeArtMan joined #nimrod |
15:30:14 | * | FreeArtMan quit (Read error: Operation timed out) |
16:07:31 | * | shevy left #nimrod ("I'll be back ... maybe") |
19:09:48 | * | Vladar joined #nimrod |
20:49:29 | Araq | ugh, who ordered generic converters again? ... pita to implement ... |
21:04:21 | Araq | ok, not really ;-) |
21:17:40 | reactormonk | Araq, that was fast |
21:21:32 | Araq | reactormonk: what package managent does scala use? |
21:35:19 | Araq | dom96: bug #266 shows you the side effects of 'doc2' :P |
21:36:36 | dom96 | mmm |
21:37:02 | reactormonk | Araq, sbt |
21:37:40 | dom96 | Araq: Maybe I should create an issue for osproc docs not being generated properly? |
21:41:20 | Araq | dom96: maybe ... |
21:45:45 | dom96 | done |
21:49:50 | Araq | well I wonder how to fix #266 |
21:50:14 | Araq | we could tell doc2 to use --os:linux |
21:50:38 | dom96 | or we could check for defined(nimdoc)? |
21:51:33 | Araq | yeah |
21:51:48 | dom96 | You know, it would actually be nice to make the doc generator say whether a function is present under say Windows. |
21:52:13 | dom96 | Shouldn't be that hard to implement, right? |
21:52:24 | Araq | meh |
21:52:26 | Araq | it is |
21:52:39 | dom96 | pity. |
21:52:47 | Araq | and I prefer to work on the compiler and not on the doc generator |
22:06:46 | Araq | documentation for osproc is in fact generated properly the problem is that doc2 skips forward declarations |
22:06:59 | Araq | and the real declarations have no doc comments |
22:08:59 | Araq | but I guess it should be the other way round |
22:13:59 | Araq | but argh we have no exception tracking then ... |
23:05:46 | * | Trix[a]r_za is now known as Trixar_za |