Fluids vs parameters: which API is better?

2011-07-18 Thread Mark H Weaver
Hi Andy, Andy Wingo writes: > So I am optimistic regarding our ability to gradually change over to > parameters, if you are in agreement that parameters are the interface > that we should export. I'm sorry to throw a monkey wrench into this nice plan, but I would like to briefly argue that fluid

lighter prompts?

2011-07-18 Thread Stefan Israelsson Tampe
I noted that prompts in guile-2.0 is quite heavy e.g. using vanilla setjmp facilities. So if I'm not miss-taken a prompt will save several machine registers. Is this really needed? Why I am asking is that everything looks the same after a prompt returns e.g. basically setting up registers from st

Re: guildhall status

2011-07-18 Thread Ludovic Courtès
Andy Wingo skribis: > Yeah that would be nice. I have not had much luck with FSF folk in the > past though. I was just thinking about gcc.gnu.org which I believe is > hosted by others. I see you’ve emailed them in the meantime, thanks! Ludo’.

Re: guildhall status

2011-07-18 Thread Ludovic Courtès
Hi! Andy Wingo skribis: > On Mon 18 Jul 2011 15:06, l...@gnu.org (Ludovic Courtès) writes: > >>> I will see if I can get work to sponsor a server that we can use, and >>> see if we can get it aliased to guildhall.gnu.org -- unless someone else >>> would like to provide the server. It would be n

guildhall update complain connection timeout

2011-07-18 Thread nalaginrut
hi all, I tried "guild hall update", and get these errors: -->cut<-- ^_^[nalaginrut@Renee-desktop:cedar]$ guild hall update Fetching http://rotty.yi.org/doro/experimental/available.scm Backtrace: In ../../module/ice-9/boot-9.scm: 170: 16

Re: guildhall status

2011-07-18 Thread Andy Wingo
Hi! Thanks for the feedback! On Mon 18 Jul 2011 15:06, l...@gnu.org (Ludovic Courtès) writes: >> I will see if I can get work to sponsor a server that we can use, and >> see if we can get it aliased to guildhall.gnu.org -- unless someone else >> would like to provide the server. It would be nic

Re: guildhall status

2011-07-18 Thread Ludovic Courtès
Hi! Andy Wingo skribis: > So, the status: > > 1) Builds. > 2) Passes make check. > 3) Can update the available list. > 4) Everything else is untested :-) Sounds like great news! > I will see if I can get work to sponsor a server that we can use, and > see if we can get it aliased to gu

Re: new module: (web client)

2011-07-18 Thread Ludovic Courtès
Hello! Andy Wingo skribis: > I wrote a simple HTTP client and dropped it in (web client). It's > synchronous, so it's a bit lame. I'm attaching it here for review. > Feedback welcome. This looks great! > ;;; (web client) is a simple HTTP URL fetcher for Guile. > ;;; > ;;; In its current inca

[PATCH] Makefile.am in Guildhall doesn't install all files in private directories

2011-07-18 Thread nalaginrut
The SOURCE in Makefile.am doesn't contain any file in private directories because they don't need to declare explicitly during compiling procedure. But we do need them if we run guildhall after "make install". I talked with Andy and he said "./env guild hall" is OK. I believe it's true because env

Re: guildhall status

2011-07-18 Thread Andy Wingo
On Fri 15 Jul 2011 21:10, writes: > A (web client) test is failing for me: Sorry about that! A thinko. I pushed a patch similar to yours. Cheers, Andy -- http://wingolog.org/