Reshape to (0) causing problems with expand and set slot

Because the reshape block now does not report an empty list with reshape to 0, the expand [ V] to () slots block is not working when using expand to 0 slots, which I have needed for a slot-syncing block dealing with averages. Is it possible to switch the behavior of the reshape to 0 to instead happen with reshape to (empty) or reshape to (-1)?
(hopefully this doesnt count as a no-no variadic input metaprogramming topic)

Ah, good catch! I've added this fix to the metaprogramming library in dev:

(it's the last block at the bottom, the conditional checking for a less-than-1 level)
thanks!

thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.