Release preparation for version 2.21.3#19488
Conversation
|
|
||
| ### Minor Analysis Improvements | ||
|
|
||
| * Changed the precision of the `cs/equality-on-floats` query from medium to high. |
There was a problem hiding this comment.
this will result in it becoming part of the code-scanning suite automatically, is that right @smowton ?
There was a problem hiding this comment.
It will not get added to code-scanning suite due to the change in precision, as it is not tagged as a security query.
The query was added to the code-quality suite here.
|
|
||
| ### New Features | ||
|
|
||
| * Added AST nodes `UnsafeCastExpr`, `TypeValueExpr`, `IntegerType`, and `BuiltinFixedArrayType` that correspond to new nodes added by Swift 6.1. |
There was a problem hiding this comment.
What impact could this have on the results of analysing swift files @smowton ?
There was a problem hiding this comment.
None. TypeValueExpr, IntegerType, and BuiltinFixedArrayType are experimental Swift features that cannot really be used as far as I can tell, and UnsafeCastExpr is just another kind an implicit conversion, and implicit conversions we already supported.
No description provided.