-
-
Notifications
You must be signed in to change notification settings - Fork 376
Remove deprecated signatures of pgr_findCloseEdges #2889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated signatures of pgr_findCloseEdges #2889
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@coderabbitai review |
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed:
Length of output: 1811 🏁 Script executed:
Length of output: 90057 🏁 Script executed:
Length of output: 706 🏁 Script executed:
Length of output: 8779 🏁 Script executed:
Length of output: 7460 🏁 Script executed:
Length of output: 5510 @cvvergara I've reviewed your pull request #2889 (Remove deprecated signatures of pgr_findCloseEdges) and it looks good. The PR successfully removes the deprecated signatures for
The test files have been appropriately updated to only test the valid signatures that remain in 4.0.0, and unnecessary code has been removed from the SQL files. This change is properly documented in the release notes, which mentions this as part of the cleanup for the 4.0.0 release. This is a good step toward cleaning up the codebase by removing deprecated functionality, in line with the overall goals for pgRouting 4.0.0. The change is properly implemented and ready for review. 🏁 Script executed:
Length of output: 1078 @cvvergara I've completed a review of PR #2889. Here's a summary of the changes: PR Summary
AnalysisThe PR successfully implements the removal of deprecated signatures as intended. The test adjustments are appropriate, and the documentation updates properly explain the changes. This fits well with the broader 4.0.0 release objective of cleaning up deprecated functionality. The changes are well-structured and properly documented in the release notes as a breaking change for 4.0.0. This is an appropriate time to remove these deprecated signatures as part of a major version update. |
Fixes #2888 .
Changes proposed in this pull request:
pgr_findcloseedges(text,geometry,double precision,integer,boolean,boolean)
pgr_findcloseedges(text,geometry[],double precision,integer,boolean,boolean)
@pgRouting/admins