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

Fix YARD for Message#reply #54

Merged
merged 5 commits into from
Apr 14, 2022
Merged

Fix YARD for Message#reply #54

merged 5 commits into from
Apr 14, 2022

Conversation

biqqles
Copy link
Contributor

@biqqles biqqles commented May 22, 2021

Summary

Deprecates Channel#send (fixes #47) for reasons described in that issue. I also took the opportunity to trivially fix the generated documentation for Message#reply (also deprecated - previously it had the wrong signature) and DRY the @return of Message#reply!.


Fixed

Incorrect YARD signature for Message#reply

@swarley swarley added the need input Need input from other contributors label Sep 17, 2021
@biqqles biqqles changed the title Deprecate Channel#send Fix YARD for Message#reply Oct 15, 2021
@biqqles
Copy link
Contributor Author

biqqles commented Oct 15, 2021

After reading the description for Object#send I agree that RubyMine is in the wrong here and should be using __send__, so I'm removing that part of the PR and leaving in the fix for Message documentation.

@Daniel-Worrall Daniel-Worrall added the documentation Improvements or additions to documentation label Jan 18, 2022
@swarley swarley merged commit dad9914 into shardlab:main Apr 14, 2022
@swarley
Copy link
Member

swarley commented Apr 14, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation need input Need input from other contributors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate alias Channel#send
3 participants