Build: #79 was successful
Job: Pipeline PR Test 6.7.4 was successful
Code commits
Pipeline
-
Rui Xue 13b84f8c355d17808abd2d1fb895c58560d0075a
PIPE-2738: improve parameter_linking extension logging and typing
- Replace bare `except Exception` with narrow `except (OSError, AttributeError, ValueError)`
- Switch `print()` calls to `logger.warning/info()` for proper Sphinx log integration
- Replace `typing.Dict` with built-in `dict`