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:44 | fowl | i cant get it to work |
01:14:45 | fowl | >_> |
01:20:41 | fowl | nvm |
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:41 | dom96 | hi gsp |
10:37:38 | gsp | hi there! |
10:38:43 | gsp | I 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:52 | fowl | gsp, it requires fowltek, you have to install babel and babel install fowltek |
10:40:55 | gsp | ah, that requires nimrod 0.9.3, which is basically head of the github repo I guess? |
10:41:32 | * | Araq_ joined #nimrod |
10:42:26 | fowl | yep |
10:44:54 | gsp | fowl: does recompiling nimrod necessitate doing so for babel and the babel packages as well? |
10:47:03 | fowl | no you dont need to |
10:47:14 | gsp | also, 150+ mb in the nimrod repo? sheesh :-D |
10:47:22 | gsp | kk |
10:47:27 | fowl | you should stop it and clone with --depth 1 |
10:47:46 | fowl | it'll be a lot smaller |
10:48:28 | gsp | much better, thanks |
10:54:31 | fowl | gsp, 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:18 | gsp | fowl, 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:31 | fowl | gsp, sure |
11:12:43 | fowl | gsp, you'll need csfml also |
11:13:42 | fowl | going to get some zzz |
11:13:45 | fowl | night all |
11:14:51 | NimBot | Araq/Nimrod master 3213521 Grzegorz Adam Hankiewicz [+0 ±2 -0]: Makes caasdriver exit with number of errors.... 2 more lines |
11:14:51 | NimBot | Araq/Nimrod master ce281d4 Grzegorz Adam Hankiewicz [+0 ±1 -0]: Adds verbose switch, by default reports only failures. |
11:14:51 | NimBot | Araq/Nimrod master 19537bd Grzegorz Adam Hankiewicz [+0 ±1 -0]: Adds embedded comment describing program usage. |
11:14:51 | NimBot | Araq/Nimrod master 4163ac4 Grzegorz Adam Hankiewicz [+0 ±1 -0]: Replaces dirname with osproc.parentDir. |
11:14:51 | NimBot | 8 more commits. |
11:18:41 | * | ARCADIVS quit (Quit: WeeChat 0.3.8) |
11:22:52 | gsp | fowl, (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:46 | AndChat230249 | Gsp, you need version 2.0 of sfml and csfml |
11:54:05 | AndChat230249 | The 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:06 | Araq | hi gsp, welcome |
16:33:35 | gsp | hi Araq |
16:41:23 | * | tc__ joined #nimrod |
16:43:24 | * | DAddYE joined #nimrod |
17:02:16 | * | NimBot joined #nimrod |
17:09:04 | reactormonk | zahary_, so you say I'd better use trackdirty for my files? |
17:10:05 | zahary_ | use trackDirty if the currently edited file is in "modified" state |
17:10:55 | reactormonk | what's the disadvantage for putting any other file in "modified" state? |
17:12:09 | zahary_ | well, there are no advantages then, bu why lie to the compiler anyway? |
17:12:36 | reactormonk | Could you assume a --track:"file.nim",... to be dirty by default? |
17:12:59 | zahary_ | why would I do that? |
17:13:40 | reactormonk | it simplifies code? I'd go for using `trackDirty` every time I call the idetools |
17:14:45 | zahary_ | 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:10 | reactormonk | hm, ok |
17:21:57 | Araq | zahary_: it appears gradha's patch broke the tester ... ;-) |
17:22:15 | Araq | but 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:51 | gradha | I think the key may be "--taintMode:on", will look into that |
19:58:02 | Araq | gradha: thanks |
20:08:17 | gradha | ok, https://github.com/Araq/Nimrod/pull/476 at least compiles |
20:10:22 | NimBot | Araq/Nimrod master 1fa346c Grzegorz Adam Hankiewicz [+0 ±1 -0]: Fixes caasdriver for --taintMode:on compilation. |
20:10:22 | NimBot | Araq/Nimrod master 869da16 Grzegorz Adam Hankiewicz [+0 ±1 -0]: Fixes usage of public API caasTestsRunner in tester. |
20:10:22 | NimBot | Araq/Nimrod master f4acae0 Araq [+0 ±2 -0]: Merge pull request #476 from gradha/pr_fix_idetools_taintmode... 2 more lines |
20:11:28 | gradha | koch test is still running on my machine, it will take a while to see if something else is bad |
20:23:37 | Araq | gradha: linux-x86: Test results: 592/615, so it seems fine |
20:23:54 | gradha | nice speedy machine |
20:26:51 | gradha | the 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:34 | Araq | no idea how you integrated it with the tester |
20:33:09 | gradha | me neither, which explains the outcome |
20:51:05 | * | DAddYE_ joined #nimrod |
20:51:05 | * | DAddYE quit (Read error: Connection reset by peer) |
20:53:11 | Araq | gradha: runCaasTests need to be called from somewhere |
20:53:45 | gradha | yes, that's one of the fixes I sumbitted, what's strange is that it requires a parameter to run |
20:53:59 | gradha | maybe zahary__ didn't want it to run at the moment by default due to experimental state? |
20:54:18 | Araq | I dunno |
20:55:30 | gradha | it runs with ./tests/tester special |
20:55:52 | Araq | tester special is not invoked by koch |
20:56:02 | Araq | and 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:55 | NimBot | Araq/Nimrod master cc5f146 Araq [+1 ±6 -0]: next steps for guarded data flow analysis |
22:34:55 | NimBot | Araq/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 |