acelyc111 opened a new issue, #1204: URL: https://github.com/apache/incubator-pegasus/issues/1204
This refactor work contains the following motivations: 1. macros are offen recommend to use all upper case. 2. the beginning char 'd' is easy to misunderstand as 'only enable in **D**ebug version' 3. there are 2 styles, `dassert_f` and `dassert`, we can unify them - [x] replace dassert which check a single condition - [x] replace dcheck_eq* - [x] replace dcheck_ge* - [x] replace dcheck_le* - [x] replace dcheck_gt* - [x] replace dcheck_lt* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
