wordplaydev / wordplay

An accessible, language-inclusive programming language and IDE for creating interactive typography on the web.
Other
55 stars 16 forks source link

332 resolve duplicate name #477

Closed euouae682 closed 1 month ago

euouae682 commented 1 month ago

Issue: There is no conflict resolution for the DuplicateName conflict (if a declaration ha a duplicate name).

We implemented a resolution button for the duplicate name conflict based on the design specification. Specifically, we did the following:

Some notes:

euouae682 commented 1 month ago

Thanks for the pointers! I've implemented the changes, and it should be ready to merge now!