Skip to content

Conversation

paulpv added 4 commits July 31, 2024 02:49
Plus some other misc cleanups:
* Comments
* Fixing shadowed variables
* `static_cast`ing C++ classes
* `#if 0` debug/test lines
Make `Config::Load()` private.
Change `Config::Current()` to `Config::Current(bool load)`
Most all places consistently call `config = Config::Current()` instead of a mix of that and `conf = Config::Current()`.
Some places didn't load when they needed to.
Some places didn't need to load but now explictily opt out.
None of the loads are done in high performance loops.
@paulpv paulpv force-pushed the 6.0.0_final_touches branch from 0aaf486 to 85242ee Compare July 31, 2024 19:21
@paulpv paulpv self-assigned this Jul 31, 2024
@paulpv
Copy link
Member Author

paulpv commented Jul 31, 2024

@Trouffman for your review, if you are able

@paulpv paulpv mentioned this pull request Aug 2, 2024
@paulpv
Copy link
Member Author

paulpv commented Aug 2, 2024

@Trouffman It has been over 36 hours since this code's last push.

Any concerns, or may I merge?

Copy link
Collaborator

@Trouffman Trouffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes do make sense! Love the extra debug info in the logs.

Base automatically changed from 6.0.0_ndi6 to 6.0.0_actual August 3, 2024 01:01
@paulpv paulpv merged commit bff4cf7 into 6.0.0_actual Aug 3, 2024
@paulpv paulpv deleted the 6.0.0_final_touches branch August 3, 2024 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants