01:30:13 | * | shevy quit (Ping timeout: 252 seconds) |
01:42:43 | * | shevy joined #nimrod |
02:11:50 | * | AlexLibman joined #nimrod |
03:12:30 | * | AlexLibman quit (Ping timeout: 252 seconds) |
03:20:59 | * | AlexLibman joined #nimrod |
03:45:14 | * | Trix[a]r_za is now known as Trixar_za |
03:48:57 | * | q66 quit (Quit: Quit) |
04:20:34 | reactormonk | Araq, uhm, include path to include the temporary file? |
04:34:50 | reactormonk | Araq, and would you have any documentation on the structure of the --suggest and stuff? |
04:35:00 | reactormonk | or should I write one on the go |
05:56:43 | * | Trixar_za is now known as Trix[a]r_za |
08:56:11 | Araq | reactormonk: yeah please write the docs about it |
10:37:01 | * | FreeArtMan joined #nimrod |
10:49:14 | * | FreeArtMan quit (Read error: No route to host) |
10:49:40 | * | FreeArtMan joined #nimrod |
10:57:56 | * | FreeArtMan quit (Ping timeout: 245 seconds) |
13:07:04 | * | q66 joined #nimrod |
13:38:20 | * | FreeArtMan joined #nimrod |
13:44:00 | * | FreeArtMan quit (Ping timeout: 264 seconds) |
13:44:33 | * | FreeArtMan joined #nimrod |
14:07:01 | * | FreeArtMan quit (Ping timeout: 252 seconds) |
14:28:59 | * | FreeArtMan joined #nimrod |
14:38:05 | * | FreeArtMan quit (Ping timeout: 252 seconds) |
15:21:56 | * | fowl quit (Ping timeout: 248 seconds) |
15:45:13 | * | fowl joined #nimrod |
17:48:44 | * | XAMPP quit (Ping timeout: 260 seconds) |
17:50:15 | * | XAMPP joined #nimrod |
17:50:15 | * | XAMPP quit (Changing host) |
17:50:15 | * | XAMPP joined #nimrod |
19:32:21 | reactormonk | Araq, oh, you still differentiate between iterator and proc |
19:33:05 | reactormonk | Araq, what's the last number? column? |
19:52:09 | Araq | reactormonk: line,col is the format |
19:52:34 | Araq | and yeah we still differentiate between iterator and proc because that's the proper way to do it |
20:13:13 | reactormonk | sugskProcsystem.insertproc (var string, string, int){.noSideEffect.}/home/tass/dev/nimrod/Nimrod/lib/system.nim241611 |
20:13:17 | reactormonk | ... meh |
20:13:23 | reactormonk | Araq, ynway, it's not line,col |
20:17:44 | Araq | reactormonk: yeah well I misread your question :P |
20:18:08 | Araq | it's \t separated |
20:18:32 | Araq | but the last number is the column |
20:19:12 | * | XAMPP quit (*.net *.split) |
20:19:13 | * | Roin quit (*.net *.split) |
20:19:55 | Araq | section \t symbol_kind \t identifier \t type \t fullpath \t line \t column |
20:19:59 | Araq | is the format |
20:20:00 | * | Roin joined #nimrod |
20:22:49 | * | XAMPP joined #nimrod |
20:22:49 | * | XAMPP quit (Changing host) |
20:22:49 | * | XAMPP joined #nimrod |
20:46:02 | reactormonk | Araq, do I somehow need to include my tmpfile? |
21:00:14 | reactormonk | err, yes. I suppose --include ? |
21:17:18 | Araq | reactormonk: you should pass the full path to the compiler, no need for --include |