Skip to content

Commit 333e784

Browse files
committed
Merge branch 'topic/fix_gpr_reg_test' into 'master'
Update the 'print_gpr_registry' test baselines Closes #268 See merge request eng/libadalang/langkit-query-language!222
2 parents 07bcc99 + 99f602a commit 333e784

File tree

1 file changed

+1
-1
lines changed
  • testsuite/tests/gnatcheck/print_gpr_registry

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages":[{"package_name":"Check","package_descr":"This package specifies the options used when calling the checking tool 'gnatcheck'. Its attribute Default_Switches has the same semantics as for the package Builder. The first string should always be -rules to specify that all the other options belong to the -rules section of the parameters to 'gnatcheck'.","attributes":[{"attribute_name":"Default_Switches","attribute_def":{"index_type":"LANGUAGE_INDEX","index_optional":false,"value":"LIST","value_case_sensitive":true,"value_is_set":false,"empty_value":"ALLOW","builtin":false,"is_allowed_in":{"configuration":true,"abstract":true,"standard":true,"library":true,"aggregate":true,"aggregate_library":true},"has_default_in":{"configuration":false,"abstract":false,"standard":false,"library":false,"aggregate":false,"aggregate_library":false},"is_toolchain_config":false,"config_concatenable":false,"inherit_from_extended":"NOT_INHERITED"},"attribute_descr":"Index is a language name. Value is a list of switches to be used when invoking 'gnatcheck' for a source of the language, if there is no applicable attribute Switches."}],"projects_kind":{"configuration":true,"abstract":true,"standard":true,"library":true,"aggregate":true,"aggregate_library":true}},{"package_name":"Codepeer","package_descr":"This package specifies the options used when calling the tool 'codepeer' or calling 'gnatcheck' with '--simple-project' switch.","attributes":[{"attribute_name":"File_Patterns","attribute_def":{"index_type":"NO_INDEX","index_optional":false,"value":"LIST","value_case_sensitive":true,"value_is_set":false,"empty_value":"ALLOW","builtin":false,"is_allowed_in":{"configuration":true,"abstract":true,"standard":true,"library":true,"aggregate":true,"aggregate_library":true},"has_default_in":{"configuration":false,"abstract":false,"standard":false,"library":false,"aggregate":false,"aggregate_library":false},"is_toolchain_config":false,"config_concatenable":false,"inherit_from_extended":"NOT_INHERITED"},"attribute_descr":"If you want to override ada default file extensions (ada, ads, adb, spc & bdy), use this attribute which includes a list of file patterns where you can specify the following meta characters: * : matches any string of 0 or more characters, ? : matches any character, [list of chars] : matches any character listed, [char-char] : matches any character in given range, [^list of chars] : matches any character not listed. These patterns are case insensitive."}],"projects_kind":{"configuration":true,"abstract":true,"standard":true,"library":true,"aggregate":true,"aggregate_library":true}}]}
1+
{"packages":[{"attributes":[{"attribute_def":{"builtin":false,"config_concatenable":false,"empty_value":"ALLOW","has_default_in":{"abstract":false,"aggregate":false,"aggregate_library":false,"configuration":false,"library":false,"standard":false},"index_optional":false,"index_type":"LANGUAGE_INDEX","inherit_from_extended":"NOT_INHERITED","is_allowed_in":{"abstract":true,"aggregate":true,"aggregate_library":true,"configuration":true,"library":true,"standard":true},"is_toolchain_config":false,"value":"LIST","value_case_sensitive":true,"value_is_set":false},"attribute_descr":"Index is a language name. Value is a list of switches to be used when invoking 'gnatcheck' for a source of the language, if there is no applicable attribute Switches.","attribute_name":"Default_Switches"}],"package_descr":"This package specifies the options used when calling the checking tool 'gnatcheck'. Its attribute Default_Switches has the same semantics as for the package Builder. The first string should always be -rules to specify that all the other options belong to the -rules section of the parameters to 'gnatcheck'.","package_name":"Check","projects_kind":{"abstract":true,"aggregate":true,"aggregate_library":true,"configuration":true,"library":true,"standard":true}},{"attributes":[{"attribute_def":{"builtin":false,"config_concatenable":false,"empty_value":"ALLOW","has_default_in":{"abstract":false,"aggregate":false,"aggregate_library":false,"configuration":false,"library":false,"standard":false},"index_optional":false,"index_type":"NO_INDEX","inherit_from_extended":"NOT_INHERITED","is_allowed_in":{"abstract":true,"aggregate":true,"aggregate_library":true,"configuration":true,"library":true,"standard":true},"is_toolchain_config":false,"value":"LIST","value_case_sensitive":true,"value_is_set":false},"attribute_descr":"If you want to override ada default file extensions (ada, ads, adb, spc & bdy), use this attribute which includes a list of file patterns where you can specify the following meta characters: * : matches any string of 0 or more characters, ? : matches any character, [list of chars] : matches any character listed, [char-char] : matches any character in given range, [^list of chars] : matches any character not listed. These patterns are case insensitive.","attribute_name":"File_Patterns"}],"package_descr":"This package specifies the options used when calling the tool 'codepeer' or calling 'gnatcheck' with '--simple-project' switch.","package_name":"Codepeer","projects_kind":{"abstract":true,"aggregate":true,"aggregate_library":true,"configuration":true,"library":true,"standard":true}}]}

0 commit comments

Comments
 (0)