'group_names' parameter in .progress() method will be deprecated. #4
ckdckd145
announced in
Notifications
Replies: 1 comment
-
It will be deprecate in 1.8.1.4 I can't sure when it will be. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I decided to deprecate a 'group_names' parameter in .progress() method.
It seems like the 'selector' parameter is already doing its job.
And for analytics that require more than one 'group_vars' to be provided, it's unnecessarily complicated to implement to make the functionality of group_names work. ('selector' is sufficient)
.progress() 메서드에서 'group_names' 매개 변수를 더 이상 사용하지 않기로 결정했습니다.
'selector' 매개변수가 이미 제 역할을 하고 있는 것 같습니다.
그리고 둘 이상의 'group_vars'를 제공해야 하는 분석의 경우, group_names의 기능을 작동시키기 위해 구현하는 것이 불필요하게 복잡합니다. ('selector'로 충분합니다.)
Beta Was this translation helpful? Give feedback.
All reactions