chapel icon indicating copy to clipboard operation
chapel copied to clipboard

--explain-call to report multiple best candidates

Open vasslitvinov opened this issue 9 months ago • 2 comments

This PR makes --explain-call option show all "best" candidates being considered in the case of return intent overloads. This may be useful when the user is expecting one overload to be invoked and does not realize that another overload is also being considered because of return intent overload.

Testing: standard and gasnet paratests.

vasslitvinov avatar May 17 '24 13:05 vasslitvinov