-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Async formatters #1461
Async formatters #1461
Conversation
99c3f2b
to
b385c2c
Compare
fe8c0c6
to
ebe5b19
Compare
026dd77
to
1740e3a
Compare
81a2bac
to
4d2a0d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 keep an eye out for more areas where code is not intuitive and finding ways to drop in some larger comments that try and explain things in a more natural way.
except TypeError: | ||
raise ValueError("input_munger expects a 3-tuple") | ||
|
||
def input_munger(self, module, args, kwargs): | ||
# TODO: Create friendly error output. | ||
mungers_iter = iter(self.mungers) | ||
root_munger = next(mungers_iter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this code wasn't changed, but it strikes me as something that is in need of a nice comment explaining what it is doing as it is quite cryptic at-a-glance.
3b62fb3
to
8db82b2
Compare
8db82b2
to
71ba5f1
Compare
71ba5f1
to
9f7c882
Compare
9f7c882
to
a103b60
Compare
What was wrong?
Updates #1209 to most recent master since it was opened so long ago.
Related to Issue #1413
How was it fixed?
Pulled in master and updated tests.
Todo:
Cute Animal Picture