00:00 (join) jonrafkind 00:10 (quit) dnolen: Quit: dnolen 00:40 (quit) veer: Quit: Leaving 01:17 (part) yoklov 01:28 (join) jao 02:00 (quit) realitygrill: Quit: realitygrill 02:08 (quit) jao: Ping timeout: 252 seconds 02:08 (join) jao 02:30 (quit) jonrafkind: Ping timeout: 276 seconds 02:41 (quit) sreque: Ping timeout: 252 seconds 02:45 (join) hkBst 03:15 (join) dmac 03:16 (join) Blkt 03:22 (join) mceier 03:23 (join) masm 03:33 (join) ahinki 03:34 (quit) ahinki: Client Quit 03:34 (join) ahinki 03:36 (quit) mithos28: Quit: mithos28 03:53 (quit) jao: Ping timeout: 256 seconds 04:09 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/0H8Cfw 04:09 RacketCommitBot: [racket/master] Removed the `plot' collection, in preparation for adding the new one instead. - Eli Barzilay 04:20 (join) noelw 04:21 Blkt: good morning everyone 04:22 (join) oiiii 04:24 noelw: Hi 04:44 (join) Burlingk 04:53 (join) fngraph 04:53 (part) fngraph 04:55 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/JsM0Qg 04:55 RacketCommitBot: [racket/master] Fixed "src/configure". - Eli Barzilay 04:58 eli curses chinese nuts. 05:17 (join) xharkonnen 05:19 (quit) xharkonnen: Client Quit 05:19 noelw: a pox upon your chinese nuts! 05:21 (join) tim-brown 05:22 eli: noelw: "Pine mouth" is the googlable term 05:41 eli: noelw: ping 06:04 noelw: eli: pong 06:04 noelw: I've heard of pine mouth 06:04 noelw: Never experienced it 06:10 eli: noelw: Basically the email I sent, so you're fine. 06:10 noelw: ok. 06:10 eli: And the pine mouth is something I didn't know about before too, until all food started tasting like shit. 06:11 noelw: Ugh. Sounds awful. 06:12 eli: Hopefully it's only for a few days. 07:01 (quit) dmac: Ping timeout: 252 seconds 07:14 tim-brown: lo all 07:15 tim-brown: eli: good luck with the pine mouth 07:16 tim-brown: i've just submitted a patch for vim to allow :mzscheme to be used in autocmds, and on the command line (i.e. much earlier than previously possible) 07:16 tim-brown: it's on the vim-dev mailing list, if you're interested 07:17 tim-brown: (or it will be once the mailing list software propagates it) 07:21 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/EkheSA 07:21 RacketCommitBot: [racket/master] Fix for `make-module-evaluator' with a file. - Eli Barzilay 07:22 tim-brown: is there a (TCP) read-with-timeout function in racket? 07:22 tim-brown: or do i need to put an "alarm timer" around my read 07:22 noelw: Look at sync 07:23 tim-brown: thx 07:24 tim-brown: sorry, my 'C' brain wants to over-complicate :-) 07:53 (quit) askhader: Ping timeout: 252 seconds 08:00 (join) veer 08:07 (quit) veer: Quit: Leaving 08:32 RacketCommitBot: [racket] plt pushed 3 new commits to master: http://git.io/3Jc7pQ 08:32 RacketCommitBot: [racket/master] windows: assume 1MB stack, but try to read actual from executable - Matthew Flatt 08:32 RacketCommitBot: [racket/master] add #:get-lib-dirs and #:fail args to `ffi-lib' - Matthew Flatt 08:32 RacketCommitBot: [racket/master] win64: avoid msvcr90.dll - Matthew Flatt 08:43 (join) veer 08:48 (join) bluezenix 08:52 (join) zerokarmaleft 08:52 (quit) oiiii: Remote host closed the connection 08:53 (join) oiiii 08:59 eli: tim-brown: Maybe also switch it up to racket? 09:08 (part) noelw 09:08 (join) noelw 09:09 (part) noelw 09:11 tim-brown: eli: that's a nice thought, but... 09:11 tim-brown: 1. vim refers to, mzscheme/racket/PLT code as MZSCH... throughout 09:12 tim-brown: 2. there seems to be a lot of backwards-compatibility cruft accumulating in vim 09:13 tim-brown: 3. so I'd expect there to be a fork/duplication in the code for MZSCH... and RACKET... symbols and options 09:13 tim-brown: it's building against racket-5.1.3/3m fine 09:13 tim-brown: it's just there's something of a historical name floating about 09:14 tim-brown: That said, I've not brought any of this up with Bram 09:16 tim-brown: but... I *have* just sent an email half suggesting that he splits his main.c:main() function in two for mzscheme (racket/whoever's) benefit 09:16 tim-brown: it's probably time to keep a low profile for a bit 09:17 tim-brown: I'm not even sure how many people racket with vim, TBH (I'm doing this all for myself, as it were) 09:20 tim-brown: eli: oh, sorry... were you talking about my brain? 09:24 eli: tim-brown: No, about vim... You can tell him that the actual "mzscheme" executable is just a backward-compatible executable leftover, and that it is likely to disappear in the future. 09:28 tim-brown: that said... just looking at the filenames in my /usr/local/racket-5.1.3/include/racket/ 09:29 tim-brown: there's more mention of mz, sch and scheme than of racket 09:30 tim-brown: but yes... vim relies on many "mz..." values, including mzc -- rather than raco ctool 09:31 tim-brown: speaking of which... I need to get some debug out of "raco setup" during scribblings ... is there I port I can print to? 09:32 tewk_: tim-brown: source file names and function names aren't going to change, but mzc and mzscheme executables will probably disappear in the future. 09:33 tewk_: tim-brown: stderr should work. 09:33 tim-brown: tewk_: i'm not sure that mzscheme is actually run with vim.... :mzscheme runs embedded racket commands 09:34 tim-brown: mzc *is* invoked 09:35 tim-brown: is "raco ctool" equivalent to "mzc"? 09:35 tewk_: raco make 09:37 tewk_: mzc did several different things, raco is the replacement for mzc 09:38 (join) jonrafkind 09:43 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/342hkA 09:43 RacketCommitBot: [racket/master] Allows selection of the various text objects inside DrRacket's display of - Robby Findler 09:48 tim-brown: i think vim needs --c-mods, --c-source from raco ctool to build the base collection... but i'm something of a noob compared to Sergey Khorev who seems to have done all the heavy lifting on the vim - mzscheme/racket interface 09:50 (quit) jonrafkind: Ping timeout: 252 seconds 09:51 tim-brown: I've (bytes-read) a byte string as generated by (list->bytes (list 65 112 112 108 101 0 0 0 0 .... 0)) 09:52 tim-brown: what's the quickest way to get a value from this that (bytes=? #"Apple") 09:52 tim-brown: ? 09:53 (join) roastbird 09:58 (nick) samth_away -> samth 10:01 samth: tim-brown: `subbytes' 10:01 samth: and really, don't create any new things called "mzscheme" 10:10 tim-brown: i'm not! i'm trying to make sure that old things called mzscheme work with racket 10:12 tim-brown: samth: so I do need to know (or find) my first \0 byte, then 10:15 tim-brown: samth: eli suggested that I upped vim's references to mzshceme (and mzsch...) to "racket" ... it's the right thing to do ... it's just a lot of work for someone 10:15 samth: tim-brown: (for/first ([(b i) (in-indexed (in-bytes mybytes))] #:when (zero? b)) i) 10:15 samth: rudybot: (define mybytes (list->bytes (list 65 112 112 108 101 0 0 0 0)) 10:15 rudybot: samth: tim-brown: (for/first ([(b i) (in-indexed (in-bytes mybytes))] #:when (zero? b)) i) 10:16 samth: rudybot: (for/first ([(b i) (in-indexed (in-bytes mybytes))] #:when (zero? b)) i) 10:16 rudybot: samth: your racket/init sandbox is ready 10:16 rudybot: samth: error: reference to an identifier before its definition: mybytes in module: 'program 10:16 samth: rudybot: eval (define mybytes (list->bytes (list 65 112 112 108 101 0 0 0 0)) 10:16 rudybot: samth: error: eval:1:0: read: expected a `)' to close `(' 10:16 samth: rudybot: eval (define mybytes (list->bytes (list 65 112 112 108 101 0 0 0 0))) 10:16 rudybot: samth: Done. 10:16 samth: rudybot: (for/first ([(b i) (in-indexed (in-bytes mybytes))] #:when (zero? b)) i) 10:16 rudybot: samth: ; Value: 5 10:16 samth: rudybot: (subbytes mybytes 5) 10:16 rudybot: samth: ; Value: #"\0\0\0\0" 10:16 samth: rudybot: (subbytes mybytes 0 5) 10:16 rudybot: samth: ; Value: #"Apple" 10:17 samth: tim-brown: there you go 10:18 tim-brown: samth: thanks... i have the length as the result of my read-bytes-avail! -- but will look at the for/first code 10:20 tim-brown: samth: why did rudybot send me a message? was that simply the result of you sending me a form? 10:20 samth: i'm not sure why rudybot did that 10:22 tim-brown: cripes! more to discover... first for/first, now the rudybot source! 10:26 samth: rudybot: source 10:26 rudybot: samth: git clone git://github.com/offby1/rudybot.git 10:26 samth: rudybot: url 10:26 rudybot: samth: error: reference to an identifier before its definition: url in module: 'program 10:35 offby1: samth: https://github.com/offby1/rudybot 10:36 samth: offby1: yes, i know how to go from the git url to an http one :) 10:36 offby1: just checkin' :) 10:39 samth: offby1: pull req sent :) 10:39 offby1: ooh ooh 10:40 samth: github makes that pretty easy 10:41 offby1: eli's "defverb" helps too 10:41 samth: yes 10:41 offby1: rudybot: url 10:41 rudybot: *offby1: url? 10:41 offby1: *sigh* 10:42 (join) realitygrill 10:42 offby1: hmm, the module didn't reload 10:45 samth: offby1: you should split it to have a separate place where everything happens, and kill-and-reload that place on demand 10:45 samth: you can communicate just with strings 10:50 (quit) veer: Quit: Leaving 10:53 (quit) hkBst: Remote host closed the connection 10:55 samth: rudybot: url 10:55 rudybot: samth: error: reference to an identifier before its definition: url in module: 'program 11:07 (join) dnolen 11:07 (quit) ahinki: Quit: ChatZilla 0.9.87 [Firefox 8.0/20110928060149] 11:17 (quit) shofetim: Ping timeout: 240 seconds 11:35 offby1: samth: I wasn't able to reload the module that contains your fix; I don't know why. Can't investigate now. 11:38 (join) shofetim 11:43 (join) anRch 11:51 (quit) anRch: Ping timeout: 248 seconds 11:53 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/6KwH6A 11:53 RacketCommitBot: [racket/master] remove `raco exe' plot test - Matthew Flatt 11:53 RacketCommitBot: [racket/master] remove built-in reader and printing support for Honu - Matthew Flatt 11:57 (quit) Burlingk: Read error: Connection reset by peer 12:00 roastbird: how do i use types in signatures? 12:01 (join) anRch 12:04 samth: roastbird: in unit signatures? 12:06 roastbird: yep 12:06 samth: roastbird: typed racket doesn't currently support the unit system at all 12:07 roastbird: o.o 12:07 roastbird: will they add it soon? 12:10 (part) tim-brown: "Leaving" 12:10 samth: roastbird: it's something we're working on for the future 12:12 roastbird: hrmmmm. alright. thanks for the info (: 12:12 (quit) anRch: Ping timeout: 260 seconds 12:12 (join) anRch 12:13 (join) MayDaniel 12:18 (quit) anRch: Ping timeout: 248 seconds 12:21 (join) anRch 12:25 (quit) Blkt: Quit: going home... 12:26 (join) anRch_ 12:27 (quit) anRch: Ping timeout: 260 seconds 12:27 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/OL5zzQ 12:27 RacketCommitBot: [racket/master] Added new plot library and old libfit (which plot still depends on) - Neil Toronto 12:28 (nick) anRch_ -> anRch 12:30 (quit) oiiii: Remote host closed the connection 12:34 (quit) anRch: Ping timeout: 240 seconds 12:36 (join) mithos28 12:37 (join) jao 12:42 (join) anRch 12:50 (quit) mithos28: Quit: mithos28 13:04 (join) jschuster 13:11 shofetim: In racket's web server, how do I make a response that is json? it seems that the response has to be an xexpr 13:13 (quit) MayDaniel: Read error: Connection reset by peer 13:29 roastbird: (response 200 #"OK" (current-seconds) TEXT/HTML-MIME-TYPE headers-no-cache (λ (op) (write-bytes #"
Hello World!
" op))) 13:29 roastbird: you must be using xexpr->response 13:32 shofetim: ahh, thnks 13:46 (join) samoan 13:46 (quit) realitygrill: Quit: realitygrill 13:49 (join) MayDaniel 13:49 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/CTYALw 13:49 RacketCommitBot: [racket/master] fix "configure" and "configure.ac" for libfit - Matthew Flatt 13:49 RacketCommitBot: [racket/master] try to fix dist-specs for libfit - Matthew Flatt 13:50 (join) mithos28 13:52 (quit) samoan: Quit: leaving 13:52 (join) lisppaste 13:53 (join) noelw_ 13:54 (nick) noelw_ -> noelw 13:54 (join) realitygrill 13:57 (quit) lisppaste: Client Quit 14:01 (join) didi 14:03 didi: I'm trying to install the last commit from the git repository but during `make install' I get: `/collects/setup/compiled/unixstyle-install_rkt.zo::0: read (compiled): code compiled for version 5.1.3.6, not 5.1.3.11' and then it errors. 14:03 didi: Does anyone know how to fix it? 14:04 stamourv: didi: You can try removing that `compiled' directory. 14:05 stamourv: and then running `make install' again. 14:05 (quit) MayDaniel: Read error: Connection reset by peer 14:05 (join) dnolen_ 14:06 stamourv: Or, to get rid of any stale compiled directories, from the collects directory: find . -name compiled | xargs rm 14:06 didi: stamourv: Yay, go stamourv. Although it stopped at another `compiled' directory. I'm going to iterate over them all. Thank you. 14:06 didi: stamourv: Even better! 14:07 stamourv: I think `raco setup -c' does something like that too. 14:07 (quit) dnolen: Ping timeout: 252 seconds 14:10 (join) googi 14:11 didi: Now I just need to wait some hours. :) Great, I was really missing racket. 14:11 stamourv: Hours? 14:12 stamourv: Building Racket on my XO takes hours, but on any reasonable machine, it's ~20-30 minutes max. 14:13 (join) mightyfoo 14:13 didi: stamourv: I'm exaggerating for the sake of comedy. I'm actually never timed it here, but it takes a while. And to be complete, I tried it once at an older machine and I killed the process after a couple of hours. 14:16 (quit) anRch: Quit: anRch 14:18 mightyfoo: rudybot: are there any other irc bots like you, implemented in racket? 14:18 rudybot: mightyfoo: not sure; a few days ago there were a bunch of bots spamming lots of channels 14:20 stamourv: mightyfoo: There's gabot, written by eli. 14:21 stamourv: It advertises new PLaneT packages, and updates. 14:22 mightyfoo: i'll prolly not get a straight answer from rudybot.. but is there an irc library in planet 14:22 mightyfoo: i'm not so well connected to teh interwebs at the mo 14:23 mightyfoo: ooh does gabot handle the twitter, too? 14:28 (quit) mightyfoo: Ping timeout: 258 seconds 14:28 eli: offby1: Sam's just excited about his new hammer. 14:28 eli: (=> There's no need for places...) 14:29 stamourv: mightyfoo: We don't have an IRC library, but it would be great if someone could abstract one from rudybot/gabot. 14:29 stamourv: You should write one. :) 14:34 didi: stamourv: 24'. :) 14:36 stamourv: didi: Told ya :). 14:36 stamourv: didi: Did you pull before or after the new plot library was added? 14:37 didi: stamourv: I've just pulled. HEAD is 560d. 14:39 didi: stamourv: The newest commit that I see that mentions `plot' is e01e46. 14:39 stamourv: Oh, that's old stuff. 14:39 didi: Awww. 14:39 stamourv: :) 14:39 didi: :( 14:39 stamourv: The new plot library has been added since, and a lot of C code has been removed. 14:40 stamourv: We move fast ;). 14:40 didi: Yay, let's remove C. 14:40 didi: Indeed. Every pull gets a lot. Nice. 14:40 stamourv: Quoting Neil T's email: 14:40 stamourv: This change replaces about 20000 lines of C+support code with 7000 lines 14:40 stamourv: of Racket that does a lot more. Racket code for backward compatibility 14:40 stamourv: totals only 500 lines. The libfit library is about 500 lines of C+make code. 14:40 stamourv: 14:41 didi: Nice! It reminds me of the GUI switch a while back. 14:41 stamourv: Yep, similar idea, but slightly smaller scale. 14:48 (quit) shofetim: Ping timeout: 256 seconds 14:50 (quit) bluezenix: Ping timeout: 252 seconds 14:51 (join) jorrik 14:51 jorrik: how can i make an irc bot in racket? 14:54 mario-goulart: jorrik: maybe you can take a look at https://github.com/offby1/rudybot 14:54 (join) bluezenix 15:09 (quit) didi: Ping timeout: 248 seconds 15:12 (join) DanBurton 15:13 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/430xGg 15:13 RacketCommitBot: [racket/master] Turned off deprecation warnings in compat-tests.rkt so DrDr won't complain about them - Neil Toronto 15:13 RacketCommitBot: [racket/master] Make most of 'plot' still function without libfit (all but 'fit') - Neil Toronto 15:24 (quit) roastbird: Ping timeout: 252 seconds 15:28 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/9xFWfg 15:28 RacketCommitBot: [racket/master] Keep DrDr from running (and timing out on) the slideshow-test.rkt - Neil Toronto 15:28 stamourv: mario-goulart++, rudybot is awesome. 15:30 (quit) jao: Ping timeout: 255 seconds 15:31 (join) MayDaniel 15:38 (quit) MayDaniel: Read error: Connection reset by peer 15:44 (join) ntoronto 15:52 (part) ntoronto 15:54 (join) MayDaniel 15:54 (join) ntoronto 15:55 ntoronto: hello? 15:57 stamourv: Hello. 15:57 stamourv: Thanks for the new plot library! 15:58 stamourv: ntoronto: Re your bug closing question, just put "Closes PR XXXXX." in the commit message of the relevant commit. 15:59 ntoronto: ah, cool! 15:59 ntoronto: btw, hi Vincent :) 15:59 ntoronto: so it's something I had to have done when I committed it in the first place 16:00 stamourv: Right. But you can also close the bug manually. 16:00 ntoronto: gotcha - I'll do that soon, then 16:01 ntoronto: the dev chat room seemed a little empty - do people use it much? 16:01 stamourv: Not much anymore. 16:02 stamourv: It's mostly bot traffic these days. 16:02 stamourv: s/mostly/only/ 16:02 stamourv: The channel used to be useful before we had #racket. It was a better place to discuss development than #scheme. But with #racket, since nothing we say is really secret, there's not much point anymore. 16:03 (quit) realitygrill: Quit: realitygrill 16:07 ntoronto: cool, thanks 16:07 (join) realitygrill 16:14 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/_F8lsg 16:14 RacketCommitBot: [racket/master] fix documented contract to match actual function - Robby Findler 16:22 (quit) realitygrill: Quit: realitygrill 16:24 (join) jao 16:27 (quit) bfulgham: Quit: bfulgham 16:30 (quit) MayDaniel: Read error: Connection reset by peer 16:33 (join) realitygrill 16:37 ntoronto: so DrDr is pretty busy with my pushes - should I be pushing less often? 16:38 (join) joe____ 16:41 joe____: howdy sexy men? 16:42 joe____: no sexy men da house? 16:43 stamourv: ntoronto: Nah, it will catch up eventually. 16:43 (quit) bluezenix: Quit: Leaving. 16:43 joe____: i love racket? 16:44 joe____: you guys up for some racketing 16:44 DanBurton: WEWT :) 16:45 (join) huiucfv 16:45 joe____: can you see this? 16:45 huiucfv: yeah i can 16:45 joe____: i am da cookie monstar 16:46 (quit) huiucfv: Client Quit 16:47 joe____: anyone up for some private racketing under my bed? 16:47 joe____: ? 16:47 DanBurton: Nope. 16:48 (join) bluezenix 16:54 zerokarmaleft: joe____: fyi, this is a channel for racket...the programming language 16:57 eli: ntoronto: ping 16:59 joe____: can someone tell me whah lambda is? 16:59 joe____: i have to use it but i dont know what it is :( 17:00 ohwow: joe____: https://secure.wikimedia.org/wikipedia/en/wiki/Lambda_function 17:00 joe____: ty 17:00 ohwow: joe____: basically, it's a function without a name 17:00 joe____: oh 17:00 ohwow: also don't click that link 17:01 ohwow: sorry i pasted the wrong one 17:01 joe____: i havent yet 17:01 joe____: tanks i guess i got 17:03 eli: ntoronto: ping 17:03 DanBurton: wow that is a small article 17:05 joe____: dont you love to boogie? 17:09 (part) joe____ 17:09 ntoronto: eli: png 17:10 ntoronto: er, eli: pong 17:11 (quit) DanBurton: Quit: Leaving 17:12 eli: ntoronto: I actually thought that fit was supposed to go away 17:12 ntoronto: oh 17:12 eli: and now that it is used only for the compatibility fit, is there any reason to keep it? 17:12 ntoronto: and I thought we'd talked about it 17:13 ntoronto: it's exported from both 'plot' and 'plot/compat' 17:13 eli: IIRC, in all those threads there was no peeps about people who use it. 17:13 eli: (Directly, not via plot, of course.) 17:13 ntoronto: well I haven't coded a replacement yet 17:14 eli: For fit? The point is that it's not needed by itself... 17:15 ntoronto: so what happens to the plots that rely on it? 17:15 eli: So there are plots that rely on it? 17:15 ntoronto: no idea 17:16 eli: Backtrack for a second. 17:16 eli: In "Make most of 'plot' still function without libfit (all but 'fit')" 17:16 (join) dmac1 17:16 eli: did you make it possible to use plot without fit by writing something that does the work instead? 17:16 ntoronto: nope 17:16 ntoronto: lazy-require 17:16 eli: Ah. 17:17 eli: Is it possible to immitate it somehow? 17:18 eli: Perhaps by ignoring whatever feature it is supposed to produce? 17:18 ntoronto: 1. it can be imitated, but it'll take a while, so I'll do it later 17:19 ntoronto: 2. nothing in 'plot' actually requires 'fit' to work 17:19 ntoronto: I have no idea where it came from or why it's in 'plot' in the first place 17:19 ntoronto: maybe the original authors just thought it was cool 17:19 eli 's getting confuseder and confuseder 17:20 ntoronto: lemme try again 17:20 ntoronto: nothing ELSE in 'plot' requires 'fit' to work 17:20 ntoronto: I think the original authors used it for a plot test case 17:21 ntoronto: there used to be a file in plot/demos that tested both fitting and plotting 17:21 eli: So why is it kept now? 17:21 ntoronto: in case someone uses it 17:21 ntoronto: I didn't want to rip out code without having a replacement for it 17:22 eli: OK, so we're back to what I understood earlier. 17:22 eli: The fit stuff is not used by random plots. 17:22 ntoronto: not by any plot functions themselves no, but possibly by *users* of plot 17:22 eli: It will never be used unless there's code that uses it directly. 17:22 ntoronto: right 17:22 eli: OK. 17:23 eli: As for these users, there was nobody that talked about it. 17:23 ntoronto: true 17:23 eli: And when I mentioned it a few times, the only reaction was from Doug, 17:23 eli: who happily reported that even that's too bogus and he has a bunch of fitting things that he implemented himself. 17:23 ntoronto: lol 17:24 ntoronto: look, I wouldn't be surprised if nobody uses it 17:24 eli: I read all of that as code that moans "kiiiiillll meeeeee". 17:24 ntoronto: Bayesian analysis would tell me the chances are low but positive 17:24 eli: Even Robby didn't object to removing it. 17:24 ntoronto: really? 17:25 eli: I'll ask him just in case. 17:25 eli: I'll mail you later. Day care end time now. 17:25 ntoronto: sounds good 17:27 (join) jo__ 17:28 jo__: why does noone talk> 17:29 (quit) jo__: Client Quit 17:33 (quit) mceier: Quit: leaving 17:37 (quit) realitygrill: Ping timeout: 255 seconds 17:37 (join) realitygrill 17:52 (nick) samth -> samth_away 17:55 (join) jrslepak_ 17:59 (join) Fare 18:18 (join) bfulgham 18:18 (quit) bluezenix: Quit: Leaving. 18:19 (join) realitygrill_ 18:20 (quit) realitygrill: Ping timeout: 258 seconds 18:20 (nick) realitygrill_ -> realitygrill 18:20 (quit) dnolen_: Ping timeout: 252 seconds 18:25 (join) realitygrill_ 18:25 (quit) realitygrill: Ping timeout: 248 seconds 18:25 (nick) realitygrill_ -> realitygrill 18:29 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/4Zyh7g 18:29 RacketCommitBot: [racket/master] Fixing slight error when a file fails to test properly - Jay McCarthy 18:29 RacketCommitBot: [racket/master] Fixing racket/match by removing errorneous optimization with test that shows it is broken - Jay McCarthy 18:38 (quit) realitygrill: Quit: realitygrill 18:39 (part) googi: "ERC Version 5.3 (IRC client for Emacs)" 18:47 (quit) Fare: Ping timeout: 248 seconds 18:54 (join) amit 18:54 amit: hi all 18:54 amit: just wondering if there's a code formatting option in DrRacket ? 18:54 (nick) amit -> Guest62987 18:55 Guest62987: any help? 18:56 Guest62987: there's a reindent-all options but that does not help 18:59 (join) realitygrill 19:11 (join) dnolen 19:37 mithos28: Guest62987: What do you want to do that the reindent all doesn't do? 19:40 (quit) dnolen: Quit: dnolen 19:47 (join) dnolen 19:49 (quit) masm: Quit: Leaving. 19:58 (quit) jorrik: Remote host closed the connection 20:04 (quit) dnolen: Quit: dnolen 20:04 (quit) Guest62987: Ping timeout: 252 seconds 20:05 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/-bLAtQ 20:05 RacketCommitBot: [racket/master] Added plot-pict and plot3d-pict for slideshow plots - Neil Toronto 20:05 RacketCommitBot: [racket/master] Merge branch 'master' of pltgit:plt - Neil Toronto 20:14 (quit) ntoronto: Ping timeout: 256 seconds 20:15 (join) ntoronto 20:40 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/Ss1pGg 20:40 RacketCommitBot: [racket/master] Comment out 'fit' tests that randomly fail - Neil Toronto 20:41 (join) dnolen 20:57 ntoronto: anybody know why NickServ is bugging me for my password again? 21:00 mithos28: ntoronto: did your client change or something, I would assume you would regularly have to authenticate but the client does it in the background 21:02 ntoronto: huh 21:02 ntoronto: this is the first time I've used this client, actually 21:03 ntoronto: I probably just need to tell it my password 21:03 (part) ntoronto 21:03 (join) ntoronto 21:04 mithos28: then that is probably it, on my new computer I needed to reauthorize and then it was quiet 21:17 (quit) jrslepak_: Quit: This computer has gone to sleep 21:26 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/BoBRyw 21:26 RacketCommitBot: [racket/master] fix compiler bug related to lifting and unbox flonums - Matthew Flatt 21:31 (quit) mithos28: Quit: mithos28 21:54 (join) jrslepak_ 22:00 asumu: ntoronto: in the plot docs, I noticed the main page has a typo "PLoT provides an flexible" should be "PLoT provides a flexible", I think. 22:00 asumu: BTW: thanks for the revamped library. I haven't had the chance to try it yet, but I will the next time I have to do plots for a paper (should be soon) 22:01 (join) jonrafkind 22:03 (quit) jao: Ping timeout: 252 seconds 22:04 (quit) jrslepak_: Quit: Leaving 22:10 (quit) jonrafkind: Ping timeout: 252 seconds 22:16 ntoronto: asumu: I'll fix that (thanks), and you're welcome! 22:24 (join) jonrafkind 22:40 (join) veer 22:47 (quit) veer: Quit: Leaving 23:00 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/zrCDEA 23:00 RacketCommitBot: [racket/master] Changed 'points' contract on vecs to (listof (vector/c real? real?)) - Neil Toronto 23:13 (join) jrslepak_ 23:19 (quit) jonrafkind: Ping timeout: 252 seconds 23:23 (quit) dmac1: Ping timeout: 252 seconds 23:31 (join) mithos28 23:32 (join) jonrafkind 23:36 (join) chandler 23:38 (join) jao 23:41 chandler waits for eli to tell him what he's not getting 23:54 (join) Demosthenes