Changes between Initial Version and Version 1 of Ticket #28669, comment 2


Ignore:
Timestamp:
Oct 2, 2017, 1:46:26 PM (7 years ago)
Author:
Dylan Young

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28669, comment 2

    initial v1  
    1 I'm happy to tackle this an approach is agreed upon.  It's totally possible that this is expected and simply requires 1) documentation and 2) better checks for overrides (i.e. `if message is not None`).  This would, however, probably be the most painful approach to fixing it as all `if message` and similar checks would need to be identified and audited.
     1I'm happy to tackle this if an approach is agreed upon.  It's totally possible that this is expected and simply requires 1) documentation and 2) better checks for overrides (i.e. `if message is not None`).  This would, however, probably be the most painful approach to fixing it as all `if message` and similar checks would need to be identified and audited.
Back to Top