00:04 (quit) univyrse: Quit: Leaving 00:06 (join) Kaylin 00:13 (join) kofno 00:21 (join) wdkrnls 00:22 (quit) mithos28: Quit: mithos28 00:23 (join) mithos28 00:27 (quit) Kaylin: Quit: Leaving. 00:31 (join) Kaylin 00:31 (quit) Kaylin: Client Quit 01:03 (join) Kaylin 01:15 (quit) wdkrnls: Read error: Connection reset by peer 01:24 (quit) dyoo: Quit: dyoo 01:25 (join) adu 01:44 (quit) adu: Quit: adu 01:50 (quit) kofno: Read error: Connection reset by peer 01:56 (join) myx 02:07 (quit) jeapostrophe: Ping timeout: 252 seconds 02:09 (quit) dnolen: Ping timeout: 244 seconds 02:21 (join) kofno 02:54 (quit) mithos28: Quit: mithos28 02:54 (quit) francisl: Quit: francisl 03:39 (join) Nisstyre-laptop 03:57 (quit) Nisstyre-laptop: Quit: Leaving 04:24 (quit) jonrafkind: Ping timeout: 255 seconds 04:26 (quit) sw2wolf: Remote host closed the connection 04:27 (quit) Kaylin: Quit: Leaving. 04:52 (join) didi 05:05 (join) bitonic 05:09 (quit) Shviller: Read error: Connection reset by peer 05:10 (join) Shviller 05:39 (join) bitonic` 05:41 (quit) bitonic: Ping timeout: 260 seconds 05:49 (nick) bitonic` -> bitonic 05:51 (quit) Shviller: Read error: Connection reset by peer 05:51 (join) Shviller 06:15 (quit) didi: Quit: ERC Version 5.3 (IRC client for Emacs) 06:23 (join) m_m 06:42 (quit) Raynes: Quit: ZNC - http://znc.sourceforge.net 06:42 (join) masm 06:43 (join) Raynes 06:50 (join) bitonic 06:53 (quit) masm: Ping timeout: 244 seconds 06:54 (join) masm 07:00 (quit) bitonic: Ping timeout: 245 seconds 07:31 (join) MayDaniel 07:34 (quit) kofno: Read error: Connection reset by peer 07:35 (join) kofno 08:05 (quit) cdidd: Read error: Operation timed out 08:06 (quit) Shviller: Read error: Connection reset by peer 08:06 (join) Shviller 08:20 (join) mye 09:02 (quit) m_m: Remote host closed the connection 09:28 (join) jeapostrophe 09:28 (quit) jeapostrophe: Changing host 09:28 (join) jeapostrophe 09:38 (join) anRch 09:51 (quit) kofno: Remote host closed the connection 09:57 (quit) safekeeping: Quit: Leaving 10:07 (join) RacketCommitBot 10:07 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/USr_QQ 10:07 RacketCommitBot: racket/master cbeb846 Robby Findler: logger GUI bug... 10:07 (part) RacketCommitBot 10:09 (join) mizu_no_oto 10:19 (quit) lusory: Ping timeout: 264 seconds 10:25 (join) RacketCommitBot 10:25 RacketCommitBot: [racket] plt pushed 3 new commits to master: http://git.io/DqH38A 10:25 RacketCommitBot: racket/master f29230f Matthew Flatt: add `scribble/tag' and clean up some tag-related documentation and functions... 10:25 RacketCommitBot: racket/master 2d12431 Matthew Flatt: move and fixup docs for the "help" collection 10:25 RacketCommitBot: racket/master ca3b712 Matthew Flatt: minor doc edits... 10:25 (part) RacketCommitBot 10:25 (join) mithos28 10:25 (join) kofno 10:50 (quit) anRch: Quit: anRch 10:55 (quit) jeapostrophe: Ping timeout: 245 seconds 11:06 (join) bitonic 11:24 (join) RacketCommitBot 11:24 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/hrDcqg 11:24 RacketCommitBot: racket/master a412ab8 Robby Findler: add a basic test of the logger GUI 11:24 (part) RacketCommitBot 11:30 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 11:42 mithos28: Does racket have a primitive like an mvar from haskell? 11:45 (join) jao 11:45 (quit) jao: Changing host 11:45 (join) jao 11:50 mithos28: Actually I think (make-async-channel 1) does exactly that 11:52 (quit) jao: Remote host closed the connection 12:01 (join) mizu_no_oto 12:03 (join) lusory 12:07 (quit) bitonic: Remote host closed the connection 12:08 (join) bitonic 12:08 (join) safekeeping 12:08 (join) soegaard 12:08 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 12:09 (quit) kofno: Read error: Connection reset by peer 12:11 (join) RacketCommitBot 12:11 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/DKgkcQ 12:11 RacketCommitBot: racket/master 353da62 Robby Findler: added make-module-language-tag and use it and make-section-tag... 12:11 (part) RacketCommitBot 12:30 (join) kofno 12:37 (quit) bitonic: Ping timeout: 246 seconds 13:13 (quit) soegaard: Quit: soegaard 13:24 (join) soegaard 13:27 (join) univyrse 13:32 (join) francisl 13:38 univyrse: i have another strange error message 13:38 univyrse: maybe 13:38 mithos28: what is it? 13:39 univyrse: if you try to change a value in a struct thats not mutable, it just says that set-yourstruct-yourvalue! has not been defined 13:39 univyrse: rather than tell me that its not mutable 13:39 mithos28: that is correct 13:39 univyrse: idk if thats worthy of dev attention 13:39 mithos28: that is intentional 13:39 univyrse: oh, ok. why? i dont really understand 13:39 mithos28: The setter doesn't exist if its not mutable 13:40 univyrse: oh, OH OH 13:40 univyrse: ok that makes sense 13:40 univyrse: i should've put 2 and 2 together 13:40 univyrse: sorry 13:40 mithos28: No problem. Go ahead and ask stupid question 13:40 mithos28: s 13:41 mithos28: thats how you learn 13:41 univyrse: i try not to, i got excited over it because asumu fixed a similar error after i brought it up the other day 13:41 univyrse: thought I had found another one 13:42 dca: actually error message saying "maybe you forgot to add #:mutable? " should be fine 13:42 dca: imho 13:42 univyrse: idk I thought the same thing, but it makes perfect sense because those functions get defined automagically 13:42 mithos28: dca: That would require binding something to the set-struct-val! name 13:43 univyrse: so it would just be calling a regular function with a specific name, so it would just say that the function doesnt exist 13:43 univyrse: i mean, i understand why it does that. its more of a design choice whether it should be specific or not 13:43 univyrse: its not broke 13:43 dca: right 13:43 mithos28: dca: which is useless in correct programs, and so likely won't get exported and then you have the same problem in other modules 13:47 (join) mizu_no_oto 13:50 (join) RacketCommitBot 13:50 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/rnIxUw 13:50 RacketCommitBot: racket/master 3f6b30a Matthew Flatt: scibble: repair related to recent `scribble/tag' contracts 13:50 (part) RacketCommitBot 13:50 (join) jonrafkind 13:53 univyrse: @racketlang doesnt tweet often enough :( 13:55 bremner: you could start @fake-racketlang 13:55 bremner: ;) 13:56 univyrse: i would only use it to harass haskell users on twitter 14:04 (join) anRch 14:11 (join) spiderweb 15:09 (join) jeapostrophe 15:09 (quit) jeapostrophe: Changing host 15:09 (join) jeapostrophe 15:10 (quit) anRch: Quit: anRch 15:14 (join) RacketCommitBot 15:14 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/fcoH0g 15:14 RacketCommitBot: racket/master a390042 Matthew Flatt: fix dist spec 15:14 RacketCommitBot: racket/master f2d8708 Matthew Flatt: logging: allow name in `log-message', report it in a log-receiver evt... 15:14 (part) RacketCommitBot 15:21 (quit) univyrse: Quit: Leaving 15:25 (join) univyrse 15:27 (quit) mithos28: Quit: mithos28 15:32 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 15:38 (quit) myx: Quit: ัƒัˆั‘ะป 15:39 (join) Nisstyre-laptop 15:48 (join) dyoo 15:58 (join) mizu_no_oto 16:02 (quit) kofno: Remote host closed the connection 16:08 (quit) dyoo: Quit: dyoo 16:13 (join) Kaylin 16:18 (quit) Kaylin: Client Quit 16:26 (quit) masm: Ping timeout: 260 seconds 16:32 (join) masm 16:37 (quit) soegaard: Quit: soegaard 16:41 Cryovat: Regarding the GUI toolkit; 16:41 (quit) masm: Ping timeout: 260 seconds 16:41 Cryovat: Is there a reason there isn't a grid layout container? 16:42 Cryovat: It's annoying me a little that there is none 16:42 Cryovat: I'm sort of tempted to try to write one 16:50 (quit) francisl: Quit: francisl 16:57 univyrse: you should totally write one 16:57 univyrse: always 16:58 Cryovat: Just worried of discovering the reason why there isn't one, the hard way 16:58 (join) masm 17:02 Cryovat: http://planet.racket-lang.org/display.ss?package=table-panel.plt&owner=williams 17:02 rudybot: http://tinyurl.com/cgyoslt 17:03 Cryovat: Looks like there's an older one to steal ideas from 17:03 (join) soegaard 17:03 (quit) masm: Ping timeout: 264 seconds 17:05 Cryovat: No wait, LGPL 17:05 Cryovat: Fresh attempt then \o/ 17:17 (join) masm 17:21 (quit) masm: Ping timeout: 252 seconds 17:32 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 17:52 (join) francisl 17:57 (join) bitonic 17:58 (join) masm 18:03 (join) bitonic` 18:04 (quit) MayDaniel: Read error: Connection reset by peer 18:05 (quit) bitonic: Ping timeout: 244 seconds 18:09 (join) dyoo 18:11 (join) mitya 18:12 (quit) dyoo: Client Quit 18:24 (quit) bitonic`: Remote host closed the connection 18:35 mitya: hi all 18:35 mitya: I've just filed a bug (underinking issues in libracket), can provide any details if needed 18:37 (join) bitonic 18:45 asumu: mitya: thanks, saw the bug report. The relevant devs will probably follow up by e-mail. 18:51 (join) jackhammer2022 19:24 (join) RacketCommitBot 19:24 RacketCommitBot: [racket] plt pushed 7 new commits to master: http://git.io/Izofrg 19:24 RacketCommitBot: racket/master 1ad8843 Matthias Felleisen: documenting the folder 19:24 RacketCommitBot: racket/master a15ae19 Matthias Felleisen: warn programmers that the key event specification is incomplete; Closes PR13168 19:24 RacketCommitBot: racket/master cdcbdfa Matthias Felleisen: added a function for parsing contest files more easily 19:24 (part) RacketCommitBot 19:25 (join) dnolen 19:45 (quit) bitonic: Ping timeout: 260 seconds 19:48 (join) RacketCommitBot 19:48 RacketCommitBot: [racket] plt pushed 3 new commits to master: http://git.io/Xls7vg 19:48 RacketCommitBot: racket/master fc02d40 Neil Toronto: Faster LU decomposition 19:48 RacketCommitBot: racket/master e55a314 Neil Toronto: Precise flonum tests (error usually must be <= 0.5 ulp), and prerequisite... 19:48 RacketCommitBot: racket/master 7ac8e1b Neil Toronto: Slightly more `math/matrix'... 19:48 (part) RacketCommitBot 19:51 (join) mithos28 20:02 (join) cdidd 20:03 (join) mizu_no_oto 20:07 (join) mye_ 20:09 (quit) mye: Ping timeout: 264 seconds 20:09 (nick) mye_ -> mye 20:10 (quit) karswell: Remote host closed the connection 20:15 Cryovat: HMm 20:15 Cryovat: If you have a function that returns multiple values 20:15 Cryovat: Is there an elegant way of turning that into a list? 20:16 ozzloy: let-values i think 20:16 mithos28: (call-with-values (lambad () expr) list) 20:16 ozzloy: lambad! 20:16 Cryovat: I was hoping to avoid that one, mithos28 :/ 20:16 univyrse: lambad the mighty 20:16 ozzloy: that's a bad lamb! 20:19 Cryovat: mithos28: I think I'll go for that and hide it in a macro, thanks :) 20:20 (join) karswell 20:22 (quit) mithos28: Quit: mithos28 20:24 (join) sw2wolf 20:27 (join) mithos28 20:31 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 20:37 (join) mizu_no_oto 20:37 (quit) mithos28: Quit: mithos28 20:46 (quit) karswell: Remote host closed the connection 20:46 univyrse: are there any medium to large sized apps in action built with racket's instaweb? 20:47 (join) mithos28 20:49 (quit) mizu_no_oto: Ping timeout: 260 seconds 20:50 sw2wolf: Is the "address already used..." error of plt-web-serve fixed ? 20:50 mithos28: not that I know of, it is actually an issue with tcp sockets 20:50 mithos28: the workaround is just to use a specific ip, instead of all 20:51 sw2wolf: i.e. 127.0.0.1 ? 20:51 mye: I just recompiled from git and now some packages installed with raco pkg have the wrong bytecode version. Is there a quick way to fix this (a command) ? Or is it best du delete the compiled/ dir everywhere? 20:52 mithos28: sw2wolf: yes 20:52 mithos28: mye: does raco setup not work? 20:53 (join) mizu_no_oto 20:54 mye: mithos28: you mean just plain 'raco setup' ? I'm trying but giving it the package path says 'bad collection path' 20:54 mye: the packages where installed from the development location 20:54 mithos28: mye: I'm not sure then. 20:55 (quit) jeapostrophe: Ping timeout: 244 seconds 20:55 mye: My guess would be it's easiest to delete compiled/ but a cmdline switch would be nice 20:55 mye: seems like a common situation to be in to me 20:56 mithos28: raco setup -c 20:58 (quit) mithos28: Quit: mithos28 20:58 mye: this compiles for a while then raco setup: bad collection path: /Users/lo/project/racket-rdf/rdf 20:59 mye: which is definitively an installed pkg 20:59 (join) karswell 21:01 sw2wolf: How about `raco link` it manually ? 21:05 mye: hm, time to do that it seems. Although it seems odd that planet2 doesn't have switch to recompile all installed packages 21:05 mye: at least I didn't see it 21:10 (quit) masm: Quit: Leaving. 21:27 (join) mithos28 21:36 (quit) mizu_no_oto: Ping timeout: 255 seconds 21:40 (join) mizu_no_oto 21:42 (quit) mizu_no_oto: Client Quit 21:45 (join) mizu_no_oto 21:52 (join) kofno 21:53 (part) mitya 22:10 (quit) karswell: Remote host closed the connection 22:15 (quit) mizu_no_oto: Quit: Computer has gone to sleep. 22:20 (join) karswell 22:24 (quit) karswell: Remote host closed the connection 22:27 (join) Kaylin 22:35 (join) karswell 23:06 (quit) dnolen: Ping timeout: 248 seconds 23:08 (quit) Kaylin: Quit: Leaving. 23:14 (quit) francisl: Quit: francisl 23:17 (quit) Shvillr: Ping timeout: 245 seconds 23:17 (join) Shvillr 23:23 (join) jeapostrophe 23:37 (quit) mithos28: Quit: mithos28 23:47 (quit) kofno: Remote host closed the connection 23:48 (quit) jeapostrophe: Read error: Operation timed out 23:51 (join) kofno 23:51 (join) myx