Tim Bellefleur
Tim Bellefleur
I'd love to try out Helix on my rust extension projects (currently using a more bare-bones approach) but also require modules. Looking over the code and macros, it looks like...
@chancancode My use cases involve both defining modules at top-level and nested under other modules, as well as defining module instance methods (to be included in other classes) and module...
As far as my other work using `ruby_sys` goes, the C API is pretty agnostic as far as defining methods, and even defining modules is pretty straightforward (IIRC `rb_define_module_under` can...
I'm still familiarizing myself with the helix codebase, but haven't yet been able to wrap my head around the complex parse macros, and am not sure what the prevailing opinions...
Aha! Does seem to be a problem with Rubocop 0.46. I'm running 0.47.1 without the error, but when I manually dropped down to 0.46 it appeared locally.
Looks like it's bbatsov/rubocop#3898 (see also https://github.com/twe4ked/rubocop-mixed-hash-test) which appears to be fixed by 0.47.
@Andarist this is an excellent workaround. Do you know why that actually works? I'm curious.