-
Notifications
You must be signed in to change notification settings - Fork 8
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: patching limits on local checks file #88
Conversation
these checks were hindering our build. They serve no semantic purpose, so it is completely appropriate to remove them.
Hey @simojo, it looks like the checks are still failing on this PR. Is that the expected outcome? |
@boulais01 yes, there are two separate issues causing our build to fail. They're both in separate PRs. See PR #87 |
@laurennevill @jnormile @AidanNeeson @tuduun @gkapfham Can we get a look at this and the linked PR(#87 )? |
Could @gkapfham speak to the use of the current maximum numbers? I'd ask as to the intent behind using those specific values before just papering over them with new maximum values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will definitely help to fix the build. Having at least one maximum is important though because we still want to check something so this stuff does something to ensure the program is working correctly. That said, the more we add, we might run into this issue again, so maybe look into ways to future proof this if possible, or at least make a note when chasten is ready to be shipped to add the maximums back in for testing purposes.
@AidanNeeson Were you listening in on our conversation? That's almost exactly what @gkapfham said. 😆 |
I had to make sure I documented his valuable insights for everyone to see! 🤣 |
Hi @AidanNeeson @jnormile @gkapfham, I believe this is addressed here. Please take time to look this fix over before discussing any further. |
This PR patches the limits on the local check file such that they will not pose an obstacle for us in getting our build to pass. It does not change any functionality other than increasing the
max
value of counts for each check to300
.