For Developers: Vuo Compiler crashes if nodeInstanceData returns a struct type

Steps causing the bug to occur

  1. Vuo Compiler crashes if nodeInstanceData returns a struct type

How did the result differ from what you expected?

I would have expected at most a warning, not a crash.

Have you found a workaround?

Return a pointer to a struct instead.

Other notes

  • Vuo version: 0.5.0

This got fixed at some point as a side effect of other changes.