We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6e24c commit c29a21cCopy full SHA for c29a21c
1 file changed
CHANGELOG.md
@@ -44,6 +44,13 @@ for "probe" operations with sensible defaults where error details don't matter.
44
instead of delegating to `Try_To_Functional_Option` (consistency).
45
- Added "When to Use Option" documentation section to `functional-try.ads`
46
47
+### Fixed
48
+
49
+- Suppress expected warnings in test suite:
50
+ - `test_try.adb`: obsolescent warnings (testing deprecated functions still work)
51
+ - `test_scoped.adb`: "condition is always True" (intentional test pattern)
52
+- Added `*__GNATPP-TEMP` to `.gitignore` (GNAT Pretty Print temp files)
53
54
---
55
56
## [4.0.0] - 2025-12-12
0 commit comments