Skip to content

Comments

Update haiway#489

Merged
KaQuMiQ merged 1 commit intomainfrom
feature/haiway
Jan 30, 2026
Merged

Update haiway#489
KaQuMiQ merged 1 commit intomainfrom
feature/haiway

Conversation

@KaQuMiQ
Copy link
Collaborator

@KaQuMiQ KaQuMiQ commented Jan 30, 2026

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Jan 30, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

This PR systematically renames the .updated() method to .updating() across the codebase. The changes include renaming the method in core public APIs (DataModel.updated()DataModel.updating(), StageState.updated()StageState.updating()), updating all internal usages in multiple files including stage implementations, models, helpers, and resources, and updating documentation examples and test cases. Additionally, the project version is bumped from 0.98.0 to 0.99.0, the haiway dependency is updated from \=0.42.0 to \=0.43.0, and a Repository URL is added to pyproject.toml.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

  • Rework Stage state management #331: Both PRs affect the StageState API; this PR continues previous work on StageState by renaming its core mutation method from updated to updating.
  • Update dependencies #480: Both PRs modify src/draive/stages/stage.py and stage state transition patterns, requiring coordination of state mutation method calls.
  • Cleanup #414: Both PRs modify src/draive/models/generative.py to update state mutation method calls from updated to updating in similar code paths.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/haiway

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@KaQuMiQ
Copy link
Collaborator Author

KaQuMiQ commented Jan 30, 2026

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Jan 30, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@KaQuMiQ KaQuMiQ merged commit 89de0d6 into main Jan 30, 2026
2 of 3 checks passed
@KaQuMiQ KaQuMiQ deleted the feature/haiway branch January 30, 2026 18:55
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.

1 participant