some initial testing post reboot on the assumption the changes went in with the reboot.
I notice that I still end up with eq items in inventory but I will detail
I have 2 eqsets : shock (using burnished shield + prismatic blade), blast (using sphairai)
If I use eqset switch shock, eqset switch blast all is good
If I use eqset wear shock, eqset wear blast I end up with burnished shield in inventory
kind of odd. in the past I've ended up with other clasps in inventory and couldn't duplicate that today but I'm not sure I know the steps to make that happen.
I do use wear extensively to assemble sets out of incomplete parts. Wear is awesome, especially to allow different weapons to be used with the same set of armor.
Personally the way I get around this is when I change eqsets I flag a var eqset_unresolved = true, then as part of same routine as non-combat spell maintenance will do eqset stow until I hit "You're not carrying anything that has a set container." which will flag it as resolved. I override sell/drop with aliases so that i can't sell/drop until eqsets are resolved as well. No accidents so far.
I suppose it's possible the changes aren't deployed as well