David Longnecker

Results 2 issues of David Longnecker

This PR introduces resolution for `zip()` expressions as well as resolution of parallel iterators for `forall` and `[]` loops. For `zip()` expressions that appear as the iterand of a serial...

This PR adds support for non-local receivers to dyno and fixes a bug affecting the resolution of type queries. It adds support for programs like the following: ```chapel class Foo...