Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ When loading TOML files, be aware that parse failures may occur silently. If a f
- **Validation**: Consider adding a validation step after loading to check for required keys and expected data types.
- **Debugging**: Use logging to output the loaded configuration and any skipped sections for easier debugging.

This ensures that users are aware of potential pitfalls and can handle them effectively.
This ensures that users are aware of potential pitfalls and can handle them effectively.

### Fix for Issue #2

The branch contains an updated README with detailed explanation of TOML parsing behavior and error handling.