We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error occurs with -sort option: Undefined subroutine &main::dump_sorting called at /usr/lib/x86_64-linux-gnu/perl/5.34/Data/Dumper.pm line 449.
I think dump_sorting should be dumpSorting: if($In::Opt{"SortDump"}) { $Data::Dumper::Useperl = 1; $Data::Dumper::Sortkeys = &dump_sorting; }
The text was updated successfully, but these errors were encountered:
You are right. It is a mistake. I think it because it is recommanded that abi-dumper is used to dump symbols then using ABICC to check the dump file.
Sorry, something went wrong.
xiacunshun@d58fb8f
No branches or pull requests
Error occurs with -sort option:
Undefined subroutine &main::dump_sorting called at /usr/lib/x86_64-linux-gnu/perl/5.34/Data/Dumper.pm line 449.
I think dump_sorting should be dumpSorting:
if($In::Opt{"SortDump"})
{
$Data::Dumper::Useperl = 1;
$Data::Dumper::Sortkeys = &dump_sorting;
}
The text was updated successfully, but these errors were encountered: