jonatas / fast

Find in AST - Search and refactor code directly in Abstract Syntax Tree as you do with grep for strings

Home Page:https://jonatas.github.io/fast/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime dependency on pry?

zverok opened this issue · comments

Hey!

While planning to release a gem based on (awesome 😍) ffast, I noticed it pulls pry as its runtime dependency. Is this intended? I don't see any usage of pry in lib/ so it seems it should be rather development depenedency?..

Hey @zverok ! glad to hear that! I'm going to remove it from runtime because it's only useful in the CLI with --pry to jump into debugging session.

Let me know when you publish the gem ❤️

Done! 85fdbc6

Also released a new version to make it easy :)

Thanks! 👍
The gem is already released: https://github.com/zverok/the_schema_is
I'll update to the newest fast in the next version :)

Very cool @zverok! I personally liked the gem idea and the tooling to make it easy to adopt!

Also, the idea of having the ffast method in the AST node is great! I'm adding something similar on #21.