Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[meta] Update history files #2113

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions meta/ancestry.5f75d99.history

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion meta/ancestry.825c835.history

This file was deleted.

4 changes: 2 additions & 2 deletions meta/checkancestry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function create_commit_list()

function check_enum_history()
{
perl ancestry.pl -H "ancestry.825c835.history" $LIST
perl ancestry.pl -H "ancestry.5f75d99.history" $LIST
}

#
Expand All @@ -122,7 +122,7 @@ function check_enum_history()
# the processing time will increase too much

BEGIN_COMMIT=3132018 # from this commit we are backward compatible
BEGIN_COMMIT=825c835 # to this commit we have history file
BEGIN_COMMIT=5f75d99 # to this commit we have history file
END_COMMIT=HEAD

clean_temp_dir
Expand Down
4 changes: 2 additions & 2 deletions meta/checkstructs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function create_commit_list()

function check_structs_history()
{
perl structs.pl -H "structs.825c835.history" $LIST
perl structs.pl -H "structs.5f75d99.history" $LIST
}

#
Expand All @@ -124,7 +124,7 @@ function check_structs_history()
# the processing time will increase too much

BEGIN_COMMIT=97a1e02 # v1.11.0
BEGIN_COMMIT=825c835 # to this commit we have history file
BEGIN_COMMIT=5f75d99 # to this commit we have history file
END_COMMIT=HEAD

clean_temp_dir
Expand Down
1 change: 1 addition & 0 deletions meta/structs.5f75d99.history

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion meta/structs.825c835.history

This file was deleted.

Loading