snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Convert dictionary keys to integers when safe #395

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

Fixes issues where dictionary keys are implicitly cast to other types.

Closes #378.

stevenbird commented 8 years ago

Fine, though it might have been nicer to avoid the code duplication :)

cyderize commented 8 years ago

Yes, I could possibly refactor it out into a kind of parseDictKey function later on to avoid the duplication.