00:02 (quit) Nisstyre: Ping timeout: 256 seconds 00:11 (join) Kaylin 00:45 (quit) francisl: Quit: francisl 00:49 (quit) jao: Ping timeout: 256 seconds 00:52 (join) serhart 01:10 (join) mizu_no_oto 01:27 (quit) bjz: Quit: Bye! 01:28 (join) micaeked 01:29 micaeked: Bam `(- (* (expt (/ 2 8) -6) 7) 1)` 01:43 (quit) mye: Quit: mye 01:53 (join) eataix 02:00 (join) mye 02:08 (join) cdidd 02:09 (quit) mye: Quit: mye 02:18 (nick) karswell -> rexelwatcher 02:49 (quit) ijp: Quit: The garbage collector got me 02:53 (join) soegaard 02:57 (quit) rmathews: Ping timeout: 264 seconds 02:57 (join) rmathews 02:58 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 03:03 (quit) soegaard: Quit: soegaard 03:17 (quit) rmathews: Ping timeout: 244 seconds 03:18 (join) rmathews 03:24 (join) myx 03:29 (join) bitonic 03:39 (quit) Kaylin: Read error: Connection reset by peer 03:42 (quit) jonrafkind: Ping timeout: 252 seconds 03:52 (quit) bitonic: Ping timeout: 276 seconds 03:59 (join) masm 04:06 (join) bitonic 04:11 (quit) rmathews: Ping timeout: 252 seconds 04:35 (quit) bitonic: Ping timeout: 244 seconds 04:43 (join) dzhus 04:54 (quit) myx: Quit: ัƒัˆั‘ะป 04:57 didi: rudybot: (path-list-string->path-list "/foo:/bar" '("/baz")) 04:57 rudybot: didi: your sandbox is ready 04:57 rudybot: didi: error: path-list-string->path-list: expected argument of type ; given: '("/baz") 04:58 didi: rudybot: (path-list-string->path-list "/foo:/bar" '((build-path "/" "baz"))) 04:58 rudybot: didi: error: path-list-string->path-list: expected argument of type ; given: '((build-path "/" "baz")) 04:58 didi: rudybot: (path-list-string->path-list "/foo:/bar" (list (build-path "/" "baz"))) 04:58 rudybot: didi: ; Value: (# #) 05:22 (quit) Nisstyre-laptop: Ping timeout: 252 seconds 05:24 (quit) cataska: Ping timeout: 276 seconds 05:33 (join) MayDaniel 05:48 (join) cataska 05:49 (quit) errstr: Ping timeout: 248 seconds 05:55 (join) netrino 05:58 (join) errstr 06:11 (join) Shviller 06:20 (join) jeapostrophe 06:25 (quit) micaeked: Quit: WeeChat 0.4.0 06:38 (quit) Shviller: Read error: Connection reset by peer 06:39 (quit) dzhus: Quit: Yow! Legally-imposed CULTURE-reduction is CABBAGE-BRAINED! 06:42 (quit) cataska: Ping timeout: 252 seconds 06:47 (join) cataska 06:52 (quit) cdidd: Ping timeout: 256 seconds 06:53 (join) rmathews 06:53 (quit) cataska: Ping timeout: 240 seconds 06:54 (join) Shviller 06:54 (quit) Shviller: Read error: No route to host 07:01 (join) Shviller 07:09 (join) sirdancealot7 07:09 (join) cdidd 07:10 (join) cataska 07:15 (quit) cataska: Read error: Connection reset by peer 07:38 (join) RiskyBlit 07:38 (nick) RiskyBlit -> lpolzer 07:38 lpolzer: how can I check whether an identifier is bound? 07:39 lpolzer: I'm basically looking for an equivalent to Common Lisp DEFVAR 07:39 didi: lpolzer: Hum, how do you use DEFVAR to check for it? 07:40 lpolzer: sorry, I was being a little sloppy there 07:40 lpolzer: what I'm trying to achieve is a DEFVAR equivalent 07:40 didi: lpolzer: I guess you want to give a symbol a new value only if it has none. 07:40 lpolzer: right 07:40 didi: lpolzer: I see. I don't know. :^) 07:40 lpolzer: :) 07:41 lpolzer: I'd think it would be a common use case 07:41 lpolzer: a workaround would be introducing a new identifier that records whether another was defined 07:41 lpolzer: but that's ugly 07:41 lpolzer: surely there must be a better way 07:46 didi: lpolzer: I don't know. It seems like a particular feature of CL. 07:46 didi: DEFVAR x DEFPARAMTER 07:46 didi: E 07:47 (join) cataska 07:49 lpolzer: there would be other applications for such a function, like checking identifiers to determine library compatibility 07:49 didi: lpolzer: Can't you just read (library-version)? 07:51 lpolzer: sure, it was just meant as an example 07:52 didi: I see. 07:52 didi: lpolzer: I'm sure there is a way to check if an identifier is defined. 07:53 (quit) cataska: Read error: Connection reset by peer 07:56 (join) cataska 07:56 lpolzer: (namespace-variable-value 'foo #t (lambda () #f)) 07:56 lpolzer: this seems to do the job for the current namespace 07:56 lpolzer: I'm not sure whether it's idiomatic 07:57 didi: That makes us two. 07:59 (join) snowylike 08:00 (quit) cataska: Read error: Connection reset by peer 08:01 (join) cataska 08:01 (join) soegaard 08:03 (quit) cataska: Read error: Connection reset by peer 08:04 (join) cataska 08:09 (quit) cataska: Read error: Connection reset by peer 08:11 (join) mye 08:13 lpolzer: another question. what is a good way to loop indefinitely? 08:13 didi: rudybot: (let loop () (loop)) 08:13 rudybot: didi: error: with-limit: out of time 08:13 didi: lpolzer: That's one way. 08:14 lpolzer: I presume this will be compiled to a flat call stack? 08:15 didi: lpolzer: You mean, tail call optimization? 08:15 bremner: in elisp? I doubt it. 08:15 lpolzer: yes 08:15 didi: Where am I?!? 08:16 didi: bremner: You scared me. 08:16 lpolzer: hah :D 08:16 (join) cataska 08:16 bremner: oops, my bad ;) 08:16 bremner: still, I stand by my irrelevant statement ;) 08:17 lpolzer: bremner, I will happily agree with it 08:19 (quit) cataska: Read error: Connection reset by peer 08:21 (join) cataska 08:23 (join) kofno 08:49 (join) RacketCommitBot 08:49 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/qQkk3w 08:49 RacketCommitBot: racket/master e43583c Robby Findler: make sure the framework tests run with the proper environment 08:49 RacketCommitBot: racket/master f90eb33 Robby Findler: only when when there is something to undo... 08:49 (part) RacketCommitBot 09:09 (join) RacketCommitBot 09:09 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/Qg8JgA 09:09 RacketCommitBot: racket/master 54fad85 Robby Findler: an attempt to change get-close-paren to not edit the buffer... 09:09 (part) RacketCommitBot 09:10 (quit) kofno: Remote host closed the connection 09:13 (quit) Nereid: Quit: ZNC - http://znc.sourceforge.net 09:13 (quit) rmathews: Quit: ... 09:14 (join) rmathews 09:26 (join) anRch 10:05 (join) RacketCommitBot 10:05 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/CWed7w 10:05 RacketCommitBot: racket/master aaf4a2e Robby Findler: adjust find-next-outer-paren to avoid editing the buffer... 10:05 (part) RacketCommitBot 10:15 (quit) cataska: Read error: Connection reset by peer 10:22 (join) mizu_no_oto 10:29 (quit) mye: Quit: mye 10:31 (quit) blubberdiblub: Excess Flood 10:32 (join) blubberdiblub 10:34 (join) ijp 10:36 (quit) anRch: Quit: anRch 10:39 (join) Fare 10:45 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 10:53 ASau: stamourv: alright, I've synchronized local repository copy and restarted build from HEAD. 10:53 ASau: stamourv: I'll report later. 11:10 (quit) BeLucid: Remote host closed the connection 11:11 (quit) blubberdiblub: Excess Flood 11:12 (join) blubberdiblub 11:15 (join) mithos28 11:27 (join) hash_table 11:33 (join) mizu_no_oto 11:35 (quit) mizu_no_oto: Client Quit 11:37 (quit) Demosthenex: Ping timeout: 252 seconds 11:39 (join) Demosthenex 11:42 (join) newblue 11:45 (quit) serhart: Quit: Leaving. 11:47 (join) serhart 11:49 (join) RacketCommitBot 11:49 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/5s0qrA 11:49 RacketCommitBot: racket/master 2d2b3be Robby Findler: fix a bug in executable creation... 11:49 (part) RacketCommitBot 12:12 (join) parcha 12:14 (quit) parcha: Remote host closed the connection 12:16 (join) parcha 12:27 (join) dnolen 12:32 (quit) jeapostrophe: Ping timeout: 255 seconds 12:34 (join) Shvillr_ 12:34 (quit) Shviller: Disconnected by services 12:34 (nick) Shvillr_ -> Shviller 12:36 (quit) Shvillr: Ping timeout: 264 seconds 12:49 (quit) netrino: Ping timeout: 246 seconds 12:54 (join) adu 12:59 (quit) snowylike: Quit: Nettalk6 - www.ntalk.de 13:04 (quit) hash_table: Ping timeout: 252 seconds 13:06 (join) netrino 13:09 (quit) newblue: Quit: leaving 13:11 (quit) Fare: Ping timeout: 252 seconds 13:26 (join) jonrafkind 13:26 (quit) serhart: Quit: Leaving. 13:28 (quit) didi: Ping timeout: 245 seconds 13:31 (join) Fare 13:31 (quit) soegaard: Quit: soegaard 13:32 (join) bitonic 13:38 (join) soegaard 13:40 (quit) adu: Quit: adu 13:43 (join) __4 13:43 (join) stilluntrusted 14:01 (join) Nisstyre-laptop 14:02 (join) bitonic` 14:03 (quit) bitonic: Disconnected by services 14:03 (nick) bitonic` -> bitonic 14:05 (join) RacketCommitBot 14:05 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/UE5WDA 14:05 RacketCommitBot: racket/master 15d41a7 Stephen Chang: add examples for make-struct-info in docs 14:05 (part) RacketCommitBot 14:15 ASau: stamourv: no, it still fails with HEAD: 14:15 ASau: Section(logger) 14:15 ASau: Section(synchronization) 14:15 ASau: Section(deep) 14:15 ASau: [1] Illegal instruction (core dumped) /tmp/local-... 14:15 ASau: *** Error code 132 14:16 ASau: stamourv: AFAIR, there was a way to make it more verbose on what's happening, 14:16 ASau: but I don't remember it. 14:22 (part) ASau: "ERC Version 5.3 (IRC client for Emacs)" 14:27 (join) serhart 14:33 (quit) dnolen: Quit: ERC Version 5.3 (IRC client for Emacs) 14:38 (join) ASau 14:45 (join) eikonos 15:01 (join) Kaylin 15:02 (quit) stilluntrusted: Remote host closed the connection 15:06 (join) gridaphobe 15:33 (quit) Kaylin: Quit: Leaving. 15:42 (join) francisl 15:49 (join) sw2wolf 15:49 (join) jeapostrophe 15:49 (quit) jeapostrophe: Changing host 15:49 (join) jeapostrophe 15:52 ASau: stamourv: so, any shortcut to get into debugging that problem? 15:53 ASau: Besides general ways like identifying the place and thinking over the code. 15:55 (join) bitonic 15:55 (quit) bitonic: Remote host closed the connection 15:55 (quit) Nisstyre-laptop: Read error: Connection reset by peer 15:55 (join) bitonic 15:56 (join) Nisstyre-laptop 15:57 (quit) parcha: Remote host closed the connection 16:00 (quit) gridaphobe: Remote host closed the connection 16:01 (join) gridaphobe 16:02 (join) parcha 16:05 (quit) gridaphobe: Ping timeout: 252 seconds 16:07 (join) mizu_no_oto 16:08 (join) gridaphobe 16:12 (quit) francisl: Ping timeout: 245 seconds 16:25 (quit) gridaphobe: Remote host closed the connection 16:26 (join) gridaphobe 16:26 (join) dnolen 16:30 (quit) gridaphobe: Ping timeout: 252 seconds 16:35 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 16:46 (join) mizu_no_oto 16:52 (nick) sw2wolf -> sw2wolf{away} 16:54 (join) neilv 16:57 (quit) MayDaniel: Read error: Connection reset by peer 17:00 (join) zacts 17:06 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 17:19 (quit) mithos28: Quit: mithos28 17:19 (quit) zacts: Quit: ERC Version 5.3 (IRC client for Emacs) 17:30 (join) anRch 17:31 (join) mithos28 17:37 (join) groovy2shoes 18:05 (quit) Demosthenex: Ping timeout: 276 seconds 18:07 (join) Demosthenex 18:10 (join) francisl 18:18 (quit) anRch: Quit: anRch 18:26 (quit) dnolen: Ping timeout: 256 seconds 18:26 (quit) netrino: Remote host closed the connection 18:31 (quit) cdidd: Read error: Connection reset by peer 18:34 (join) gridaphobe 18:38 (join) bitonic` 18:39 (quit) bitonic: Ping timeout: 246 seconds 18:47 (quit) masm: Quit: Leaving. 19:16 (join) dyoo 19:21 (quit) soegaard: Quit: soegaard 19:27 (quit) mithos28: Quit: mithos28 19:28 (join) mithos28 19:28 (quit) neilv: Ping timeout: 252 seconds 19:41 (quit) groovy2shoes: Quit: Computer has gone to sleep 19:55 (nick) bitonic` -> bitonic 19:57 (join) RacketCommitBot 19:57 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/W0k-PA 19:57 RacketCommitBot: racket/master 295bb1e Sam Tobin-Hochstadt: Switch to `pkg.racket-lang.org`. 19:57 (part) RacketCommitBot 20:01 (join) Kaylin 20:03 (join) Nereid 20:21 (quit) mithos28: Quit: mithos28 20:34 (part) dyoo 20:35 bremner: for some reason I thought the handin server automagically ran the file "tests.rktl" in the submission context, but I can't see anything about that in docs or the source. 20:37 (join) mithos28 20:38 (join) hash_table 20:44 (quit) Kaylin: Quit: Leaving. 20:53 (join) Kaylin 21:14 (join) kofno 21:15 (quit) jeapostrophe: Ping timeout: 240 seconds 21:21 (quit) gridaphobe: Remote host closed the connection 21:22 (join) gridaphobe 21:27 (quit) gridaphobe: Ping timeout: 255 seconds 21:27 (quit) Kaylin: Quit: Leaving. 21:35 (quit) jonrafkind: Ping timeout: 255 seconds 21:36 (quit) kofno: Remote host closed the connection 21:38 (join) Kaylin 21:40 (join) kofno 21:49 (quit) kofno: Remote host closed the connection 21:59 (quit) Kaylin: Read error: Connection reset by peer 22:01 (join) zacts 22:05 (join) Kaylin 22:07 (quit) Kaylin: Read error: Connection reset by peer 22:07 (join) Kaylin 22:09 (join) kofno 22:12 (quit) hash_table: Ping timeout: 252 seconds 22:35 (join) lusory 22:41 (quit) francisl: Quit: francisl 22:49 (join) francisl 22:55 (quit) eikonos: Ping timeout: 256 seconds 23:00 (quit) Nisstyre-laptop: Remote host closed the connection 23:02 (join) dnolen 23:10 (quit) kofno: Remote host closed the connection 23:22 (quit) ijp: Quit: The garbage collector got me 23:28 (join) bjz 23:40 (join) kofno 23:49 (quit) kofno: Ping timeout: 256 seconds 23:56 (join) sw2wolf