DIP 1030--Named Arguments--Community Review Round 1 Feedback

Jonathan Marler johnnymarler at gmail.com
Thu Feb 6 22:59:49 UTC 2020


On Thursday, 6 February 2020 at 06:09:36 UTC, Mike Parker wrote:
> This is the feedback thread for the first round of Community 
> Review of DIP 1030, "Named Arguments".
>
> [...]

How will the compiler handle function lookup if there is an 
ambiguous match, but the ambiguous function is in another module? 
  So in your snoopy example, if one of the snoopy overloads was 
defined in another module, is the compiler still supposed to 
treat that as ambiguous?


More information about the Digitalmars-d mailing list