D is dead
Walter Bright
newshound2 at digitalmars.com
Thu Aug 23 20:46:26 UTC 2018
On 8/23/2018 9:22 AM, Shachar Shemesh wrote:
> So telling me to keep filing them is simply a non-starter. I've got bugs that
> simply don't reproduce in watered down examples. I will not spend two days just
> to create a test case that demonstrates the bug outside the Weka code base. If
> nothing else, my boss won't allow me to spend that time.
In my experience with debugging code, if drilling down to find the cause of the
problem is not done, there is no way to conclude whether whether it is a
compiler bug or a user bug.
(Of course, compiler internal errors are always compiler bugs.)
Drilling down and finding it to be a compiler problem also usually suggests a
practical workaround for it.
More information about the Digitalmars-d
mailing list