[RFC] Handling a library like @types/three #366
Description
I'm in a bit of a pickle with the library @three/types
. I can't self merge because I have an OTHER_FILES.txt
file and it's not realistic for me to get tests for every file listed there.
We're doing a gradual move over, and any new files we add we ensure best we can to include a test but I don't have the time or manpower to do one massive migration. This results in my PRs for even minor changes to the library hanging in limbo for 6days+. With three
being released every month no matter how hard we work we're constantly chasing 😬
Does anyone have any suggestions or ideas that could resolve this pain? I appreciate this is probably an outlier. I want to keep the library in DT because it's the defacto but the hindrance on minor updates is a real killer.