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

Compat fixes #592

Merged
merged 5 commits into from
Nov 22, 2018
Merged

Compat fixes #592

merged 5 commits into from
Nov 22, 2018

Conversation

mattbennett
Copy link
Member

@mattbennett mattbennett commented Nov 22, 2018

While testing nameko-amqp-retry against the v3 pre-release, I discovered two compatibility issues:

  1. A typo in the backwards compat shims in nameko.standalone.rpc (45034c1)
  2. expected_exceptions and sensitive_arguments were swallowed by the Consumer (720cdc3)

c7a7ac2 adds tests to all built-in entrypoints verifying that expected_exceptions and sensitive_arguments can be passed. 6768d1a fixes the Timer implementation, which did not accept them.

Copy link
Contributor

@iky iky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Good pre-release testing .)

@@ -3,5 +3,5 @@ universal = 1

[flake8]
ignore =
max-line-length = 79
max-line-length = 88
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice .)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a pre-cursor to just turning on black ;)

@mattbennett mattbennett merged commit 31a0481 into nameko:v3.0.0-rc Nov 22, 2018
@mattbennett mattbennett deleted the compat-fixes branch November 22, 2018 16:58
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.

None yet

2 participants