Re: Error handling in DMD and Bugzilla

2014-12-11 Thread Daniel Murphy via Digitalmars-d
"Etienne" wrote in message news:m6df1k$11vl$1...@digitalmars.com... I doubt dustmite could work for my use case. I develop the entire application before compiling, so I usually end up with 1000s of code errors to go through. Some IOCs turn up, so I usually have to tweak the compiler to keep o

Re: Error handling in DMD and Bugzilla

2014-12-11 Thread Etienne via Digitalmars-d
On 2014-12-11 8:05 PM, Etienne wrote: errors to go through. Some IOCs turn up, so I usually have to tweak the IOC should be ICE (internal compiler error). Brain runs slow at EOD ;)

Re: Error handling in DMD and Bugzilla

2014-12-11 Thread Etienne via Digitalmars-d
On 2014-12-11 4:34 PM, Daniel Murphy wrote: It really helps to have a minimal test case for the bug, otherwise it's difficult for reviewers to tell if the fix is in the correct place. It should be fairly easy to reduce a larger project that fails on an assertion down to a small test case using

Re: Error handling in DMD and Bugzilla

2014-12-11 Thread Daniel Murphy via Digitalmars-d
"Etienne" wrote in message news:m6cb67$2fa3$1...@digitalmars.com... I've found 2 internal compiler errors so far, but they have been occurring in very complex circumstances that I haven't been able to isolate within reasonable time frames (~ 1 hour). https://github.com/etcimon/dmd/commit/32f

Re: Error handling in DMD and Bugzilla

2014-12-11 Thread Max Klyga via Digitalmars-d
On 2014-12-11 14:53:57 +, Etienne said: I've found 2 internal compiler errors so far, but they have been occurring in very complex circumstances that I haven't been able to isolate within reasonable time frames (~ 1 hour). https://github.com/etcimon/dmd/commit/32f2b44c8c126243f9c4ff00b89b

Error handling in DMD and Bugzilla

2014-12-11 Thread Etienne via Digitalmars-d
I've found 2 internal compiler errors so far, but they have been occurring in very complex circumstances that I haven't been able to isolate within reasonable time frames (~ 1 hour). https://github.com/etcimon/dmd/commit/32f2b44c8c126243f9c4ff00b89b175c9e596e7f https://github.com/D-Programming