Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

removed a bunch of nullable warnings #828

Merged
merged 1 commit into from
Feb 15, 2024
Merged

removed a bunch of nullable warnings #828

merged 1 commit into from
Feb 15, 2024

Conversation

stephen-hawley
Copy link
Contributor

There were several tests that generated warnings about null issues. This sorts them out.

As a bit of background, for every test that generates code (which is most of them), we scan the compiler output and check for warnings and we accept only a small number of warnings. The rest are considered failures. This keeps us honest in terms of the quality of code that we generate.

@stephen-hawley stephen-hawley merged commit b2bafcd into main Feb 15, 2024
@stephen-hawley stephen-hawley deleted the bad-warnings branch February 15, 2024 15:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants