Aaron Christiansen

Results 37 comments of Aaron Christiansen

YARD doesn't appear to parse heredocs quite right, which means this can't be implemented perfectly now. Given this file: ```ruby module X A =

I reckon this is because of the workaround in #127 to fix a YARD bug. The default parameter in your example kind of begins with a unary minus symbol, but...

Just tidying up - already fixed by #137, so closing :)

Not currently, sorry... I'm not sure how exactly this could be encoded either, since I'm not aware of any way to specify this in YARD. Looking up the type of...

Yep, that's a YARD bug: ![image](https://user-images.githubusercontent.com/3321773/60775771-5cd40380-a11e-11e9-9475-3e0b435812cf.png) Good find!

@connorshea That sounds like a workaround worth looking into! It'd certainly be good to have some kind of fix for this, and I guess fixing it within YARD is pretty...

That's cool - I've added a pip flag on my local copy, so I'll integrate this function and push.

Okay, check out the `fromimport` branch. You can disable `pip` functionality using the `PIP_ENABLED` constant at the top of `import_wrapper.py`, and it also uses the function you wrote. Certainly needs...