]> Piment Noir Git Repositories - freqai-strategies.git/commit
fix(quickadapter): restore _format_collection ordering before register decorators
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 21 Jun 2026 20:37:10 +0000 (22:37 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 21 Jun 2026 20:37:10 +0000 (22:37 +0200)
commit6727bd127a7b6d3ae6faf78c134a46a5b4054559
tree52f28e4e9aadec0f77a562a7eeea75b06f2c815e
parent11382907c19f692a5296cfa5f9e8ee3730649b3b
fix(quickadapter): restore _format_collection ordering before register decorators

Rebase of the label-weight-support-policy PR onto main (atop the style line-wrap commit) reapplied the _format_collection hunk at the wrong location, placing the helper AFTER its @_format_value.register(list|tuple|set|dict|np.ndarray) decorators. Move the definition back to its canonical position above the dispatchers.
quickadapter/user_data/strategies/Utils.py