Skip to content

Commit

Permalink
Merge pull request #17420 from github/cklin/upgrade-properties-fix
Browse files Browse the repository at this point in the history
C#: Fix trivial upgrade.properties errors
  • Loading branch information
cklin authored Sep 10, 2024
2 parents 90f7b30 + fae180f commit ba5218d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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
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
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
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

0 comments on commit ba5218d

Please sign in to comment.