Merge lp://staging/~lifeless/python-oops-tools/amqp-polish into lp://staging/python-oops-tools
Proposed by
Robert Collins
Status: | Merged |
---|---|
Approved by: | Robert Collins |
Approved revision: | 14 |
Merged at revision: | 12 |
Proposed branch: | lp://staging/~lifeless/python-oops-tools/amqp-polish |
Merge into: | lp://staging/python-oops-tools |
Diff against target: | 0 lines |
To merge this branch: | bzr merge lp://staging/~lifeless/python-oops-tools/amqp-polish |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+81083@code.staging.launchpad.net |
Commit message
Back out the change to use upper in amqp2disk, and instead change the lookup process to do what it advertised.
Description of the change
The code path that the linked bug thought was broken isn't. A different one was.
To post a comment you must log in.
10:45:38 < wgrant> lifeless: + oopsids. add(with_ oops.lower( ))
10:45:44 < wgrant> lifeless: Isn't that going to lower the OOPS- too?
10:45:47 < wgrant> Which is probably wrong.
10:46:25 < lifeless> well, depends on where you consider the abstraction barrier
10:46:37 < lifeless> but yes, I can see that being an issue.
10:47:16 < lifeless> will make it a .update(map(lambda x:'OOPS-' + x, oopsids)) instead
10:47:19 < wgrant> Thanks.