You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also think strengthening this contract/interface will help to increase it's maintainability over time.
The text was updated successfully, but these errors were encountered:
blaggacao
changed the title
Implement the eval.nix output schema validation with yants
Implement eval.nix output schema validation with yantsMay 1, 2022
blaggacao
added a commit
to blaggacao/colmena
that referenced
this issue
May 1, 2022
- this is useful for custom evaluators which implement custom
hive or flake schemata.
- as long as they satisfy the `hive` contract (currently a bit implicit)
closes: zhaofengli#81
blaggacao
added a commit
to blaggacao/colmena
that referenced
this issue
May 26, 2022
- this is useful for custom evaluators which implement custom
hive or flake schemata.
- as long as they satisfy the `hive` contract (currently a bit implicit)
closes: zhaofengli#81
- this is useful for custom evaluators which implement custom
hive or flake schemata.
- as long as they satisfy the `hive` contract (currently a bit implicit)
closes: zhaofengli#81
Several tickets deal with more flexibility of the nix eval schema.
#73 prepares the ground to make
eval.nix
swappable.Now, in order to ensure the required
cli
contracts are met at all times, we might consider typing the eval output contract withyants
.https://github.com/divnix/yants
I also think strengthening this contract/interface will help to increase it's maintainability over time.
The text was updated successfully, but these errors were encountered: