You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix extract_typedefs.sh to capture typedef aliases like CachedExtensionIds
The previous grep -v 'struct' filter discarded lines like
"typedef struct CachedExtensionIdsData CachedExtensionIds;" before the
alias pattern could extract CachedExtensionIds. Reformat affected files.
Signed-off-by: sfc-gh-npuka <naisila.puka@snowflake.com>
0 commit comments