Nick Sanders

Results 90 comments of Nick Sanders

According to `cargo-deadlinks`: ``` Linked file at path "/home/nick/src/github.com/cogciprocate/ocl/target/std/boxed/struct.Box.html" does not exist! Linked file at path "/home/nick/src/github.com/cogciprocate/ocl/target/std/primitive.slice.html" does not exist! Linked file at path "/home/nick/src/github.com/cogciprocate/ocl/target/doc/ocl/struct.ImageCmd" does not exist! Linked file...

@vi: This repo was recently reorganized to include a couple of dependencies. The example link should be fixed. Thanks for pointing it out. Let me know if you find anything...

If you get a minute could you: ``` git clone https://github.com/c0gent/ocl-segfault.git cd ocl-segfault cargo run --release ``` I'm unable to reproduce and I want to see if that segfaults on...

Update: After finally getting the Rust-ocl version to segfault consistently on Intel drivers (but not AMD), I created a an equivalent C++ version, [opencl-debug-build-cpp](https://github.com/c0gent/opencl-debug-build-cpp), which also segfaults under the same...

This will get attention sometime after futures 0.3 is released.

I think these plans are fine but I can't help digressing just a bit... Let me just reiterate my position that I think logging within a library (not including the...

All that being said @mbr, logging properly within tests is important so please don't interpret my post as a criticism of what you're planning to do. The only thing I'd...