Andreas Stuhlmüller
Andreas Stuhlmüller
Use [coveralls.io](http://coveralls.io) with (e.g.) [grunt-coveralls](https://github.com/pimterry/grunt-coveralls).
This is only one of a number of issues arising from the use of [JSON.stringify](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#Description): For example, this returns an ERP with probability 1 on `{}`: ``` var f =...
Maybe we should use [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map)?
> Only identical objects are considered equal, so I think it's actually problematic for stuff which currently works. Right. I think what we want is a hash table that uses...
One option is to write the docs in rst (or markdown), and then auto-build and host using [readthedocs](https://readthedocs.org/). This is [what Julia does](http://julia.readthedocs.org/en/release-0.3/).
As part of this process, I'd also move some of the information that's currently in the README to the documentation.
Also, document the new model shorthand syntax in `Infer` (see discussion in #692).
Rethinking the FFI is a good idea and should be done before 1.0. I also agree that adding all webppl functions from packages to the top-level is not a long-term...
A workaround that may improve code readability in some situations: ``` javascript var call = function(method, arg1, arg2, arg3) { return method(arg1, arg2, arg3); } var world = { transition:...
Failed again: - https://travis-ci.org/probmods/webppl/jobs/137013619 - https://travis-ci.org/probmods/webppl/jobs/139250802