Select Git revision
update_mirror_service.rb
-
Vasilii Iakliushin authored
Contributes to #454341 **Problem** This bug was spotted during the review. We used a `strong_memoize` method without taking a method paramaters in the account. Luckly, this method was called only once and didn't cause any problems. **Solution** Use `strong_memoize_with` that supports method parameters.
Vasilii Iakliushin authoredContributes to #454341 **Problem** This bug was spotted during the review. We used a `strong_memoize` method without taking a method paramaters in the account. Luckly, this method was called only once and didn't cause any problems. **Solution** Use `strong_memoize_with` that supports method parameters.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.