Re: parameter config is a mess
Matthias Radestock <[email protected]>
| Newsgroups | gmane.comp.java.sisc.devel |
|---|---|
| Message-ID | <[email protected]> |
Scott Miller wrote: > I believe for proper properties, this is the case. What do you mean by "proper properties"? Besides, I was trying to make the point that it should work consistently across all types of properties. End users are not aware of the subtle differences in property implementations. >>* there is currently no way to reset the default value of a dynamic >>parameter > I'm not sure what you mean by this. Once you have defined a parameter with, say, (make-parameter 'foo) there is no way to change the default value (e.g. from 'foo to 'bar). The best you can do is change the value in your current thread and pray that all threads in your system will properly "inherit" from it. Matthias. ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com