Skip to content

[error] Rename DecimoError to BaseError#261

Merged
forfudan merged 2 commits into
mainfrom
error
Jul 26, 2026
Merged

[error] Rename DecimoError to BaseError#261
forfudan merged 2 commits into
mainfrom
error

Conversation

@forfudan

@forfudan forfudan commented Jul 24, 2026

Copy link
Copy Markdown
Owner

This PR renames Decimo’s core error base type from DecimoError to BaseError within the decimo.errors module, updating the derived concrete error type aliases and the in-file documentation examples accordingly.

Copilot AI left a comment

Copy link
Copy Markdown

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 Decimo’s core error base type from DecimoError to BaseError within the decimo.errors module, updating the derived concrete error type aliases and the in-file documentation examples accordingly.

Changes:

  • Renamed the base error struct from DecimoError to BaseError.
  • Updated core concrete error aliases (e.g., OverflowError, ValueError, RuntimeError) to be specialized from BaseError.
  • Updated docstrings/examples in errors.mojo to reflect the new base type name.

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

Comment thread src/decimo/errors.mojo
@forfudan
forfudan merged commit efde8ac into main Jul 26, 2026
11 checks passed
@forfudan
forfudan deleted the error branch July 26, 2026 21:21
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.

2 participants