Skip to content

Rename util scripts to use hyphens#55

Merged
derobins merged 2 commits into
developfrom
derobins/rename_util_scripts
Nov 17, 2025
Merged

Rename util scripts to use hyphens#55
derobins merged 2 commits into
developfrom
derobins/rename_util_scripts

Conversation

@derobins
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames utility scripts to use hyphens instead of underscores for consistency with standard shell script naming conventions. The changes introduce three utility scripts for FIO benchmarking, clang formatting, and source code linting.

  • Addition of iterate-fio-jobs.sh for running FIO benchmark jobs across different configurations
  • Addition of full-clang-lint.sh for CI-based clang-format linting
  • Addition of format-source.sh for formatting C/C++ source files

Reviewed Changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
util/iterate-fio-jobs.sh Comprehensive script for iterating through FIO benchmark configurations and collecting results
util/full-clang-lint.sh CI script to highlight clang-format issues and generate diffs
util/format-source.sh Script to recursively format C/C++ source and header files using clang-format
Comments suppressed due to low confidence (1)

util/format-source.sh:20

  • The echo message references "bin/format_source" but the actual script name is "util/format-source.sh" (as indicated by the PR title). This documentation string should be updated to match the actual script path and name.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@derobins derobins merged commit f91cd68 into develop Nov 17, 2025
32 checks passed
@derobins derobins deleted the derobins/rename_util_scripts branch November 17, 2025 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants