commit | 5036bde964bc1a18282dde536a95aecd0d2c08fb | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Feb 10 11:59:03 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Fri Feb 10 14:04:34 2023 -0700 |
tree | e84f6f199dea6bc58d253f568a33bfb9502b0793 | |
parent | 71bb560755cad815f5159170822cb66df71f916f [diff] |
Ensure all DAP requests are keyword-only Python functions implementing DAP requests should not use positional parameters -- it only makes sense to call them with keyword arguments. This patch changes the few remaining cases to start with the special "*" parameter, following this rule.