[mcclim-devel] Yet another bug for the bug list
Hi, I'm sure most of you know this already, but windows opened by OPEN-WINDOW-STREAM are not automatically closed when their parent is closed, even if they share the same event queue -- and once the parent is gone it is then impossible to close them short of destroying the port. (This has UI implications in my climacs/tabcode app.) Cheers, Christophe
Christophe Rhodes <csr21@cam.ac.uk> writes:
I'm sure most of you know this already, but windows opened by OPEN-WINDOW-STREAM are not automatically closed when their parent is closed, even if they share the same event queue -- and once the parent
Could you please add an entry here? http://mcclim.cliki.net/Bug It's not that I'm lazy and I don't want to do it myself (I'll gladly do it if you can't). It's just that I'm trying to spread the voice about the above unofficially official bug list. Paolo -- Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log
Paolo Amoroso <amoroso@mclink.it> writes:
Christophe Rhodes <csr21@cam.ac.uk> writes:
I'm sure most of you know this already, but windows opened by OPEN-WINDOW-STREAM are not automatically closed when their parent is closed, even if they share the same event queue -- and once the parent
Could you please add an entry here?
It's not that I'm lazy and I don't want to do it myself (I'll gladly do it if you can't). It's just that I'm trying to spread the voice about the above unofficially official bug list.
Yeah. I understand what you're trying to do here -- but I'm uncertain that it's the best use of resources... The issue I have is that I've used a raw cliki-based bug tracking system before -- entomotomy -- and while it was by no means an unmitigated disaster, I think it would be fair to say that for those who had the most interaction with it, it was more work than it needed to be. What I would like to see is something which can be driven by e-mail, much like debbugs, working maybe from header information, maybe from stuff in the body. So when a bug report like mine arrives, someone In Charge of Bugs forwards the mail on to mcclim-bug@common-lisp.net, say, with a few commands in the new body: open open-window-stream-windows-not-closed-by-parent submitter csr21@cam.ac.uk thanks and then the body of the original message, or even just a message-id, if the system would be smart enough to convert that to a URL to the mcclim-devel archives. Closing a bug should likewise be done by e-mail; discussion can be done over the mailing list, with any particularly pertinent messages likewise forwarded to the magical bug system (with command "addto" or something). I suppose what I'm getting at is that I've interacted with bug trackers that are so much better in terms of convenience than an HTML textarea that I'm pretty unwilling to spend my time with a vanilla cliki on something which shouldn't interfere with my workflow. (Don't feel too bad about this, though, because I have the same visceral hatred of both the Sourceforge bug tracker and bugzilla-based systems -- in all cases, they are /way/ too much work for the end-user to submit bugs, and quite often they are also too much work for the administrator). So if you don't mind, I'll pass on vanilla cliki interactions for things like this; on the other hand, if people want to collaborate on something which talks to a cliki given e-mail input, then I'm willing at least to share ideas and maybe even get down and dirty. Cheers, Christophe
Christophe Rhodes <csr21@cam.ac.uk> writes:
I suppose what I'm getting at is that I've interacted with bug trackers that are so much better in terms of convenience than an HTML textarea that I'm pretty unwilling to spend my time with a vanilla cliki on something which shouldn't interfere with my workflow. (Don't feel too bad about this, though, because I have the same visceral
I don't feel bad at all, I actually do appreciate your feedback. That's the kind of feedback I wished I got when I created the bug list page at McCLIM CLiki. Given limited resources, I thought that a CLiki-based bug list might have been an acceptable tradeoff between hunting for bug reports in the mailing list archive, and setting up some more formal and/or convenient bug tracking system. Any comments from the McCLIM developers? What should be done with the bug list page at McCLIM CLiki? Shall we drop it?
hatred of both the Sourceforge bug tracker and bugzilla-based systems -- in all cases, they are /way/ too much work for the end-user to submit bugs, and quite often they are also too much work for the administrator).
You should probably check the simple bug reporting procedures and systems that Aunt Tillie uses for reporting bugs of her favorite office suite and web browser, i.e. OpenOffice and Firefox :) Firefox Help: Reporting Bugs http://www.mozilla.org/support/firefox/bugs qa: Bugs&Issues Explained (OpenOffice.org) http://qa.openoffice.org/issue_handling/project_issues.html Paolo -- Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log
To: mcclim-devel@common-lisp.net Date: Sat, 19 Feb 2005 15:16:36 +0100 From: Paolo Amoroso
Christophe Rhodes <csr21@cam.ac.uk> writes:
I suppose what I'm getting at is that I've interacted with bug trackers that are so much better in terms of convenience than an HTML textarea that I'm pretty unwilling to spend my time with a vanilla cliki on something which shouldn't interfere with my workflow. (Don't feel too bad about this, though, because I have the same visceral
Any comments from the McCLIM developers? What should be done with the bug list page at McCLIM CLiki? Shall we drop it?
How about a CLIM based front end that sumbits a properly formatted bug report to an Email address? Might make an interesting first app for someone wanting to learn CLIM but who also wants to contribute something useful. Mike McDonald mikemac@mikemac.com
mikemac@mikemac.com writes:
How about a CLIM based front end that sumbits a properly formatted bug report to an Email address? Might make an interesting first app for someone wanting to learn CLIM but who also wants to contribute something useful.
Sure, but this is only useful if that e-mail address isn't some gaping void -- that is, there's infrastructural work that needs to be done too. On the other hand, having a "Report Bug" command available automatically in McCLIM apps would be neat if it could be made to work... Cheers, Christophe
Paolo Amoroso <amoroso@mclink.it> writes:
Any comments from the McCLIM developers? What should be done with the bug list page at McCLIM CLiki? Shall we drop it?
While we have it, we should probably keep it up to date -- unless someone is actively tagging and tracking bug reports sent to this list. However, I'd urge people interested in these infrastructural issues to think about a better system as a matter of relative urgency. (It would be nice to have a system in place for the next release.) Cheers, Christophe
On 2005-02-19, Christophe Rhodes <csr21@cam.ac.uk> wrote:
The issue I have is that I've used a raw cliki-based bug tracking system before -- entomotomy -- and while it was by no means an unmitigated disaster, I think it would be fair to say that for those who had the most interaction with it, it was more work than it needed to be.
What I would like to see is something which can be driven by e-mail, much like debbugs, working maybe from header information, maybe from stuff in the body. So when a bug report like mine arrives, someone In Charge of Bugs forwards the mail on to mcclim-bug@common-lisp.net, say, with a few commands in the new body:
open open-window-stream-windows-not-closed-by-parent submitter csr21@cam.ac.uk thanks
and then the body of the original message, or even just a message-id, if the system would be smart enough to convert that to a URL to the mcclim-devel archives. Closing a bug should likewise be done by e-mail; discussion can be done over the mailing list, with any particularly pertinent messages likewise forwarded to the magical bug system (with command "addto" or something).
I created a "roundup" (roundup.sf.net) issue tracker for mcclim and populated it with bugs from the wiki page. The web interface isn't that bad, although the e-mail interface could use some work, if it is to support the (debbugs-centric) workflow you describe above. If you want to take a look, it's at <URL:http://boinkor.net/lisp/mcclim/roundup.cgi/mcclim/>. -- Andreas Fuchs, <asf@boinkor.net>, asf@jabber.at, antifuchs
participants (4)
-
Andreas Fuchs
-
Christophe Rhodes
-
mikemac@mikemac.com
-
Paolo Amoroso