Re: [PATCH 0/3] Small clean up of profile_{count,probability}

2019-05-17 Thread Jeff Law
On 5/17/19 1:28 AM, Martin Liška wrote: > PING^1 > > On 4/29/19 1:01 PM, marxin wrote: >> The patch makes couple of adjustements: >> 1) I changed enum values to use capital letters. It's aligned with >>our coding style and it makes the code more readable. E.g. >>

Re: [PATCH 0/3] Small clean up of profile_{count,probability}

2019-05-17 Thread Martin Liška
PING^1 On 4/29/19 1:01 PM, marxin wrote: > The patch makes couple of adjustements: > 1) I changed enum values to use capital letters. It's aligned with >our coding style and it makes the code more readable. E.g. >profile_quality::profile_guessed_local >vs. static profile_probability

Re: [PATCH 0/3] Small clean up of profile_{count,probability}

2019-05-10 Thread Martin Liška
PING^1 On 4/29/19 1:01 PM, marxin wrote: > The patch makes couple of adjustements: > 1) I changed enum values to use capital letters. It's aligned with >our coding style and it makes the code more readable. E.g. >profile_quality::profile_guessed_local >vs. static profile_probability

[PATCH 0/3] Small clean up of profile_{count,probability}

2019-04-29 Thread marxin
The patch makes couple of adjustements: 1) I changed enum values to use capital letters. It's aligned with our coding style and it makes the code more readable. E.g. profile_quality::profile_guessed_local vs. static profile_probability guessed_always () 2) I removed usage of fully