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

Fix failing case for const analyzer. #7503

Merged

Conversation

AndrolGenhald
Copy link
Collaborator

Adding an extra interface causes the constant storage to be set to null, so the analysis doesn't finish properly. This should fix that case, as well as enable assertions on CI runs so that failing assertions can be caught sooner.

Thanks @muglug for noticing! I'm running tests with assertions enabled locally from now on!

@AndrolGenhald AndrolGenhald changed the base branch from 4.x to master January 28, 2022 03:47
@orklah orklah added the release:fix The PR will be included in 'Fixes' section of the release notes label Jan 28, 2022
@orklah orklah merged commit 47a2545 into vimeo:master Jan 28, 2022
@orklah
Copy link
Collaborator

orklah commented Jan 28, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix The PR will be included in 'Fixes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants