WebAssembly / component-model

Repository for design and specification of the Component Model
Other
945 stars 79 forks source link

Re-add case-insensitive uniqueness #337

Closed lukewagner closed 5 months ago

lukewagner commented 5 months ago

This PR (re)adds the validation rule that two names in a scope can't differ only in case. This rule was discussed somewhere in a WIP PR, implemented in the current 0.2 Wasmtime implementation, but somehow it was lost on the path to getting merged in main, so this PR re-adds it, bringing the spec in sync with the impl.

lukewagner commented 5 months ago

(Updated WIT.md to match)