Phil Elson

Results 179 comments of Phil Elson

> this should be especially helpful for feedstock maintainers since this will help them determine if re-rendering is necessary for certain situations Thanks @agoodm. Would you mind elaborating (just a...

Caching has an overhead in that it requires code and smarts to invalidate the cache. At the time of writing the initial code, the cost of adding caching didn't make...

> I've no clue how Linux/OSX handle this... lib is the place for binaries there. On Windows this is a problem for conda as discussed in https://github.com/ContinuumIO/anaconda-issues/issues/509 and https://github.com/ContinuumIO/anaconda-issues/issues/233. Anything...

> really? I thought lib was for libs, and bin for binaries (or executable scripts.) Re-reading the original post, I agree with you. In this context, binaries meant "executables", which...

I think this is just a documentation issue now. Might not even live in conda-forge. It could be a conda-build docs issue...

https://github.com/conda-forge/dec2-feedstock/issues/1

@CJ-Wright - you could definitely put together a PR for docs at https://github.com/conda-forge/conda-forge.github.io/tree/master/src. I'm definitely up for documenting this wart, and then we can look at streamlining the process after.

Personally I would expect this to be named consistently with the std-lib JSON library, and instead be called ``dumps`` (and ``loads`` for the load equivalent).

FWIW I think there is a TODO in the code for this at https://github.com/pycontribs/ruyaml/blob/54f84f8425509952eb21745249e23fdfb3de41fa/lib/ruyaml/parser.py#L906.