00:31 (join) lebro 00:38 (quit) hash_table: Ping timeout: 245 seconds 00:38 (quit) getpwnam: Ping timeout: 245 seconds 00:45 (join) Shambles_1 00:47 (quit) Shambles_: Ping timeout: 260 seconds 00:49 (quit) zyoung: Remote host closed the connection 00:58 (quit) dented42: Quit: Computer has gone to sleep. 01:12 (join) dented42 01:42 (join) jonrafkind 01:47 (join) cdidd 01:59 (join) Kaylin 02:07 (quit) jacius: Remote host closed the connection 02:18 (quit) lebro: Ping timeout: 246 seconds 03:30 (join) RacketCommitBot 03:30 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/EUr2MQ 03:30 RacketCommitBot: [racket/master] New Racket version 5.3.0.9. - Eli Barzilay 03:30 (part) RacketCommitBot 03:37 (quit) jonrafkind: Ping timeout: 265 seconds 03:39 (quit) jyc: Read error: Connection reset by peer 03:40 (join) jesyspa 04:07 (join) jyc 04:15 (quit) jyc: Read error: Connection reset by peer 04:24 (join) desc|zenbook 04:25 (quit) Kaylin: Quit: Leaving. 04:29 (quit) dented42: Quit: Computer has gone to sleep. 04:30 (join) dented42 04:35 (join) antithesis 05:02 (join) nilyaK 05:12 (join) BeLucid 05:18 (quit) desc|zenbook: Ping timeout: 245 seconds 05:41 (join) masm 05:59 (join) netrino 06:01 (join) nilyaK1 06:02 (quit) nilyaK: Ping timeout: 240 seconds 06:05 (quit) nilyaK1: Client Quit 06:07 (quit) cdidd: Ping timeout: 252 seconds 06:08 (join) cdidd 06:21 (join) kreol[Ukr] 06:23 (join) mceier 06:39 (quit) anonus: Quit: WeeChat 0.3.7 06:46 (join) cruiser-aurora 06:51 (nick) cruiser-aurora -> anonus 07:08 (join) bitonic 07:26 (quit) antithesis: Quit: Yes leaving 07:31 (join) antithesis 07:49 (join) MayDaniel 07:50 (quit) MayDaniel: Read error: Connection reset by peer 07:50 (join) Croms 07:55 (quit) Shvillr: Ping timeout: 250 seconds 07:56 (join) Shvillr 08:41 (join) cruiser-aurora 08:45 (join) RacketCommitBot 08:45 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/bIGIyw 08:45 RacketCommitBot: [racket/master] ffi/com: add 'variant type description - Matthew Flatt 08:45 (part) RacketCommitBot 08:52 (quit) cruiser-aurora: Quit: WeeChat 0.3.7 08:53 (join) anonus 09:38 (join) getpwnam 09:39 (join) hash_table 09:41 (quit) bitonic: Ping timeout: 245 seconds 09:45 bremner: hmm, none of matrix packages on planet support inverting matrices (or gaussian elimination or LU decomposition or ...) 09:55 (join) bitonic 10:09 (quit) karswell: Read error: Connection reset by peer 10:18 (join) RacketCommitBot 10:18 RacketCommitBot: [racket] plt pushed 3 new commits to master: http://git.io/MpYPhw 10:18 RacketCommitBot: [racket/master] racket/gui win32: fix screen info to not assume main is first - Matthew Flatt 10:18 RacketCommitBot: [racket/master] update HtDP *SL tests for revised error-message convention - Matthew Flatt 10:18 RacketCommitBot: [racket/master] fix misc tests for error-message change - Matthew Flatt 10:18 (part) RacketCommitBot 10:25 (join) karswell 10:33 (quit) karswell: Ping timeout: 245 seconds 10:39 (quit) wtetzner_: Ping timeout: 245 seconds 10:39 (join) karswell 10:46 (quit) karswell: Excess Flood 10:49 (join) jao 10:49 (quit) jao: Changing host 10:49 (join) jao 10:56 (join) karswell 11:02 (quit) karswell: Ping timeout: 246 seconds 11:06 (join) RacketCommitBot 11:06 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/lylPIQ 11:06 RacketCommitBot: [racket/master] Reduce random testing attemps to avoid DrDr timeouts. - Vincent St-Amour 11:06 (part) RacketCommitBot 11:13 (join) karswell 11:17 (quit) karswell: Ping timeout: 245 seconds 11:28 (quit) jesyspa: Quit: leaving 11:31 (join) zyoung 11:33 (join) karswell 11:34 (join) jesyspa 11:36 (join) duomo 11:37 (quit) zyoung: Remote host closed the connection 11:43 (quit) karswell: Remote host closed the connection 11:50 (join) aune_ 11:52 (join) jonrafkind 11:53 (join) karswell 11:57 (quit) karswell: Excess Flood 12:02 (join) karswell 12:19 (quit) karswell: Remote host closed the connection 12:25 (join) Skola 12:30 (join) karswell 12:38 (quit) karswell: Remote host closed the connection 12:41 (quit) sizz: Read error: Operation timed out 12:42 (join) sizz 12:43 (quit) peeeep: Read error: Connection reset by peer 12:45 (quit) Shvillr: Ping timeout: 245 seconds 12:48 (join) Shvillr 12:54 (join) karswell 13:01 (quit) karswell: Ping timeout: 248 seconds 13:05 (join) _gcr 13:06 (join) karswell 13:06 _gcr: (time (s-exp->fasl "hello world")) --> cpu time: 13 real time: 13 gc time: 0 13:06 _gcr: Is fasl supposed to be slow to write, but fast to *read*? 13:06 _gcr: Compare that with: (time (format "~s" "hello world")) cpu time: 3 real time: 0 gc time: 0 13:07 _gcr: is it like more efficient than (write) in batch or something? 13:09 asumu: _gcr: I don't know, but that sounds plausible considering it stands for "fast load serialization" 13:10 asumu: Also, presumably all the time there is spend converting the s-exp to a bytestring rather than on actually writing it. 13:10 friscosam: _gcr: there was a thread on the mailing list about the speed of using string/byte ports fasl may be doing something like that in your timed case 13:11 friscosam: the thread was a few months ago, I can't quite find it yet 13:11 (quit) jrslepak: Quit: This computer has gone to sleep 13:11 _gcr: Hm, OK. Thanks. 13:11 asumu downloads all of PLaneT. 13:12 _gcr: Did you mean this one? http://www.mail-archive.com/dev@racket-lang.org/msg06038.html 13:15 (join) RacketCommitBot 13:15 RacketCommitBot: [racket] plt pushed 3 new commits to master: http://git.io/K2UHtg 13:15 RacketCommitBot: [racket/master] Remove gracket test that does not run. - Asumu Takikawa 13:15 RacketCommitBot: [racket/master] Convert all uses of mzlib/class100 to racket/class - Asumu Takikawa 13:15 RacketCommitBot: [racket/master] Remove mred/private/kw.rkt - Asumu Takikawa 13:15 (part) RacketCommitBot 13:22 friscosam: _gcr: no, it's not that one. It may have been about input string ports. 13:22 friscosam: anyway you may want to test using a null port (created with open-output-nowhere) 13:25 (quit) jao: Ping timeout: 246 seconds 13:27 _gcr: aha, OK. Thanks again 13:39 (quit) bitonic: Quit: WeeChat 0.3.7 13:40 friscosam: also, looking at the simple "hello world" case fasl quite a bit more output 13:42 (quit) Shvillr: Read error: Connection reset by peer 13:47 (join) Shvillr 13:54 (join) RacketCommitBot 13:54 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/m5wbRw 13:54 RacketCommitBot: [racket/master] racket/generic: doc improvements - Asumu Takikawa 13:54 (part) RacketCommitBot 14:04 (join) netrino_ 14:06 (quit) netrino: Ping timeout: 245 seconds 14:07 (join) bro_grammer 14:07 (join) random_malice 14:10 (quit) getpwnam: Ping timeout: 244 seconds 14:10 (quit) hash_table: Ping timeout: 244 seconds 14:13 (join) hash_table 14:13 (join) axe_wielder 14:15 (join) sizz_ 14:16 (quit) random_malice: Ping timeout: 252 seconds 14:16 (quit) bro_grammer: Ping timeout: 252 seconds 14:16 (quit) sizz: Ping timeout: 245 seconds 14:31 (join) dnolen 14:35 (quit) aune_: Ping timeout: 252 seconds 14:48 (quit) duomo: Quit: Linkinus - http://linkinus.com 14:56 (join) jyc 15:01 (quit) asumu: Ping timeout: 272 seconds 15:13 (join) asumu 15:13 (quit) jesyspa: Quit: leaving 15:16 (join) random_malice 15:16 (join) jesyspa 15:16 (join) bro_grammer 15:17 (join) bro_grammer_ 15:19 (join) getpwnam 15:19 (quit) axe_wielder: Ping timeout: 265 seconds 15:19 (quit) hash_table: Ping timeout: 265 seconds 15:20 (quit) random_malice: Ping timeout: 240 seconds 15:21 (quit) bro_grammer: Ping timeout: 240 seconds 15:22 (join) hash_table 15:22 (join) random_malice 15:24 (join) sizz 15:25 (quit) getpwnam: Ping timeout: 246 seconds 15:25 (quit) sizz_: Ping timeout: 265 seconds 15:25 (quit) bro_grammer_: Ping timeout: 245 seconds 15:31 (join) getpwnam 15:31 (join) bro_grammer 15:32 (quit) random_malice: Ping timeout: 244 seconds 15:32 (quit) hash_table: Ping timeout: 244 seconds 15:32 (join) soegaard 15:32 (quit) sizz: Ping timeout: 256 seconds 15:33 soegaard: ozzloy: Hi. Did you get the SICP mail? (I am a bit unsure whether PLT Trac works or not) 15:34 (part) _gcr: "ERC Version 5.3 (IRC client for Emacs)" 15:39 (join) sizz 15:41 (join) jao 15:41 (quit) jao: Changing host 15:41 (join) jao 15:47 (quit) antithesis: Quit: Yes leaving 15:48 (join) antithesis 15:53 (quit) antithesis: Ping timeout: 260 seconds 15:54 (join) antithesis 16:02 (join) jrslepak 16:05 (quit) soegaard: Ping timeout: 245 seconds 16:15 (join) untrusted 16:18 (join) nilyaK 16:23 (quit) mceier: Quit: leaving 16:24 (join) RacketCommitBot 16:24 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/ORQXjA 16:24 RacketCommitBot: [racket/master] racket/gui: fix a mzscheme->racket/base issue - Asumu Takikawa 16:24 (part) RacketCommitBot 16:48 (quit) karswell: Ping timeout: 240 seconds 16:53 (join) karswell 16:56 (quit) dented42: Quit: Computer has gone to sleep. 17:25 (quit) karswell: Ping timeout: 248 seconds 17:25 (quit) kreol[Ukr]: Ping timeout: 245 seconds 17:28 (quit) untrusted: Remote host closed the connection 17:31 (join) karswell 17:37 (quit) nilyaK: Quit: Leaving. 17:41 (quit) karswell: Read error: Operation timed out 17:41 (quit) Shambles_1: Quit: Leaving. 17:42 (join) Shambles_ 17:54 (join) karswell 17:54 (join) jacius 17:58 (quit) jyc: Ping timeout: 252 seconds 17:59 (quit) karswell: Ping timeout: 246 seconds 18:01 (join) jyc 18:04 (join) karswell 18:10 (join) dented42 18:14 (quit) karswell: Ping timeout: 246 seconds 18:16 (join) __rahul__ 18:19 (join) karswell 18:38 (quit) dented42: Ping timeout: 248 seconds 18:39 (join) dented42 18:46 (quit) __rahul__: Ping timeout: 252 seconds 18:47 (quit) dented42: Ping timeout: 244 seconds 18:50 (join) bitonic 18:59 (join) RacketCommitBot 18:59 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/CButgQ 18:59 RacketCommitBot: [racket/master] racket/gui: remove empty modules - Asumu Takikawa 18:59 (part) RacketCommitBot 19:00 (join) bitonic_ 19:01 (quit) bitonic: Ping timeout: 245 seconds 19:01 (quit) cdidd: Remote host closed the connection 19:07 (join) bitonic 19:07 (quit) bitonic_: Ping timeout: 245 seconds 19:11 (quit) bartbes: Ping timeout: 272 seconds 19:23 (join) dented42 19:27 (join) lebro 19:27 (join) random_malice 19:27 (quit) sizz: Read error: Operation timed out 19:27 (join) sizz 19:27 (join) bartbes 19:27 (join) hash_table 19:29 (quit) bro_grammer: Ping timeout: 250 seconds 19:29 (quit) getpwnam: Ping timeout: 250 seconds 19:30 (quit) bitonic: Ping timeout: 260 seconds 19:32 (join) bro_grammer 19:32 (join) axe_wielder 19:34 (join) sizz_ 19:35 (quit) sizz: Ping timeout: 244 seconds 19:35 (quit) hash_table: Ping timeout: 265 seconds 19:35 (quit) random_malice: Ping timeout: 265 seconds 19:51 (join) bitonic 20:24 (quit) jesyspa: Quit: leaving 20:26 (quit) bitonic: Read error: Connection reset by peer 20:33 (join) dented42_ 20:33 (quit) dented42: Ping timeout: 244 seconds 20:33 (nick) dented42_ -> dented42 20:48 (quit) netrino_: Quit: Ave! 21:08 (join) nilyaK 21:16 (quit) masm: Quit: Leaving. 21:24 (join) jeapostrophe 21:24 (quit) jeapostrophe: Changing host 21:24 (join) jeapostrophe 21:39 (join) jesyspa 21:42 (quit) acarrico: Ping timeout: 260 seconds 21:55 (join) acarrico 22:00 (join) RacketCommitBot 22:00 RacketCommitBot: [racket] plt pushed 5 new commits to master: http://git.io/genOHA 22:00 RacketCommitBot: [racket/master] fix bug introduced by error-message conversion - Matthew Flatt 22:00 RacketCommitBot: [racket/master] racket/gui: implement `set-clipboard-bitmap' in `clipboard<%>' - Matthew Flatt 22:00 RacketCommitBot: [racket/master] avoid compiler warning - Matthew Flatt 22:00 (part) RacketCommitBot 22:08 (quit) ivan\: Ping timeout: 248 seconds 22:39 (join) RacketCommitBot 22:39 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/sIAt0Q 22:39 RacketCommitBot: [racket/master] exploit record-dc% to keep picts from drawing outside - Robby Findler 22:39 (part) RacketCommitBot 22:42 (quit) jesyspa: Quit: leaving 22:44 (quit) nilyaK: Read error: Connection reset by peer 22:45 (join) Kaylin 22:48 (join) isson 22:49 (quit) Skola: Quit: leaving 22:50 (part) isson: "전 이만 갑니다." 23:17 (join) RacketCommitBot 23:17 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/OMQ6xA 23:17 RacketCommitBot: [racket/master] racket/class: new error message convention - Matthew Flatt 23:17 (part) RacketCommitBot 23:43 (quit) jyc: Ping timeout: 256 seconds 23:56 (join) jyc