Looking at #51649 and #51756 I think that the current PR tests do not catch the case of types being removed or renamed, leaving behind missing dictionaries.
I would guess this happens because during PR tests the dictionaries are still available in the libraries from the original release.
Would it be possible to improve how scram b handles the removal of dictionaries, so these issues can be caught in a local area during development and in the PR tests ?
Looking at #51649 and #51756 I think that the current PR tests do not catch the case of types being removed or renamed, leaving behind missing dictionaries.
I would guess this happens because during PR tests the dictionaries are still available in the libraries from the original release.
Would it be possible to improve how
scram bhandles the removal of dictionaries, so these issues can be caught in a local area during development and in the PR tests ?