To Adopt mandatory semicolon in method calls if kwargs are passed

Or in another word, the “posicional/kwarg ambiguity” isn’t the problem. Some solutions to the dispatch problem might benefit from such a distinction but that should be discussed as part of those solutions, but,

  1. It’s unclear if any good solution exists for the dispatch problem. (i.e. it’s too early to talk about this level of detail, especially since it’s the easiest part…)
  2. As I said above, it should be part of Allow use of named-argument syntax for positional arguments?
1 Like