The order of objects returned from a guardian

2005-07-26 Thread Marius Vollmer
Hi, Guile's guardians currently make the guarantee that "it is impossible for a guardian to return a 'contained' object before its 'containing' object." I am considering removing this guarantee since it makes it impossible for guardians to deal with cycles among guarded objects, and because it is

(unofficial) Guile 1.4.1.105 available

2005-07-26 Thread Thien-Thi Nguyen
release notes: bugfixes and docs. thi NEWS excerpt: * bugfixes ** `list->symbol' takes arg instead of rest-arg ** typo in autoconf macro GUILE_LIBSITE_DIR (1.4.1.103 regression :-/) * new documentation for existing code/interfaces ** boot-9 procs: id identity 1+ 1- -1+ 1- return-i