Open alykhank opened 9 years ago
I'm interested in this as well. I'm curious if my bootstrap.yaml is normal or not since it's cluttered with !!python/unicode
.
@RogerThiede I noticed the same thing, and I believe that it may be due to the allow_unicode=True
flag to yaml.dump()
in cider/_sh.py#L213-L227. According to the PyYAML documentation this seems to be expected behaviour.
Was Prevent odd formatting of YAML files clobbered? It's not reachable on master branch.
Yes, turns out that didn't prevent the spammy output. Not sure what's causing this.
About the !!python/unicode
. To fix it, I forced the create of the .json file with the command touch ~/.cider/bootstrap.json
Thanks @robsonpeixoto! I just tried that and Cider is now using the json file. Instructions like that in the README file would satisfy this filed bug.
Add example
bootstrap.yaml
anddefaults.yaml
files to README to demonstrate new syntax.