From metawilm at gmail.com Wed Jan 28 23:10:26 2009 From: metawilm at gmail.com (Willem Broekema) Date: Thu, 29 Jan 2009 00:10:26 +0100 Subject: [stefil-devel] Swank integration fixes Message-ID: Stefil might be the test framework I'm looking for: powered by CLOS and integrating with Slime. Thanks for sharing! The swank integration is a bit outdated though: function inspect-for-emacs has been renamed into emacs-inspect, and its second argument, inspector, was dropped. I've attached a patch that fixes this (and probably breaks things in your custom slime branch). Also there seems no reason for inspector-result to be a macro, so I've made that a function. Furthermore (when (boundp 'swank::*inspector-dwim-lookup-hooks*) ..) should maybe be under #+slime-dwim-branch, but I did not change that yet. - Willem -------------- next part -------------- A non-text attachment was scrubbed... Name: slime-integration.patch Type: text/x-patch Size: 8347 bytes Desc: not available URL: From attila.lendvai at gmail.com Thu Jan 29 08:11:18 2009 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Thu, 29 Jan 2009 09:11:18 +0100 Subject: [stefil-devel] Swank integration fixes In-Reply-To: References: Message-ID: > this (and probably breaks things in your custom slime branch). Also > there seems no reason for inspector-result to be a macro, so I've made > that a function. Furthermore (when (boundp > 'swank::*inspector-dwim-lookup-hooks*) ..) should maybe be under > #+slime-dwim-branch, but I did not change that yet. hi! this is really appreciated, so please feel free to fix all you need to make it work on slime head! i'll push the changes to the official stefil repo and we'll unpull it from our local repos while we are on our slime branch. -- attila