Re: [racket-dev] [plt] Push #25914: master branch updated

2012-12-18 Thread Robby Findler
On Tue, Dec 18, 2012 at 12:22 AM, Neil Toronto neil.toro...@gmail.comwrote: On 12/17/2012 05:48 PM, Robby Findler wrote: I'm not sure about this change. If I pass in a buggy function, I'm not sure I'd want the errors to get swallowed. The errors are almost always division by zero or some

Re: [racket-dev] [plt] Push #25914: master branch updated

2012-12-17 Thread Robby Findler
I'm not sure about this change. If I pass in a buggy function, I'm not sure I'd want the errors to get swallowed. How about making the plot but putting a red thing on it (and maybe showing the error text on mouseover)? Or maybe making this optional behavior? Robby On Mon, Dec 17, 2012 at 6:02

Re: [racket-dev] [plt] Push #25914: master branch updated

2012-12-17 Thread Neil Toronto
On 12/17/2012 05:48 PM, Robby Findler wrote: I'm not sure about this change. If I pass in a buggy function, I'm not sure I'd want the errors to get swallowed. The errors are almost always division by zero or some similar mathematical domain error, because plotted functions get sent exact