You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/21 22:57:52 UTC

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #17399: safe load for yaml

ChaiBapchya opened a new pull request #17399: safe load for yaml
URL: https://github.com/apache/incubator-mxnet/pull/17399
 
 
   ## Description ##
   Fixes the warning 
   ```
   /dev_menu.py:70: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
     self.cmake_options = yaml.load(f)
   ```
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - [ ] Code is well-documented: 
   - [ ] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   modified:   dev_menu.py
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17399: safe load for yaml

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #17399: safe load for yaml
URL: https://github.com/apache/incubator-mxnet/pull/17399#issuecomment-576926486
 
 
   @mxnet-label-bot add [pr-awaiting-review]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] apeforest merged pull request #17399: safe load for yaml

Posted by GitBox <gi...@apache.org>.
apeforest merged pull request #17399: safe load for yaml
URL: https://github.com/apache/incubator-mxnet/pull/17399
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services