-
-
Notifications
You must be signed in to change notification settings - Fork 376
pumpup to v3.6.3 & fixes #2659
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
pumpup to v3.6.3 & fixes #2659
Conversation
97f7f40
to
0570703
Compare
Caution Review failedThe pull request is closed. WalkthroughThis release introduces various updates toward the pgRouting v3.6.3 release. A new Bash script ( Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant Git as Git Repository
participant Script as tidy-vs-commit.sh
participant Clang as clang-tidy
Dev->>Git: Commit changes with modified C/header files
Git->>Script: Pass base commit hash as argument
Script->>Git: Compare base commit with HEAD to list modified files
Script->>Clang: Run clang-tidy on modified C files (with compile commands)
Script->>Clang: Run clang-tidy on header files (using workaround for headers)
Clang-->>Script: Return lint results
Script-->>Dev: Output results or no-issues message
Assessment against linked issues
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (46)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
Fixes #2658
Changes proposed in this pull request:
Build
Explicit minimum requirements:
Code fixes
CI tests
3.1.2
Documentation
Results of documentation queries adujsted to boost 1.83.0 version:
pgtap tests
@pgRouting/admins
Summary by CodeRabbit