> On Tuesday, April 17, 2018, 8:10:47 AM EDT, Dan Wilcox <danomatika@gmail.com> wrote:

> Is this compatible with https://github.com/pure-data/pure-data/pull/347/files? Are there pros/cons between the implementations? 

Also-- the code I merged into Purr Data adds a binbuf_error routine which links evaluation errors to the relevant object.

Like when a user loads some monstrously large patch with many levels of nested abstractions and gets an error about an 
out-of-range argument. Now in Purr Data they can click a link to highlight the relevant message box (if it exists).

Finally, there's an additional branch that was merged after this to add some simple regression tests.

-Jonathan