00:52:48 | Zor | Araq: how do you get debugging info with nimrod? do you emit #line directives? |
00:58:44 | * | mal`` quit (Read error: Operation timed out) |
01:02:19 | * | mal`` joined #nimrod |
01:03:06 | * | mal`` quit (Excess Flood) |
01:04:03 | * | mal`` joined #nimrod |
01:23:48 | * | apriori| quit (Quit: Konversation terminated!) |
01:30:05 | Araq | Zor: #line directives are one option |
01:30:53 | Araq | but the default is that the compiler emit debug code that produces nice stack traces for every signal/exception that is not handled |
02:46:35 | * | q66 quit (Quit: Quit) |
09:26:00 | * | apriori| joined #nimrod |
10:15:29 | * | FreeArtMan joined #nimrod |
11:34:42 | * | apriori| quit (Quit: Konversation terminated!) |
11:48:23 | * | q66 joined #nimrod |
14:39:48 | * | FreeArtMan quit (Quit: Out of this 3D) |
14:55:00 | dom96 | I make these bugs way too often. |
14:55:15 | dom96 | Using assert and forgetting that it disappears in release. |
15:49:35 | Araq | dom96: well ... |
15:49:42 | Araq | there is 'doAssert' for ya ... |
15:59:48 | dom96 | indeed |
16:00:59 | * | dom96 thinks that a warning might be nice |
16:01:10 | dom96 | deactivated by default of course |
16:01:17 | dom96 | But then again, I can just grep for assert |
16:03:26 | Araq | you can also use a TR macro to rewrite 'assert' to 'doAssert' ;-) |
16:05:06 | dom96 | Someone should use this to make a Learn Nimrod The Hard Way: https://gitorious.org/learn-x-the-hard-way/learn-x-the-hard-way/blobs/master/README |
17:06:20 | * | gradha joined #nimrod |
17:07:10 | gradha | dom96: https://github.com/nimrod-code/babel/issues/1 was a pebkac |
17:07:39 | dom96 | a pebkac? |
17:07:48 | gradha | problem exists between keyboard and chair |
17:08:02 | dom96 | hah, never heard that acronym before. |
17:14:32 | * | Trix[a]r_za is now known as Trixar_za |
17:59:28 | * | gradha quit (Ping timeout: 260 seconds) |
18:15:48 | * | fowl quit (Ping timeout: 264 seconds) |
18:32:42 | * | fowl joined #nimrod |
18:46:49 | * | apriori| joined #nimrod |
21:20:43 | dom96 | Merry Christmas everyone! |
22:11:53 | Araq | Merry christmas! |
22:13:49 | Trixar_za | Merry Christmas Araq |
22:41:09 | apriori| | yes.. merry christmas guys |
22:46:10 | Araq | apriori|: a cool project would be a platform independent UI library |
22:47:03 | Araq | maybe using an opengl backend ;-) |
22:47:37 | apriori| | Araq: agreed... but that's also something like a never ending project |
22:47:41 | Araq | nobody minds non-native widgets if these widgets are cooler than what the OS provides :P |
22:51:02 | dom96 | Factor is a good example of a language with a nice opengl backed UI library. |
23:08:07 | * | Trixar_za is now known as Trix[a]r_za |
23:12:03 | NimBot_ | nimrod-code/Aporia cd3776e Dominik Picheta [+0 ±2 -0]: Fixed Error List in release mode. |