Hi, I also thought about that but I see almost no practical use of enabling both options. Also having many environment variables did not sound good so I didn't add another variable, and am lazy to add extra option "parser" to support something like "stderr,error" and "error,stderr". Anyways, that's why.
If you still stick to the idea of supporting both, feel free to create a patch - I will wait :-) Atsushi Eno Peter Vandenabeele wrote: > On 11/28/06, Atsushi Eno <[EMAIL PROTECTED]> wrote: >> MONO_XSLT_STACK_FRAME= >> stdout: write template call to stdout. >> stderr: write template call to stderr. >> error: enable stack frame in XsltException. > > Would it not make sense to write both the template call > and the error for debugging ? > > In that case, an alternative might be: > > MONO_XSLT_STACK_FRAME_CALL= > stdout: write template call to stdout. > stderr: write template call to stderr. > if not defined --> do nothing > > MONO_XSLT_STACK_FRAME_ERROR= > error: enable stack frame in XsltException. > if not defined --> do nothing > > I was working on trying that. > > Thanks, > > Peter > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
