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

Handle block within multi block #184

Closed
wants to merge 1 commit into from
Closed

Handle block within multi block #184

wants to merge 1 commit into from

Conversation

hieuk09
Copy link
Contributor

@hieuk09 hieuk09 commented Apr 25, 2020

I use mget with block within multi block, but the block isn't executed. After checking the code, I see two issues:

  • The block that is passed to Future object isn't used
  • In multi block, block isn't passed to Future object

This PR fixes the above issues. Please let me know if I misunderstood something.

@hieuk09
Copy link
Contributor Author

hieuk09 commented Apr 26, 2020

I added tests for all my changes. Could you give me some pointers to how to make the build green?

@sds
Copy link
Owner

sds commented Apr 27, 2020

Travis was returning results correctly, or so it seems. Merged in #185. Thanks!

@sds sds closed this Apr 27, 2020
@hieuk09
Copy link
Contributor Author

hieuk09 commented Apr 27, 2020

@sds Great, thank you 👍

@hieuk09 hieuk09 deleted the bug/fix-multi-future branch April 27, 2020 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants