Skip to content

renamed std::text::start_with function#332

Merged
raphael-goetz merged 1 commit intomainfrom
#331-rename-std-text-start-with
Apr 25, 2026
Merged

renamed std::text::start_with function#332
raphael-goetz merged 1 commit intomainfrom
#331-rename-std-text-start-with

Conversation

@raphael-goetz
Copy link
Copy Markdown
Member

Resolves: #331

@raphael-goetz raphael-goetz marked this pull request as ready for review April 25, 2026 13:23
Copilot AI review requested due to automatic review settings April 25, 2026 13:23
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

Renames the text runtime function definition from std::text::start_with to std::text::starts_with to align naming with std::text::ends_with and the implementation naming (per Issue #331).

Changes:

  • Added a new runtime function definition file for std::text::starts_with.
  • Removed the old std::text::start_with runtime function definition file.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
definitions/standard/runtime_functions/text/std_text_starts_with.proto.json New definition for the renamed starts_with runtime function.
definitions/standard/runtime_functions/text/std_text_start_with.proto.json Removes the old start_with definition.

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

@raphael-goetz raphael-goetz merged commit 6f9264c into main Apr 25, 2026
13 checks passed
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.

Rename std::text::start_with to std::text::starts_with

3 participants