-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Swift: Models and tests for numeric conversions #13946
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
Conversation
DCA LGTM. I will fix the merge conflicts after this has had an initial review. |
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.
LGTM
Fixed merge conflicts. Changes after the merge need a quick review. There were a number of changes to various test results as a result of the merge. One was a good change, the other two were undesirable. I've addressed them by adding proper barriers for |
... I should probably add a second change note for the barriers ... |
Second change note added (with no mention of the command injection query as it's still in experimental). And added the numeric barrier to the regular expression injection query as well. |
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.
Looks good
Add models and tests for (mostly) numeric conversions.
Fixed a flow issue with
OptionalSomePattern
I bumped into on the way.TODO: