James Wrigley
James Wrigley
This is implemented by using two tasks writing to a channel. The first task that finishes defines whether the receive call timed out or not. Inspired by: https://github.com/JuliaInterop/ZMQ.jl/issues/87#issuecomment-131153884. Fixes #87.
- Update Documenter.jl - Add/fix docstrings for a bunch of functions/types - Expand reference page Things that might need to be changed: - AFAICT the docs are generated with Travis...
This has a slightly more polished API.
Hi there, I'm getting the following error whenever I try to run an example: `$ locomotive ./asl-locomotive terminate called after throwing an instance of 'std::logic_error' what(): ASL ERROR: acl::Platform::getDevices() (-1)....
This allows for a faster workflow when developing the package. Also made a few paths in the tests explicitly relative to the `test/` directory instead of the PWD (since that...
I don't think these really need to be tracked, and they cause conflicts whenever the manifest is changed and you switch branch or something.
I attempted to update the docs to build with Documenter.jl v1, but it seems that there are dependency conflicts. I narrowed it down to: - The docs project depending on...
In an attempt to fix weird segfaults in another package :octopus: The previous link was pointing to the auto-generated Github source which apparently can change its hash, so now it...
~This makes it a bit easier to nail down which platforms are producing the warnings.~ Also fixed a wee bug I found when running the tests in dd77a37c. I wasn't...
Previously `servedocs()` would exit whenever the docs failed to build, and it can be annoying to always restart it on errors. Now when building the docs fails a special status...