Marek Kotewicz

Results 30 comments of Marek Kotewicz

Maybe I'll just transfer the ownership?

thanks for suggestions!!! I prepare a fix in next version :)

btw. I really like how arrayvec is done. :+1: This library was just hacked quickly for my personal project. If I create a pr to arrayvec with decent, structured code...

pr has failed on rust `1.3`. Is there a reason to keep this crate backwards compatible with such old version of compiler?

Yes, there was a complete overhaul. I can help with that

I stumbled upon the same issue. Is there any reason, why pr with the fix is not merged?

@BurntSushi can you review it for me? :)

test passed on buildbot... it's weird. on my machine (osx 10.11.1) test_218 hangs lldb backtrace ``` lldb docopt-582cf2d96bafce10 -- 218 (lldb) target create "docopt-582cf2d96bafce10" Current executable set to 'docopt-582cf2d96bafce10' (x86_64)....

> Weird. I don't know where the hang is occurring? Can you reproduce the bug outside the test harness in a normal program? Yes. That's how I found it. >...

`testcases.docopt` updated. I also tried to reproduce the issue on linux machine and I noticed strange thing. Test 218 passes, but it takes ~30 seconds to execute. It's the same...