frc-frecon / frecon

An API for building scouting apps for FRC competitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate IRB?

rye opened this issue · comments

IRB is antiquated. Since we list pry as a dependency, can we just remove support for IRB?

(This would be done on the test-suite branch or one of the new 0.4.x branches.)

That is completely fine. Ideally pry was not supposed to be a dependency, but something weird happened in one Ruby environment where pry was not loaded even if installed unless it was a dependency I think, so we can just require it outright now.

Okay. I will delete the IRB support on a branch.