Alexey Radul

Results 163 comments of Alexey Radul

This is code style. The umbrella code style issue is currently #429.

There is also a political aspect to it, as @gregory-marton points out. I actually don't know the socio-technical interactions of C++ well enough to think through the politics.

Would be an example of an SP with a nontrivial latent that wasn't a perfect conjugate model, then. That almost makes me want to do it more, to include that...

Project management decision: Do we want to do this to force ourselves to confront the kind of beast that this SP is? May also need understanding the paper and/or planning...

FWIW, holding any one of the arguments fixed suffices to determine the dimension, so perhaps an improvement over 0 is possible in that case. This example also suggests that there...

Entry points into parsing: - Console calls ripl.execute_instruction or ripl.execute_instructions - ripl.execute_instructions calls - p.split_program - p.parse_instruction - then ripl.execute_parsed_instruction - ripl.execute_instruction calls - p.parse_instruction or - ripl._ensure_parsed - then...

Do I detect evidence of a splitting headache?

This can presumably reuse the script(s) needed for #171

Specifically, one obvious first step would be to generalize `script/jenkins/check_sdist.sh` to accept an optional requirements.txt file and install dependencies from that into the virtualenv before installing the Venture source distribution...