Felix Descoteaux
Felix Descoteaux
Ok will do with pleasure tomorrow at work thanks a lot!
Hey @christoomey thanks for this plugin, I'm using it with `vim-test` and having a blast. Following on the discussion here, would it be straightforward to clear the index when closing...
If I kill the tmux pane manually (not using `:VtrKillRunner`), the index is not cleared and if I run `:VtrKillRunner` to clear the index, it kills the other pane I...
@christoomey thanks you rock! I'd like to help but vimscript hates me.
This is the failures I get when running tests on my machine with a static build. ``` failures: ---- src/class/string.rs - class::string::RString::is_valid_encoding (line 530) stdout ---- thread 'src/class/string.rs - class::string::RString::is_valid_encoding...
The problem is not related to the particular missing symbol mentioned in the stacktrace above. Actually, any `VM::require` call to require a `.bundle` (osx) or `.so` (linux) will raise an...
Thanks for the writeup. My knowledge of Ruby internals and build process is quite limited as well, but this makes sense and definitely help me better understand the issue. I’ll...
Something I've noticed: if I try to require another lib such as `zlib`, I get ``` dyld: lazy symbol binding failed: Symbol not found: _rb_define_attr Referenced from: /opt/rubies/2.3.3/lib/ruby/2.3.0/x86_64-darwin16/zlib.bundle Expected in:...
I may be missing something. I did not change `build.rs` to pass new flags. Also `RbConfig::CONFIG['LIBS']` returns `-lpthread -lgmp -ldl -lobjc` on my machine, if that's what you are referring...