Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silence console warn in CopyAndDelete test #3709

Merged
merged 2 commits into from May 18, 2023
Merged

Conversation

cmdcolin
Copy link
Collaborator

Currently the CopyAndDelete gives a warning that the 'configuration' object is stale. This warning was introduced by splitting TrackContainer into TrackContainer and TrackRenderingContainer

I think this refactor is valid, but unfortunately causes the warning. I propose to silence the warning during test. Many stale warnings are hard to properly fix. The alternative to silencing it is to use getConf in both TrackContainer and TrackRenderingContainer, which appears to make it not go stale. Not sure why that is, but rather than implement this odd workaround, this silences the warning

@github-actions github-actions bot added the needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) label May 18, 2023
@cmdcolin cmdcolin added internal and removed needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) labels May 18, 2023
@cmdcolin cmdcolin merged commit 304fc31 into main May 18, 2023
9 of 10 checks passed
@cmdcolin cmdcolin deleted the silence_console_warn branch May 18, 2023 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant