On Friday, 25 July 2014 at 23:12:33 UTC, Walter Bright wrote:
On 7/25/2014 3:56 PM, David Nadlinger wrote:Let's just get rid of "catch {}" which encourages unsafe code and be done with it.We need to stop breaking code.
Either change breaks code. There's no evidence to support that catch{} is more commonly used than catch(MyException!true) et al.
