Closed preritdas closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
The changes introduce a deprecation warning in the NoFallbackFillProcessor
class, indicating its removal in a future version and suggesting the use of FillProcessor
. This warning is added to the constructor of the NoFallbackFillProcessor
, allowing users to be informed about the impending changes without altering the existing functionality.
Files | Change Summary |
---|---|
bigdbm/process/fill.py | Added a deprecation warning in the NoFallbackFillProcessor constructor. |
NoFallbackFillProcessor
, which aligns with the changes made in this PR.🐰 In the code where rabbits hop,
A warning's added, no need to stop.
"NoFallback" bids a fond farewell,
ToFillProcessor
, all will dwell.
Transition smooth, just like a breeze,
In our code, let’s dance with ease! 🎉
Fixes #52
This PR adds a deprecation warning to the NoFallbackFillProcessor class in bigdbm/process/fill.py.
Key changes:
This change maintains backward compatibility while encouraging the use of the FillProcessor class.
Summary by CodeRabbit
New Features
NoFallbackFillProcessor
class, advising users to transition to theFillProcessor
for future use.Bug Fixes
Documentation
NoFallbackFillProcessor
class.