Ripes icon indicating copy to clipboard operation
Ripes copied to clipboard

Use `magic_enum` to replace various enum<-> name maps and better-enums

Open mortbopet opened this issue 1 year ago • 1 comments

https://github.com/Neargye/magic_enum is an extremely easy-to-use library to generate names for enums which doesn't involve any macros.

Enum-to-name maps as well as better-enums usage can be found throughout ripes. These should instead be replaced with usages of enum class+magic_enum.

mortbopet avatar Jan 16 '24 15:01 mortbopet

I'm interested in addressing this issue by replacing the current usage of Enum-to-name maps and better-enums throughout ripes with enum class+magic_enum.

If it hasn't been started yet, I would like to take on this issue.

HotMercury avatar Jan 17 '24 09:01 HotMercury