I was playing with the following example today:

proc foo(a: int ...?x, b: real ...?y) { ... }
foo(0, 1, 2, 3.0, 4.0, 5.0);

The Chapel standard doesn't say if this should or shouldn't be allowed (or
at least I couldn't find where it said it), but the compiler fails to
resolve the function call correctly.  What does the list think?  Should
this be valid Chapel code or not?

- Chris
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to