SPLIT BY BLOCKS still uses strings for color blocks

bug originally found here

Currently if you SPLIT a block with color inputs, it still uses the old text format:

untitled script pic (2)

However, since now Snap! has built-in support for colors, shouldn’t the result look like this?

image

This also is the same case for the JOIN block:

untitled script pic (3)
untitled script pic (4)

I feel like the SPLIT BY behaviour should remain the same for backwards compatibility, but the behaviour with JOIN I think should be fixed.

Yes, I know this is old, but I encountered this issue the other day and thought that since it is still an issue I may as well bump it.

I think using a color anywhere as a string converts it into that anyway.

that’s definitely messed up.
I think the blockify @list ::list reporter also doesn’t have color support.