Skip to content

Allow class bound method works in app listener - #191

Closed
liuyangc3 wants to merge 1 commit into
slackapi:mainfrom
liuyangc3:main
Closed

Allow class bound method works in app listener#191
liuyangc3 wants to merge 1 commit into
slackapi:mainfrom
liuyangc3:main

Conversation

@liuyangc3

@liuyangc3 liuyangc3 commented Jan 5, 2021

Copy link
Copy Markdown
Contributor

(Describe the goal of this PR. Mention any related Issue numbers)

Category (place an x in each of the [ ])

  • [] slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements (place an x in each [ ])

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@CLAassistant

CLAassistant commented Jan 5, 2021

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@codecov

codecov Bot commented Jan 5, 2021

Copy link
Copy Markdown

Codecov Report

Merging #191 (07624ad) into main (03fdd85) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #191   +/-   ##
=======================================
  Coverage   92.15%   92.15%           
=======================================
  Files         149      149           
  Lines        4448     4448           
=======================================
  Hits         4099     4099           
  Misses        349      349           
Impacted Files Coverage Δ
slack_bolt/kwargs_injection/utils.py 86.95% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 03fdd85...07624ad. Read the comment docs.

@seratch

seratch commented Jan 5, 2021

Copy link
Copy Markdown
Contributor

Hi @liuyangc3, thanks a lot for taking the time to make this pull request.

Although your change is not yet complete, it gave me a great insight for fixing the issue #174 (This is the issue you were trying to resolve. I gave up fixing this a while ago but I just reopened it).

I sent another pull request #192 that resolves the issue for all patterns and added you to the co-authors in it (let me know if you don't want to be a co-author of the PR... hopefully not). Your contribution will be kept in the PR. Thus, please allow me to close this PR. If you have comments or feedback to #192, please feel free to write in. Thanks again for this contribution! 🙇

@seratch seratch closed this Jan 5, 2021
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.

3 participants