Xjph / ObservatoryCore

Elite Observatory: Extensible tool for processing Elite Dangerous journals
https://observatory.xjph.net/
MIT License
79 stars 13 forks source link

[Herald+Core] Send notifications to plugins during read-all in Debug #136

Closed fredjk-gh closed 7 months ago

fredjk-gh commented 7 months ago

This will allow notifications to be sent to Notification listeners during read-all to enhance testability.

This is controlled by the DEBUG compiler directive, so Release versions will not have this behaviour.

However, Herald, being a plugin itself, should ignore these otherwise the results are.... unfortunate. #askmehowiknow