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
-[ ]#321: Refactor - apply consistent validation pattern to other PDF write functions
9
8
-[ ]#323: Test - add edge case tests for PDF heatmap color validation
10
9
-[ ]#324: Refactor - define epsilon constant for numerical comparisons
11
10
12
11
## DOING (Current Work)
13
-
-[x]#320: Feature - add debug logging for invalid color value corrections (branch: feature-debug-logging-320)
12
+
-[x]#321: Refactor - apply consistent validation pattern to other PDF write functions (branch: refactor-consistent-validation-321)
14
13
15
14
## BLOCKED (Infrastructure Issues)
16
15
@@ -37,6 +36,7 @@
37
36
- Performance impact validation
38
37
39
38
## DONE (Completed)
39
+
-[x]#320: Feature - add debug logging for invalid color value corrections - FIXED: Implemented debug logging for RGB color corrections in PDF output with zero performance impact and comprehensive test coverage (PR #325 merged)
40
40
-[x]#319: Refactor - investigate source of invalid RGB values in contour color mapping - FIXED: Replaced direct color writing with validated pdf_write_color method, added proper edge case handling for division by zero scenarios (PR #322 merged)
41
41
-[x]#317: Fix GitHub Pages deployment failure - colored_contours PDF runtime crash in pdf_write_color - FIXED: Added robust RGB validation to prevent PDF color crashes, restored visual showcase (PR #318 merged)
42
42
-[x]#312: Legend Demo plots dont show up on github pages - FIXED: GitHub Pages examples not generating due to auto-examples=false in fpm.toml, enabled automatic example discovery (PR #316 merged)
0 commit comments