walksanatora / HexTweaks

Small tweaks to Hexcasting (and addons) also adds some patterns
MIT License
0 stars 4 forks source link

Make Dict Iota have proper protection from True Name writing #12

Open Master-Bw3 opened 8 months ago

Master-Bw3 commented 8 months ago

Works by adding a mixin to getTrueNameFromDatum to transform dictionary iotas into a list iota of both keys and values.

Also removes the true name check when setting a value to a dictionary iota as it is no longer needed.

walksanatora commented 8 months ago

part of me thinks I should merge. but the other part of me knows that dictionary iotas are going to get punted in 1.20 in favor of replacing them with a "dictionary formatted list" due to all the issues I have had with dictionary iotas and them just being annoying to work with (would also make it easier for ducky to work with)