-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17420 from github/cklin/upgrade-properties-fix
C#: Fix trivial upgrade.properties errors
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
csharp/downgrades/ab09ac8287516082b7a7367f8fda1862b1be47c5/upgrade.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
description: Remove 'kind' from 'attributes'. | ||
compatability: full | ||
attributes.rel: reorder attributes.rel (@attribute id, int kind, @type_or_ref type_id, @attributable target) id type_id target | ||
compatibility: full | ||
attributes.rel: reorder attributes.rel (@attribute id, int kind, @type_or_ref type_id, @attributable target) id type_id target |
4 changes: 2 additions & 2 deletions
4
csharp/ql/lib/upgrades/ba2201248071b2bf0bb52909b35014091d2e18a6/upgrade.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
description: Add 'kind' to 'attributes'. | ||
compatability: backwards | ||
attributes.rel: run attribute_kind.ql | ||
compatibility: backwards | ||
attributes.rel: run attribute_kind.ql |
4 changes: 2 additions & 2 deletions
4
csharp/ql/lib/upgrades/dd813977f70fcbf737b0bbe9dc8297edff713168/upgrade.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
description: Added '@cil_function_pointer_type' and related relations ('cil_function_pointer_return_type', | ||
'cil_function_pointer_calling_conventions'). Introduced 'cil_type_annotation' and '@cil_has_type_annotation' | ||
description: Added '@cil_function_pointer_type' and related relations ('cil_function_pointer_return_type', \ | ||
'cil_function_pointer_calling_conventions'). Introduced 'cil_type_annotation' and '@cil_has_type_annotation' \ | ||
to store by-reference type annotation. Added '@cil_parameterizable' to represent methods and type parameters. | ||
compatibility: backwards |
6 changes: 3 additions & 3 deletions
6
csharp/ql/lib/upgrades/efcd69e086a26dd33395f2ddb3113b2849399040/upgrade.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
description: Add '@preprocessor_directive' to store preprocessor directives. Add | ||
'locations_mapped' relation to store location that take into account '#line' | ||
directives. Finally, the '@define_symbol_expr' expression was added to represent | ||
description: Add '@preprocessor_directive' to store preprocessor directives. Add \ | ||
'locations_mapped' relation to store location that take into account '#line' \ | ||
directives. Finally, the '@define_symbol_expr' expression was added to represent \ | ||
symbols inside conditions of '#if' and '#elif' directives. | ||
compatibility: backwards |