Problem: old codebase
-
Problem: old codebase
Problem: a third party package (“glorp”) broke
Problem: update the glorp package would also update the fleez package
Problem: due to how shit our monorepo is set up there’s no way to limit the fleez update to be within the service boundary of us (meaning it affects other services not owned by us)
Problem: latest fleez package introduces type annotations (python), which breaks the type checking linter in multiple servicesSolution: downgrade fleez so it doesn’t have type annotations, linter passes, glorp runs. All is good.
-
M magiclike@soc.sekundenklebertransportverbot.de shared this topic