Skip to content

Commit

Permalink
Temporarily revert
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 18, 2025
1 parent 27bd178 commit d53a45e
Show file tree
Hide file tree
Showing 11 changed files with 3,030 additions and 1,612 deletions.
7 changes: 6 additions & 1 deletion bin/gen_callmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,9 @@
}
$customMaps[$versions[$prevVersion]] = $customMap;
}
krsort($customMaps);
krsort($customMaps);

// Merge hand-written full maps into autogenerated full maps, write to files
foreach ($customMaps as $version => $data) {
writeCallMap("dictionaries/CallMap_$version.php", normalizeCallMap(array_replace($baseMaps[$version] ?? [], $data)));
}
Loading

0 comments on commit d53a45e

Please sign in to comment.