Conversation
📝 WalkthroughWalkthroughThe change adds list parameter preservation logic to StreamlitUI by tracking whether TOPP parameters were originally lists and reconstructing them after JSON deserialization through string splitting. Changes
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR fixes a bug in list parameter handling where list parameters loaded from JSON were not being properly converted back from strings to lists before being processed.
Changes:
- Added
original_is_listfield to track which parameters were originally lists in the .ini file - Added conversion logic to restore list parameters from their string representation when loading from JSON or custom defaults
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.