Re: vm status update

2008-12-28 Thread Neil Jerram
2008/12/26 Andy Wingo : > Happy St. Stephen's Day, hackers of the good hack! More eating the good pie than hacking the good hack right now! > I just landed a few patches on the vm branch that integrate backtrace > handling between the interpreter and the VM. `save-stack' saves the VM > stack and

Re: frames, stacks, traps, continuations, backtraces, oh my oh my.

2008-12-28 Thread Neil Jerram
2008/12/22 Andy Wingo : > Hey folks, Hi Andy! I see that the following answers are now a bit late, but for completeness anyway > Over the weekend I started to work on tidying up some loose ends in the > vm branch. One of the big loose ends is the debugging story: getting > good backtraces be

Re: Issuing deprecation warnings

2008-12-28 Thread Daniel Kraft
Andy Wingo wrote: Thus here my question: What's the opinion on the matter? I'd like to provide a simple patch for this issue (it is trivial, but hey :)), but want to know which way to go for it. As stated above, my feeling would be to not remove the warning-issuing-methods on --disable-deprect

Re: Issuing deprecation warnings

2008-12-28 Thread Andy Wingo
Hi Daniel, On Sun 28 Dec 2008 10:31, Daniel Kraft writes: > Thus here my question: What's the opinion on the matter? I'd like to > provide a simple patch for this issue (it is trivial, but hey :)), but > want to know which way to go for it. As stated above, my feeling would > be to not remove

Issuing deprecation warnings

2008-12-28 Thread Daniel Kraft
Hi, I've just tried to build latest-git guile with --disable-deprecated (full configure was --enable-maintainer-mode --disable-nls --disable-deprecated), and it refuses to compile because (at least) in libguile/gc-mark.c a deprecation warning is issued without checking if deprecation is enabl