00:04:06 | * | gradha quit (Quit: Leaving) |
00:10:12 | * | q66 quit (Quit: Quit) |
00:18:44 | Araq | btw zahary, do you use inplace RC'ing in the new GC or external buffers? |
00:31:31 | Araq | good night |
00:33:02 | NimBot | Araq/Nimrod 2f54670 Dominik Picheta [+0 ±1 -0]: Fixed osproc.execCmdEx; tester should now succeed. |
00:35:01 | NimBot | nimrod-code/Aporia e931e3c Dominik Picheta [+0 ±2 -0]: PStream is no longer closed in processes.nim |
00:35:01 | NimBot | nimrod-code/Aporia 0ef95ca Dominik Picheta [+0 ±3 -0]: Fixed a bug with suggest where project files are not being handled... 2 more lines |
00:35:06 | dom96 | 'night |
02:34:12 | * | XAMPP-8 joined #nimrod |
03:03:05 | * | Anaphaxeton quit (Remote host closed the connection) |
05:15:53 | * | codeallergy quit () |
08:29:39 | * | Araq_ joined #nimrod |
08:30:03 | * | Araq_ quit (Client Quit) |
08:38:43 | * | zahary_ quit (Quit: ZNC - http://znc.in) |
08:41:22 | * | zahary_ joined #nimrod |
08:42:35 | * | XAMPP-8 quit (Ping timeout: 260 seconds) |
08:44:41 | * | Araq_ joined #nimrod |
08:45:03 | * | Araq_ quit (Client Quit) |
09:02:04 | * | XAMPP-8 joined #nimrod |
11:36:42 | * | Amrykid quit (Ping timeout: 264 seconds) |
11:38:35 | * | Amrykid joined #nimrod |
11:59:17 | * | zahary quit (Ping timeout: 248 seconds) |
12:03:44 | * | zahary joined #nimrod |
12:06:22 | * | zahary1 joined #nimrod |
12:07:48 | * | zahary quit (Ping timeout: 248 seconds) |
12:10:41 | * | zahary1 quit (Ping timeout: 252 seconds) |
12:58:26 | * | Anaphaxeton joined #nimrod |
13:24:19 | * | zahary joined #nimrod |
13:31:02 | * | Trix[a]r_za is now known as Trixar_za |
14:02:48 | * | Amrykid quit (Changing host) |
14:02:48 | * | Amrykid joined #nimrod |
14:54:08 | * | q66 joined #nimrod |
14:56:22 | * | Trixar_za is now known as Trix[a]r_za |
15:24:10 | * | gradha joined #nimrod |
15:35:00 | * | XAMPP-8 quit (Ping timeout: 260 seconds) |
15:54:15 | * | fowl joined #nimrod |
17:11:04 | * | codeallergy joined #nimrod |
17:34:09 | gradha | right now the os module documents paramCount and paramStr in the when defined(windows) branch |
17:34:34 | gradha | the result is I get blank docstrings under macosx |
17:35:01 | gradha | is the solution to this problem to forward declare procs in a generic block for all oses with docstrings, then just implement them in the branches? |
17:35:28 | gradha | if so, what would happen if you have a docstring for a forward declared proc, and another one in the proc itself? do the add? do they overwrite? |
17:42:48 | * | XAMPP-8 joined #nimrod |
18:03:28 | Araq | gradha: I'm not sure, I think it does overwrite |
18:03:55 | Araq | but no matter what it does, it shouldn't be a problem |
18:04:12 | gradha | in the meantime I've been confabulating for a feature request for the doc generator |
18:04:54 | Araq | which feature? |
18:06:29 | gradha | the doc "compiler" would warn if a new docstring overwrites the previous one |
18:15:29 | Araq | *shrug* is that a common problem? |
18:16:48 | gradha | IIRC system.nim forward declares stuff with docstrings, then you have a happy gradha users who goes in and says "oh, proc something inside systemwhatever.nim is lacking a docstring, let's add one!" |
18:19:37 | gradha | it would be less of a problem if "include" didn't exist and all docstrings had to be in the same file for the code unit |
18:21:18 | Araq | you could also simply check for an export marker |
18:21:29 | Araq | if it has one, it need documentation |
18:22:16 | Araq | technically both headers could have the * but my coding style avoids that and maybe the compiler should enforce it |
18:22:21 | reactormonk | Araq, oh, found the bug. it's nimrod. |
18:22:32 | Araq | reactormonk: of course ... :-/ |
18:22:33 | reactormonk | Araq, client_26106.geometry_10009 should be client_26106.geometry |
18:23:19 | reactormonk | How do I tell it to import fields? good old importc statement? |
18:23:39 | Araq | yes |
18:24:03 | reactormonk | time for some macros... |
18:26:47 | gradha | yes, enforcing that coding convention would have the same effect with regards of knowing where to write the docstrings |
18:32:06 | * | FreeArtMan joined #nimrod |
18:46:11 | * | gradha quit (Ping timeout: 244 seconds) |
18:56:14 | * | shevy quit (Read error: Operation timed out) |
19:02:13 | reactormonk | fixed. |
19:10:23 | * | shevy joined #nimrod |
19:44:07 | * | Zerathul joined #nimrod |
20:13:27 | * | FreeArtMan quit (Ping timeout: 252 seconds) |
21:10:40 | * | Zerathul quit (Ping timeout: 256 seconds) |
21:17:36 | * | Zerathul joined #nimrod |
22:01:47 | * | Zerathul quit (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211]) |
22:31:17 | * | XAMPP-8 quit (Ping timeout: 245 seconds) |
22:34:05 | * | gradha joined #nimrod |
23:03:49 | * | codeallergy quit () |
23:24:28 | * | gradha quit (Quit: Leaving) |