<<24-12-2012>>

00:52:48ZorAraq: 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:05AraqZor: #line directives are one option
01:30:53Araqbut 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:00dom96I make these bugs way too often.
14:55:15dom96Using assert and forgetting that it disappears in release.
15:49:35Araqdom96: well ...
15:49:42Araqthere is 'doAssert' for ya ...
15:59:48dom96indeed
16:00:59*dom96 thinks that a warning might be nice
16:01:10dom96deactivated by default of course
16:01:17dom96But then again, I can just grep for assert
16:03:26Araqyou can also use a TR macro to rewrite 'assert' to 'doAssert' ;-)
16:05:06dom96Someone 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:10gradhadom96: https://github.com/nimrod-code/babel/issues/1 was a pebkac
17:07:39dom96a pebkac?
17:07:48gradhaproblem exists between keyboard and chair
17:08:02dom96hah, 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:43dom96Merry Christmas everyone!
22:11:53AraqMerry christmas!
22:13:49Trixar_zaMerry Christmas Araq
22:41:09apriori|yes.. merry christmas guys
22:46:10Araqapriori|: a cool project would be a platform independent UI library
22:47:03Araqmaybe using an opengl backend ;-)
22:47:37apriori|Araq: agreed... but that's also something like a never ending project
22:47:41Araqnobody minds non-native widgets if these widgets are cooler than what the OS provides :P
22:51:02dom96Factor 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:03NimBot_nimrod-code/Aporia cd3776e Dominik Picheta [+0 ±2 -0]: Fixed Error List in release mode.