Project

General

Profile

Better bundler error informing

Added by Aleksandar Pavic over 8 years ago

What's your opinions about this:

Newbie uses have hard time differentiating errors from warnings, considering a fact there is no explicit error keyword, like: Error: (some message), leading them to misplace erros and warnings, and leading them to wrong direction while trying to resolve error related to Redmine installation.

For example:
http://stackoverflow.com/questions/29390989/redmine-error-with-rmagic

I've observed similar problems often on Redmine IRC channel also, and I think it is a good candidate for feature, called "bundler error message improvement".


Replies (2)

RE: Better bundler error informing - Added by Toshi MARUYAMA over 8 years ago

[DEPRECATION] requiring "RMagick" is deprecated. Use "rmagick" instead

https://github.com/naitoh/rbpdf/pull/13
Redmine cannot do anything.

RE: Better bundler error informing - Added by Aleksandar Pavic over 8 years ago

My idea has nothing to do with RMagick, it focuses on the second error, and means just to add Erro keyword before actual error message text. I'll take a look at code and provide example once I get a chance.

    (1-2/2)