Labels could be duped according to WIT interface #222
Labels
area/plugin-api
Categorizes the issue or PR as relating to the plugin API or SDK.
kind/bug
Categorizes issue or PR as related to a bug.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Currently, the WIT format doesn't support map types. We're instead using a
list<label>
type, essentially alist<tuple<string, string>>
. While the SDK prevents dupes by working with theHashMap
type, this does not prevent dupes for anything that's using the WIT interface directly. Dupes from a single plugin (as opposed to collisions across plugins) should probably be considered an error condition.The text was updated successfully, but these errors were encountered: