Skip to content

FlagEvent trait: Implement using macros

Ian Jackson requested to merge Diziet/arti:flag-event into main

The explicit list of variant names, that needs to be kept in sync, and is a test failure semver break hazard, is now gone.

All the necessary code is now generated automatically, and cannot be wrong.

I want this because I find myself wanting to add a second implementation of FlagEvent, for another type.

Merge request reports

Loading