03:54:55 stepcut: ping 04:38:20 mightybyte: pong 04:47:55 stepcut: Formlets seem to work for me. 04:48:02 stepcut: Have you tested it in your code? 04:52:12 mightybyte: let me ponder 04:53:09 those patches all came from the code we use, but we have not used that exact version 04:53:24 I could migrate us tomorrow though 04:53:56 I did some testing when I made the changes 04:54:25 I think I've done enough testing to convince me. 04:54:40 I believe I tested all the functions as I merged them to make sure they still worked as expected 04:57:05 Ok, I'll just merge it in now. 05:01:06 sweet! 05:05:14 Ok, pushed. 05:05:32 I don't have access to hackage, so I'll have to get Chris to do that. 05:14:03 I have access to hackage.. 05:15:12 To upload a new version of formlets? 05:16:48 sure.. the hackage security policy would make RMS proud.. 05:17:03 unless it has changed, anyone with hackage access can upload any package 05:18:25 stepcut: Oh, I didn't know that. I assumed it was secured by package owner. 05:18:34 Heh, that's kind of funny. 05:18:40 nope 05:20:04 I guess I should request an account. 05:20:19 yeah 15:18:07 stepcut: iirc, the security policy changed 15:18:14 thanks to me :( 15:25:45 gwern: maybe they just *told* you it changed so you wouldn't do it again ;) 15:37:36 iirc I tried 15:43:53 stepcut: The new formlets is up on hackage now. 16:03:22 nice! 16:05:15 Let the hackaging begin. 16:05:43 I am building it now 16:43:35 apparently I did already rebuild most of our code again the new formlets library, but the one library I didn't try exposes a bug :) 16:43:56 in Text.Formlet, it should export, Rect(..), not just Rect. 16:44:14 I am going to fix that locally, and make sure there are no other issues :( 16:50:20 stepcut: Ok, I'll fix it. 16:50:33 thanks, sorry about that. 16:50:57 I'll let you know when I have everything rebuilt 16:51:14 No problem. 16:51:21 If I can do anything to help you test stuff, just let me know :) 16:51:43 Muad_Dibber: sweet! 16:53:15 Other than just writing code that uses the formlets library, I can't think of anything. 16:53:37 I'd certainly accept unit test code for formlets. 17:02:07 I'll try to get around to it mightybyte :) 17:04:42 Muad_Dibber: and don't forget to write the docs :) 17:05:19 Muad_Dibber: Oh, and how about implementing sharding for happstack-state while you're at it. :) 17:06:13 seriously, this will get no traction without a good tutorial 17:06:29 sm: that is why the new formlets code is exciting! 17:06:33 I think you confuse me with some decent haskell programmer instead of a dropped out masters student xD 17:06:53 Muad_Dibber: you dropped out to have more time to study Haskell, right? 17:08:20 now that would be a good reason; though the real story is quit a bit longer :) 17:09:05 well, you can make it the real reason ;) 17:10:18 hehe itÅ› otherwise around actually. I'm hoping to start a project using happstack and haskell to step back in :P 17:10:30 even better! 17:10:42 do you have a specific project in mind? 17:11:27 stepcut: I pushed the export change and a version bump. 17:11:43 sweet! 17:12:06 everything else seems to be building with that change 17:12:14 I'll wait for you to test a little more before I push to hackage. 17:12:27 ok 17:14:29 yeah stepcut; but I'll have to talk some more with the professor before I know whether it (and I) is accepted 17:15:04 Muad_Dibber: is it a dating site? 17:15:20 no 17:16:00 ;) 17:18:42 you'd wish :P 17:20:55 geekmates.com 17:22:34 heh 17:22:50 plentyofgeeks.com 17:23:09 adultgeekfinder.com 17:25:10 geekme.com 17:25:51 mightybyte: ok, everything seems to build now and I tested two apps 17:28:45 Ok, great. 17:32:43 once the new verion is on hackage I'll kick off an autobuild 17:39:21 Hmmm, I've never uploaded before. Is there a tool to create the .tar.gz? 17:40:53 Ahh, cabal sdist. 17:43:19 Ok, it's up. 17:48:30 nice 17:57:09 and cabal upload 17:59:26 gwern: Yup, found it. 22:34:49 mightybyte: looks like everything autobuilt ok