Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 23feb7d3 authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Add 'autofill_fields' class attribute to 'TomlConfig'.

- Until now, 'TomlConfig' fields were either mandatory of had a
  fixed default value. In some cases, the latter may be refined
  based on other values; however, they could not be missing in
  TOML files.
- With the added 'autofield_fields' class attribute, some fields
  can be explicitly marked as having a dynamically-created default
  value. In that case, it can safely be ignored in TOML files.
- This is now used to support omitting 'evaluate' and 'fairness'
  fields when writing down a 'FLRunConfig' as a TOML file.
parent 248f73b7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment