vkottler / ifgen

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

Make `gen` command always produce compiled config output #14

Closed vkottler closed 1 year ago

vkottler commented 1 year ago

Essentially the same as: https://github.com/vkottler/yambs/issues/65.

This helps prepare for yambs integration.

vkottler commented 1 year ago

Ended up making the compile_config command a yambs CLI command, so it's responsible for compiling its own config to check the result.

In this scenario, we should similarly make it yambs's responsibility to handle ig invocation.

Defer this to: https://github.com/vkottler/yambs/issues/67.