Skip to content

Commit ca2e9b7

Browse files
committed
mktables: Ignore missings entries in two files
These files are changed in 15.1 to have @missings lines, whereas they didn't before. This leads to some warnings messages, so turn off looking at them, as we do for a number of other files.
1 parent c522b7e commit ca2e9b7

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

Diff for: charclass_invlists.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -436055,7 +436055,7 @@ static const U8 WB_table[23][23] = {
436055436055
* 3f4f32ed2a577344a508114527e721d7a8b633d32f38945d47fe0c743650c585 lib/unicore/extracted/DLineBreak.txt
436056436056
* 710abf2d581ac9c57f244c0834f9d9969d9781e0396adccd330eaae658ac7d6b lib/unicore/extracted/DNumType.txt
436057436057
* 6bd30f385f3baf3ab5d5308c111a81de87bea5f494ba0ba69e8ab45263b8c34d lib/unicore/extracted/DNumValues.txt
436058-
* 036fe608a33647e8f9ccad32b298415afb4524fba02aaa1c5977711c97006900 lib/unicore/mktables
436058+
* 9582c6075d11a1f57b806d54b9dd17063bbc66f9b19c1439e656e4dc155b13af lib/unicore/mktables
436059436059
* 55d90fdc3f902e5c0b16b3378f9eaa36e970a1c09723c33de7d47d0370044012 lib/unicore/version
436060436060
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
436061436061
* c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl

Diff for: lib/unicore/mktables

+2
Original file line numberDiff line numberDiff line change
@@ -19821,6 +19821,7 @@ my @input_file_objects = (
1982119821
),
1982219822
Input_file->new('IdStatus.txt', v13.0.0,
1982319823
Pre_Handler => \&setup_IdStatus,
19824+
Has_Missings_Defaults => $IGNORED,
1982419825
Property => 'Identifier_Status',
1982519826

1982619827
# Part of UTS 39, so must be downloaded separately from
@@ -19829,6 +19830,7 @@ my @input_file_objects = (
1982919830
),
1983019831
Input_file->new('IdType.txt', v13.0.0,
1983119832
Pre_Handler => \&setup_IdType,
19833+
Has_Missings_Defaults => $IGNORED,
1983219834
Each_Line_Handler => \&filter_IdType_line,
1983319835
Property => 'Identifier_Type',
1983419836

Diff for: lib/unicore/uni_keywords.pl

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: regcharclass.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: regexp_constants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
* 3f4f32ed2a577344a508114527e721d7a8b633d32f38945d47fe0c743650c585 lib/unicore/extracted/DLineBreak.txt
7979
* 710abf2d581ac9c57f244c0834f9d9969d9781e0396adccd330eaae658ac7d6b lib/unicore/extracted/DNumType.txt
8080
* 6bd30f385f3baf3ab5d5308c111a81de87bea5f494ba0ba69e8ab45263b8c34d lib/unicore/extracted/DNumValues.txt
81-
* 036fe608a33647e8f9ccad32b298415afb4524fba02aaa1c5977711c97006900 lib/unicore/mktables
81+
* 9582c6075d11a1f57b806d54b9dd17063bbc66f9b19c1439e656e4dc155b13af lib/unicore/mktables
8282
* 55d90fdc3f902e5c0b16b3378f9eaa36e970a1c09723c33de7d47d0370044012 lib/unicore/version
8383
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
8484
* c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl

Diff for: uni_keywords.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)