<< 10-06-2013 >>

00:27:35*Trixar_za is now known as Trix[a]r_za
00:35:05*Trix[a]r_za is now known as Trixar_za
01:14:44fowli cant get it to work
01:14:45fowl>_>
01:20:41fowlnvm
01:57:23*Trixar_za is now known as Trix[a]r_za
02:15:04*q66 quit (Remote host closed the connection)
02:38:16*Raynes is now known as skrillex
02:38:25*skrillex is now known as Raynes
04:28:50*OrionPK quit (Read error: Connection reset by peer)
04:44:12*fowl_ joined #nimrod
04:44:22*fowl_ quit (Read error: Connection reset by peer)
05:18:09*ARCADIVS joined #nimrod
06:45:12*XAMPP-8 joined #nimrod
07:16:04*Araq_ joined #nimrod
07:57:42*Araq_ quit (Read error: Connection timed out)
07:59:19*Araq_ joined #nimrod
09:11:07*XAMPP quit (Ping timeout: 256 seconds)
09:31:21*Araq_ quit (Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307023931])
10:33:53*q66 joined #nimrod
10:34:23*gsp joined #nimrod
10:34:25*gsp quit (Client Quit)
10:34:37*gsp joined #nimrod
10:36:41dom96hi gsp
10:37:38gsphi there!
10:38:43gspI was just trying to compile the (nimrod-)sfml particles example and hit a snag there, since it requires fowl's classlib - the gist seems to be down though - anyone still got that file?
10:39:52fowlgsp, it requires fowltek, you have to install babel and babel install fowltek
10:40:55gspah, that requires nimrod 0.9.3, which is basically head of the github repo I guess?
10:41:32*Araq_ joined #nimrod
10:42:26fowlyep
10:44:54gspfowl: does recompiling nimrod necessitate doing so for babel and the babel packages as well?
10:47:03fowlno you dont need to
10:47:14gspalso, 150+ mb in the nimrod repo? sheesh :-D
10:47:22gspkk
10:47:27fowlyou should stop it and clone with --depth 1
10:47:46fowlit'll be a lot smaller
10:48:28gspmuch better, thanks
10:54:31fowlgsp, btw the particles example doesnt really do much, its more of a test of how many gc'd objects you can create each tick before the game starts to slow down
11:02:39*Araq_ quit (Read error: Connection timed out)
11:04:51*Araq_ joined #nimrod
11:05:18gspfowl, but it does initialize sfml and serves a basic test, right? I just want to check if sfml and the nimrod package are set up correctly
11:05:31fowlgsp, sure
11:12:43fowlgsp, you'll need csfml also
11:13:42fowlgoing to get some zzz
11:13:45fowlnight all
11:14:51NimBotAraq/Nimrod master 3213521 Grzegorz Adam Hankiewicz [+0 ±2 -0]: Makes caasdriver exit with number of errors.... 2 more lines
11:14:51NimBotAraq/Nimrod master ce281d4 Grzegorz Adam Hankiewicz [+0 ±1 -0]: Adds verbose switch, by default reports only failures.
11:14:51NimBotAraq/Nimrod master 19537bd Grzegorz Adam Hankiewicz [+0 ±1 -0]: Adds embedded comment describing program usage.
11:14:51NimBotAraq/Nimrod master 4163ac4 Grzegorz Adam Hankiewicz [+0 ±1 -0]: Replaces dirname with osproc.parentDir.
11:14:51NimBot8 more commits.
11:18:41*ARCADIVS quit (Quit: WeeChat 0.3.8)
11:22:52gspfowl, (if you're still there), any idea why I'm getting "could not import: sfTransform_fromMatrix"?
11:28:36*Araq_ quit (Read error: Connection timed out)
11:30:46*Araq_ joined #nimrod
11:52:55*AndChat230249 joined #nimrod
11:53:46AndChat230249Gsp, you need version 2.0 of sfml and csfml
11:54:05AndChat230249The rc isn't good enough anymore
12:05:21*Araq_ quit (Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307023931])
12:12:10*XAMPP-8 quit (Ping timeout: 246 seconds)
12:15:08*AndChat230249 quit (Quit: Bye)
14:55:21*zahary_ joined #nimrod
15:21:45*gsp quit (Quit: Leaving.)
16:03:54*gsp joined #nimrod
16:33:06Araqhi gsp, welcome
16:33:35gsphi Araq
16:41:23*tc__ joined #nimrod
16:43:24*DAddYE joined #nimrod
17:02:16*NimBot joined #nimrod
17:09:04reactormonkzahary_, so you say I'd better use trackdirty for my files?
17:10:05zahary_use trackDirty if the currently edited file is in "modified" state
17:10:55reactormonkwhat's the disadvantage for putting any other file in "modified" state?
17:12:09zahary_well, there are no advantages then, bu why lie to the compiler anyway?
17:12:36reactormonkCould you assume a --track:"file.nim",... to be dirty by default?
17:12:59zahary_why would I do that?
17:13:40reactormonkit simplifies code? I'd go for using `trackDirty` every time I call the idetools
17:14:45zahary_my ultimate goal is to support background complation. the compiler will continuosly update the C sources and relink when the files are not dirty
17:15:10reactormonkhm, ok
17:21:57Araqzahary_: it appears gradha's patch broke the tester ... ;-)
17:22:15Araqbut I haven't looked into the logs yet
17:41:51*tumak_ joined #nimrod
17:42:24*tumak quit (*.net *.split)
18:02:56*gsp quit (Quit: Leaving.)
18:03:08*gsp joined #nimrod
18:29:57*Endeg quit (Ping timeout: 248 seconds)
18:52:31*zahary__ joined #nimrod
18:55:18*zahary_ quit (Ping timeout: 264 seconds)
19:33:32*gsp quit (Quit: Leaving.)
19:34:19*gsp joined #nimrod
19:34:31*gsp quit (Client Quit)
19:57:37*gradha joined #nimrod
19:57:51gradhaI think the key may be "--taintMode:on", will look into that
19:58:02Araqgradha: thanks
20:08:17gradhaok, https://github.com/Araq/Nimrod/pull/476 at least compiles
20:10:22NimBotAraq/Nimrod master 1fa346c Grzegorz Adam Hankiewicz [+0 ±1 -0]: Fixes caasdriver for --taintMode:on compilation.
20:10:22NimBotAraq/Nimrod master 869da16 Grzegorz Adam Hankiewicz [+0 ±1 -0]: Fixes usage of public API caasTestsRunner in tester.
20:10:22NimBotAraq/Nimrod master f4acae0 Araq [+0 ±2 -0]: Merge pull request #476 from gradha/pr_fix_idetools_taintmode... 2 more lines
20:11:28gradhakoch test is still running on my machine, it will take a while to see if something else is bad
20:23:37Araqgradha: linux-x86: Test results: 592/615, so it seems fine
20:23:54gradhanice speedy machine
20:26:51gradhathe caasdriver doesn't seem listed at http://build.nimrod-code.org/commits/linux-x86/f4acae095531/testresults.html, does it have to be added somewhere?
20:31:34Araqno idea how you integrated it with the tester
20:33:09gradhame neither, which explains the outcome
20:51:05*DAddYE_ joined #nimrod
20:51:05*DAddYE quit (Read error: Connection reset by peer)
20:53:11Araqgradha: runCaasTests need to be called from somewhere
20:53:45gradhayes, that's one of the fixes I sumbitted, what's strange is that it requires a parameter to run
20:53:59gradhamaybe zahary__ didn't want it to run at the moment by default due to experimental state?
20:54:18AraqI dunno
20:55:30gradhait runs with ./tests/tester special
20:55:52Araqtester special is not invoked by koch
20:56:02Araqand thus not by nimbuild either
20:58:35*Reiser quit (*.net *.split)
20:58:35*Roin quit (*.net *.split)
20:59:26*Roin joined #nimrod
21:12:11*Reisen joined #nimrod
21:16:03*gradha quit (Quit: bbl, have youtube videos to watch)
21:20:41*F0wl joined #nimrod
21:21:52*F0wl quit (Client Quit)
21:57:31*OrionPK joined #nimrod
22:27:24*gsp joined #nimrod
22:34:55NimBotAraq/Nimrod master cc5f146 Araq [+1 ±6 -0]: next steps for guarded data flow analysis
22:34:55NimBotAraq/Nimrod master f515f93 Araq [+6 ±9 -0]: Merge branch 'master' of github.com:Araq/Nimrod
22:54:32*DAddYE joined #nimrod
22:54:33*DAddYE_ quit (Read error: Connection reset by peer)
23:15:57*zahary__ quit (Read error: Connection reset by peer)
23:16:39*zahary__ joined #nimrod
23:32:04*gsp quit (Quit: Leaving.)
23:49:31*XAMPP joined #nimrod