-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
lowAin't annoying anyone but the QA departmentAin't annoying anyone but the QA department
Description
Problem
Helper functions in the ir module for converting StringOrList values (map_string_or_list, to_paths, to_string_vec, extract_single) are scattered and create repetition.
Proposed Solution
Convert these helper functions into methods on the StringOrList type to:
- Reduce repetition
- Centralise behaviour
- Improve encapsulation
Context
- Identified during code review in PR Clean workflow cache before build #69
- Comment: Clean workflow cache before build #69 (comment)
- Issue: Convert StringOrList helper functions to methods #73
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lowAin't annoying anyone but the QA departmentAin't annoying anyone but the QA department