Hey everyone,<div>Here's a suggestion for an improved compile error message</div><div><br></div><div>in an app() I had something like</div><div>app(outStruct o) run(params){</div><div>   runApp @filename(o.param1)</div>

<div>}</div><div><br></div><div>When I removed o.param1, rather than telling me param1 wasn't a member of outStruct, it instead said</div><div><br></div><div><div>Could not start execution.</div><div>        Type outStruct is not defined. in application run at line 24</div>

</div><div><br></div><div>(where I have substituted all my real stuff for the fake names used above)</div><div><br></div>