Bug 1596025 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I figured out what's wrong. `sorted(aliasedMembers)` looks like it is sorting by __repr__, which contains the address of the object, like `<WebIDL.IDLMethod object at 0x7f83be5d8b50>`.
I figured out what's wrong. `sorted(aliasedMembers)` looks like it is sorting by `__repr__`, which contains the address of the object, like `<WebIDL.IDLMethod object at 0x7f83be5d8b50>`.

Back to Bug 1596025 Comment 1