Skip to content

fixed typo in subtract#178

Merged
raphael-goetz merged 1 commit intomainfrom
#177-fix-fn-naming
Apr 25, 2026
Merged

fixed typo in subtract#178
raphael-goetz merged 1 commit intomainfrom
#177-fix-fn-naming

Conversation

@raphael-goetz
Copy link
Copy Markdown
Member

Resolves: #177

Copilot AI review requested due to automatic review settings April 25, 2026 13:21
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 addresses issue #177 by correcting a typo in the numeric stdlib subtraction function naming so that the handler is registered and referenced as subtract instead of substract.

Changes:

  • Renamed the registered function name from std::number::substract to std::number::subtract.
  • Renamed the Rust handler function substract to subtract.
  • Updated the related unit test name and call site accordingly.

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

Comment thread crates/taurus-core/src/runtime/functions/number.rs
@github-actions
Copy link
Copy Markdown

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/taurus/-/pipelines/2479351309

Status: Passed
Duration: 1 minutes

Job summaries

docs:preview

Documentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/14088661923/artifacts/out/index.html

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

Fix Naming Issue with subtract function

2 participants