Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove IntoActivityName trait #6257

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

mkrasnitski
Copy link
Contributor

This trait seems relatively useless, and can be replaced by bounding on BnStrCompatible instead. Then, instead of passing an activity, users can just pass activity.name(), or any other string-like.

@emesare emesare self-requested a review December 17, 2024 01:21
@emesare emesare self-assigned this Dec 17, 2024
@emesare emesare added the Component: Rust API Issue needs changes to the Rust API label Dec 21, 2024
emesare added a commit that referenced this pull request Jan 15, 2025
- Make workflow cloning explicit
- Add workflow tests
- Add missing property string list getting for settings
- Remove IntoActivityName (see #6257)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Rust API Issue needs changes to the Rust API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants