Show a warning for skipped gems?
Tapioca skips particular gems, which can be confusing. I ran into this when trying to add RBIs for debug.
% tapioca gem debug
Requiring all gems to prepare for compiling... Done
Error: Cannot find gem 'debug'
main %
Perhaps we can output a warning when skipping a particular gem.
I'd like to take a look at this if it's still available? Are we just wanting to show an output showing the IGNORED_GEMS as output regardless on tapioca gem? Or should we show when someone is trying to run tapioca gem debug for example.
e.g.
Or should we show when someone is trying to run tapioca gem debug for example
Yes this sounds good and feel free to take it on. I don't think we need to show it unless you specify the ignored gem name as an argument, so nothing on tapioca gem.
Will be able to take a look at this this week.