eric-haibin-lin commented on issue #18679:
URL: 
https://github.com/apache/incubator-mxnet/issues/18679#issuecomment-656257720


   > 
   >     Reverse-index codes by the tests that cover them.
   
   That will be cool. Do you know any tool to do this quickly? I usually just 
grep by API names in the tests/ folder.
   
   >     Run only the affected tests during code review.
   
   Not sure how this can be done easily. Maybe we need a dependency graph for 
all modules/functions in mxnet, so that if `a` is changed, then everything 
depending on `a` should be tested. For instance, a change in mxnet::Engine 
would trigger almost all tests. 
   
   >     Leave broken things broken so people who contribute can unblock 
themselves.
   
   
   I don't quite understand what you mean by this. Could you elaborate? 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to