www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Error message nitpicking

reply Shriramana Sharma <samjnaa_dont_spam_me gmail.com> writes:
object.d (from dmd 2.068.2) line 1636: 

auto e = new Exception("msg", new Exception("It's an Excepton!"), "hello", 
42);

Next time somebody edits this file, s/Excepton/Exception. 

Didn't want to file a bug for such a minor issue.
Oct 15 2015
next sibling parent John Colvin <john.loughran.colvin gmail.com> writes:
On Thursday, 15 October 2015 at 18:35:40 UTC, Shriramana Sharma 
wrote:
 object.d (from dmd 2.068.2) line 1636:

 auto e = new Exception("msg", new Exception("It's an 
 Excepton!"), "hello", 42);

 Next time somebody edits this file, s/Excepton/Exception.

 Didn't want to file a bug for such a minor issue.
It would have been quicker to make a pull request than to write this post, no?
Oct 15 2015
prev sibling parent Meta <jared771 gmail.com> writes:
On Thursday, 15 October 2015 at 18:35:40 UTC, Shriramana Sharma 
wrote:
 object.d (from dmd 2.068.2) line 1636:

 auto e = new Exception("msg", new Exception("It's an 
 Excepton!"), "hello", 42);

 Next time somebody edits this file, s/Excepton/Exception.

 Didn't want to file a bug for such a minor issue.
https://github.com/D-Programming-Language/druntime/pull/1410
Oct 15 2015