00:18 (join) realitygrill 00:38 (quit) realitygrill: Quit: realitygrill 00:52 (join) neilv 01:05 (quit) neilv: Quit: Leaving 02:13 (part) drhodes 02:14 (quit) jonrafkind: Ping timeout: 240 seconds 02:31 (quit) dnolen: Quit: dnolen 03:41 (join) kenjin2201 04:45 (join) Burlingk 04:49 (join) realitygrill 05:03 (join) milos_876 05:07 milos_876: the racket feels superb, eay instalation, but it takes up to 250mb 05:07 milos_876: *easy 05:15 milos_876: i suppose that is because it's stacked up with useful stuff? 05:19 ohwow: I guess 05:19 ohwow: Plus it uses GTK (if you installed DrRacket) 05:19 ohwow: so 05:27 (quit) realitygrill: Quit: realitygrill 05:36 milos_876: i figured the gui kit is part of it. It's good that I don't have to additionally nother with installing gui stuff. 05:36 milos_876: *bother 05:39 (join) mceier 05:50 (quit) milos_876: Quit: Page closed 06:23 (quit) kenjin2201: Ping timeout: 264 seconds 06:34 (join) factoring 06:35 factoring: hello, is there any word on when the racketcon videos will be posted? 06:37 (join) MayDaniel 07:25 (join) kenjin2201 08:11 (join) RacketCommitBot 08:11 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/rIt1xg 08:11 RacketCommitBot: [racket/master] Synch German string constants with latest. - Mike Sperber 08:11 (part) RacketCommitBot 08:49 (join) jeapostrophe 08:54 (quit) tunes: Ping timeout: 260 seconds 08:54 (join) RacketCommitBot 08:54 RacketCommitBot: [racket] plt pushed 4 new commits to master: http://git.io/z1ASwg 08:54 RacketCommitBot: [racket/master] adjust include-bitmap so that it does not write to the filesystem - Robby Findler 08:54 RacketCommitBot: [racket/master] adjust the framework get file dialog functions to not call normalize-path unless - Robby Findler 08:54 RacketCommitBot: [racket/master] adjust framework get and put file functions to use simple-form-path instead - Robby Findler 08:54 (part) RacketCommitBot 08:55 (join) RacketCommitBot 08:55 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/OT3DSA 08:55 RacketCommitBot: [racket/master] Adding tgz - Jay McCarthy 08:55 RacketCommitBot: [racket/master] Adding another variant of libssl for CentOS - Jay McCarthy 08:55 (part) RacketCommitBot 09:06 (join) tunes 09:24 (join) anRch 09:55 (join) shofetim 10:12 (quit) jeapostrophe: Quit: jeapostrophe 10:42 (join) jeapostrophe 10:42 (quit) jeapostrophe: Client Quit 11:13 (quit) anRch: Quit: anRch 11:27 (quit) shofetim: Ping timeout: 258 seconds 11:30 (quit) Demosthenes: Ping timeout: 252 seconds 11:38 (join) Demosthenes 11:48 (join) ice_man 11:55 ice_man: exit 11:55 (part) ice_man: "ERC Version 5.3 (IRC client for Emacs)" 12:44 (join) dnolen 13:02 (join) jeapostrophe 13:33 (quit) factoring: Ping timeout: 260 seconds 13:40 (quit) kenjin2201: Read error: Connection reset by peer 14:47 (join) RacketCommitBot 14:47 RacketCommitBot: [racket] plt pushed 3 new commits to master: http://git.io/nDq9Fw 14:47 RacketCommitBot: [racket/master] Added tests for sequence/c with multiple-valued sequences. - Carl Eastlund 14:47 RacketCommitBot: [racket/master] Fixed sequence/c to work with multiple-element sequences. - Carl Eastlund 14:47 RacketCommitBot: [racket/master] Added documentation example of sequence/c for multiple-valued sequences. - Carl Eastlund 14:47 (part) RacketCommitBot 14:48 (quit) dwaynecrooks: Ping timeout: 260 seconds 14:48 (join) dwaynecrooks 15:16 (join) Fade 15:17 Fade: well, i've spent some time /w google and can't find any bug report, so I ask here: I've compiled racket from the git repo at github, and when I start drracket, there are no icons or menu items in the window frame. 15:17 Fade: known problem? FAQ build issue? 15:18 Fade: the program itself functions, and the toolbar/menus are there, and can be activated, they are just invisible. 15:50 (join) karljoh 16:12 (join) jonrafkind 16:47 (quit) Demosthenes: Quit: leaving 16:51 (join) ssj4goku 16:51 ssj4goku: is drracket required for hdtp? can i use emacs/quack instead? 16:59 (join) ryanaghdam 17:03 jonrafkind: ssj4goku, yea you can use emacs 17:03 jonrafkind: funny nick.. 17:06 (join) samth 17:42 (join) RacketCommitBot 17:42 RacketCommitBot: [racket] plt pushed 4 new commits to master: http://git.io/yB6dOw 17:42 RacketCommitBot: [racket/master] Revert "add more debuggin info to the thread-safe-resolver.rkt planet test to try to debug it on drdr" - Robby Findler 17:42 RacketCommitBot: [racket/master] make all of the planet tests run sequentially (as they manipulate global - Robby Findler 17:42 RacketCommitBot: [racket/master] adjust put-preferences docs to match implementation - Robby Findler 17:42 (part) RacketCommitBot 17:49 danking: In Racket, how do I get the equivalent of "exec" (i.e. create a new process which replaces the current process)? 17:50 danking: I guess it's sort of like tail-calling a process. 18:01 jonrafkind: i guess it doesnt exist normally.. you can probably get it from the ffi 18:04 (quit) mceier: Quit: leaving 18:04 danking: mrgh. 18:14 danking: jonrafkind: I know where the C header file is, do you know how I can find the library file? 18:14 danking: the .so to be specific. 18:17 jonrafkind: use #f as the library 18:17 jonrafkind: that means look in the current executale 18:17 jonrafkind: its part of libc so its already linked into racket 18:20 jonrafkind: i wonder if you can spawn a process through system, then exit the parent 18:20 jonrafkind: and have the child get reparented to init 18:20 danking: gah 18:21 danking: > (get-ffi-obj "exec" #f (_fun _string _string -> _int)) 18:21 danking: ffi-obj: couldn't get "exec" from #f (/usr/local/bin/racket: undefined symbol: exec) 18:21 jonrafkind: hm strange 18:21 danking: ahah 18:21 danking: It's called execv. 18:21 jonrafkind: oh right 18:21 jonrafkind: good job posix! 18:25 (join) RacketCommitBot 18:25 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/Rpvufw 18:25 RacketCommitBot: [racket/master] add a test case for starting up drracket when there is no writing to the filesystem allowed - Robby Findler 18:25 (part) RacketCommitBot 18:26 (join) RacketCommitBot 18:26 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/tTpvXg 18:26 RacketCommitBot: [racket/master] oops - Robby Findler 18:26 (part) RacketCommitBot 18:32 danking: Racket is doing something weird in the FFI https://gist.github.com/1175951 18:33 danking: It's not being replaced. 18:34 danking: Well. Hmm. Calling /bin/echo works correctly though. 18:36 danking: Odd. It seems that execv doesn't work properly if there is only one argument to the procedure. 18:43 danking: Ah. Disregard that. 18:52 (join) RacketCommitBot 18:52 RacketCommitBot: [racket] plt pushed 7 new commits to master: http://git.io/MGuGKw 18:52 RacketCommitBot: [racket/master] fixed typo in Continue tutorial - Ryan Culpepper 18:52 RacketCommitBot: [racket/master] db: "recordset" -> "rows-result", "rows" - Ryan Culpepper 18:52 RacketCommitBot: [racket/master] db: split off db/util/datetime module - Ryan Culpepper 18:52 (part) RacketCommitBot 18:55 (join) jao 19:05 (quit) MayDaniel: Read error: Connection reset by peer 19:21 (quit) jeapostrophe: Quit: jeapostrophe 19:22 danking: What's the easiest way to run a procedure as a seperate thread? 19:23 jonrafkind: (thread () (lambda () ...)) 19:36 (quit) samth: Ping timeout: 245 seconds 19:41 (quit) DGASAU: Remote host closed the connection 19:44 (join) DGASAU 20:07 (quit) jao: Remote host closed the connection 20:15 (part) ssj4goku 20:23 (join) jao 21:28 (join) jeapostrophe 21:46 (join) realitygrill 22:12 (join) ryanaghd1m 22:21 (join) neilv 22:38 (quit) tomku: Ping timeout: 258 seconds 22:44 neilv: i didn't know this. drracket now has a debugger that works with racket/base 23:22 jonrafkind: neilv, the bomb icon? 23:23 neilv: i think that was it, yes 23:23 jonrafkind: it only works at phase 0 though I think 23:23 neilv: it was very slow on this code, but it worked 23:24 (quit) dnolen: Quit: dnolen 23:55 (quit) Lajla: Ping timeout: 240 seconds