vkottler / ifgen

An interface generator for distributed computing.
MIT License
1 stars 0 forks source link

Generate enum value to string code for enums #8

Closed vkottler closed 1 year ago

vkottler commented 1 year ago

It would be nice to generate some sample unit-test code as well.

If we're generating that kind of code, similar to yambs CI, we should build and run it on the Linux platform.

vkottler commented 1 year ago

https://stackoverflow.com/questions/5093460/how-to-convert-an-enum-type-variable-to-a-string

vkottler commented 1 year ago

https://github.com/vkottler/ifgen/pull/7

Added on this PR, just working on adding a unit test now.

vkottler commented 1 year ago

Ready to add the unit-test body, then we can add the build + test for Linux to the unit tests.

vkottler commented 1 year ago

Tests running in CI https://github.com/vkottler/ifgen/pull/7.