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
YAML settings naming is (in general) better than old-style, but there remain inconsistenties in naming conventions. Most important are the fields that correspond to settings originally in Lua config, whoch mostly use CamelCase. Ponder using serde's "alias" feature to allow both the old name and a name matching the snake case convention used elsewheer. The Rust and docs code generator should be adapted to handle this.
The text was updated successfully, but these errors were encountered:
YAML settings naming is (in general) better than old-style, but there remain inconsistenties in naming conventions. Most important are the fields that correspond to settings originally in Lua config, whoch mostly use CamelCase. Ponder using serde's "alias" feature to allow both the old name and a name matching the snake case convention used elsewheer. The Rust and docs code generator should be adapted to handle this.
The text was updated successfully, but these errors were encountered: