Fix incorrect string to type conversion#19560
Conversation
There was a problem hiding this comment.
Good fix! Though @SeeminglyScience do you think it should error instead of returning null? I'm unsure what's more correct.
andyleejordan
left a comment
There was a problem hiding this comment.
New suggestion of a test using the left-hand side operator (which should throw now like with other errors, and I don't if it will).
Co-authored-by: Andy Jordan <[email protected]>
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
andyleejordan
left a comment
There was a problem hiding this comment.
Ah, I guess it needed braces 💁
Fix incorrect string to type conversion (PowerShell#19560)
|
🎉 Handy links: |
PR Summary
Fixes incorrect string to type conversions like:
[Type] 'int]whatever'so they are no longer parsed as types.This was fixed by adding a check for
ScanTypeto also check that the parsed type name matches the input type name.PR Context
Fixes #19559
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).