| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ullLike() (PowerShell#10781)" This reverts commit 25286eb.
…null` when comparing with `$null` and casting to bool (PowerShell#9794)" This reverts commit b34e331.
There was a problem hiding this comment.
Approved with nitpicks
Sorry, something went wrong.
|
Aditya Patwardhan (@adityapatwardhan) You just need to review the 3rd commit. The previous 2 are from git revert those 2 PRs. |
Sorry, something went wrong.
|
Aditya Patwardhan (@adityapatwardhan) Travis Plunk (@TravisEz13) Also, the windows build failed at the packaging phase with a "calling method on null-value" error: You cannot call a method on a null-valued expression.
at Invoke-CIFinish, D:\a\1\s\tools\ci.psm1: line 452
at <ScriptBlock>, D:\a\_temp\00413339-7785-4f63-ab8a-bab4a33c6cbe.ps1: line 4
at <ScriptBlock>, <No file>: line 1
You cannot call a method on a null-valued expression.
At D:\a\1\s\tools\ci.psm1:452 char:9
+ $previewLabel = $previewVersion[1].replace('.','')
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
|
Sorry, something went wrong.
|
Steve Lee (@SteveL-MSFT) The PR is targetting RC.2 branch so it is auto approved for RC. Merged this even though there were failures in Windows packaging as we have differences in content in metadata.json in RC.2 branch. It was fixed to unblock CI with PR #11372 |
Sorry, something went wrong.
|
🎉v7.0.0-rc.2 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
|
Why was this reverted? |
Sorry, something went wrong.
|
ili101 the change was never included in a stable release, so reverting it is not a breaking change. Please see this issue for discussion -- depending on what is decided by the PS team and community, the change may be reintroduced, likely with some alterations if it is, in a later release, likely at least 7.1 🙂 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Revert the PRs that made DBNull.Value and NullString.Value treated as $null:
Also update code for Coalescing and Null-conditional operators to use 'IsNull' instead.
PR Checklist