<div class="markdown_content"><hr />
<p><strong> <a class="alink" href="http://sourceforge.net/p/pure-data/bugs/1160">[bugs:#1160]</a> Errors sould ALWAYS be trackable</strong></p>
<p><strong>Status:</strong> open<br />
<strong>Group:</strong> v0.43<br />
<strong>Created:</strong> Sun Oct 05, 2014 12:01 PM UTC by Matteo Sisti Sette<br />
<strong>Last Updated:</strong> Sun Oct 05, 2014 12:01 PM UTC<br />
<strong>Owner:</strong> nobody</p>
<p>0.43-4 Extended</p>
<p>Sorry I can't provide the patch to reproduce this. The patch is too big and it's not mine, and I can't isolate the part that reproduces the bug... because of the bug itself.</p>
<p>The issue is that I'm getting somewhere this error:</p>
<p>value: no method for 'list'</p>
<p>AND when I do Find -> Find last error it says:<br />
  ... sorry, I couldn't find the source of that error.</p>
<p>An untrackable error is always a bug. Source of an error MUST always be trackable. Assuming that the patch is actually sending a list message to an object that is not capable of handling a list (i.e. there is an error in the patch), the fact that it is not tracked is a bug.</p>
<p>ALL places in Pd's code where error messages are generated without properly tracking them so that they can be found in Find -> Find Last error, should be fixed. <br />
This is a PLAGUE in Pd.</p>
<p>Furthermore, in this case, the error message is also nonsensical on its own.<br />
It is supposed to mean that there is a "value" object that is receiving a list in an inlet that can't handle a list (by the way, it is a one-float-item list that is being sent, so it's actually a float). Now, <span>[value]</span> has only an inlet, and it <em>can</em> handle lists and floats, so the message doesn't make sense. Clearly, it is not being issued by a <span>[value]</span> object, but then why does it say "value:" ?</p>
<p>And by the way, it's about time to implement the possibility to find all errors, not only the last one.</p>
<hr />
<p>Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to <a href="https://sourceforge.net/p/pure-data/bugs">https://sourceforge.net/p/pure-data/bugs/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/pure-data/admin/bugs/options.">https://sourceforge.net/p/pure-data/admin/bugs/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>