summaryrefslogtreecommitdiff
path: root/lib/bundler/friendly_errors.rb
Commit message (Expand)AuthorAgeFilesLines
* [FriendlyErrors] Print a custom message on Java::JavaLang::OutOfMemoryErrorseg-jruby-oom-error-messageSamuel Giddins2016-09-231-0/+5
* Auto merge of #4795 - allenzhao:issue-4771, r=RochesterinNYCHomu2016-08-021-1/+3
|\
| * Add message filter and spec for better search URLZehan Zhao2016-07-291-1/+3
* | [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-1/+1
|/
* [CLI] Only redirect to help whel first two args are help and execseg-exec-help-with-dashSamuel Giddins2016-05-231-1/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-301-0/+2
* [FriendlyErrors] Split apart logging and exitingseg-refactor-friendly-errorsSamuel Giddins2015-12-191-85/+90
* YamlLibrarySyntaxError != YamlsyntayxErrorAndre Arko2015-12-131-1/+1
* [RuboCop] Enable Style/EmptyLinesAroundModuleBodySamuel Giddins2015-11-261-1/+0
* Handle invalid RubyGems config fileshandle-psych-errorsAgis Anastasopoulos2015-10-281-0/+4
* Also print gemspecs in `bundle env`bundle-env-gemspecsAgis Anastasopoulos2015-10-051-1/+1
* Handle errors when requiring gems gracefullyAgis-2015-08-291-0/+4
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-4/+4
* [RuboCop] Enable Lint/LiteralInInterpolationSamuel E. Giddins2015-07-151-2/+2
* Merge tag 'v1.9.6'Andre Arko2015-05-031-3/+12
|\
| * [friendly errors] All ASCII because encodingsAndre Arko2015-05-021-2/+2
| * [friendly errors] flesh out reporting templateAndre Arko2015-05-021-4/+9
| * [ErrorReport] Print the command that was runSamuel E. Giddins2015-05-021-0/+4
| * Only use first line of error messages in the issue search URL.Tim Moore2015-04-121-1/+1
* | Merge tag 'v1.9.4'Andre Arko2015-04-131-1/+1
* | [DSL] Add prettier DSL errorSamuel E. Giddins2015-03-161-0/+3
|/
* Fix spec failures.Andre Medeiros2015-03-111-0/+1
* indent error report template, extract methodAndre Arko2014-11-301-32/+26
* Better exception handlingKir Shatrov2014-11-301-5/+44
* Clickable URL in friendly exceptionsSunny Ripert2013-12-011-1/+1
* trying to get specs to passJessica Lynn Suttles2013-08-051-5/+3
* break out cli command specs into a dedicated dirAndre Arko2013-08-051-4/+7
* rescues ArgumentError with message that matches 'Ambiguous task'Jen Diamond2013-08-051-0/+4
* Correct Thor error nameAndre Arko2013-05-221-1/+1
* When a command is unknown exit with 15Pieter Joost van de Sande2013-05-221-0/+3
* Rescue thor errorsPieter Joost van de Sande2013-05-221-0/+3
* fix UI :wrap option to strip leading spacesAndre Arko2013-03-141-5/+6
* re-handle rubygems requiring opensslAndre Arko2013-03-021-0/+8
* useless beginAndre Arko2013-03-021-19/+17
* only wrap when requestedAndre Arko2013-02-171-4/+6
* extract OpenSSL loading into vendored_persistentAndre Arko2013-01-291-12/+0
* add UI#trace for backtraces without DEBUG infoAndre Arko2012-11-301-5/+4
* Merge tag 'v1.2.2'Andre Arko2012-11-151-0/+13
|\
| * handle broken OpenSSL more genericallyAndre Arko2012-11-141-0/+13
* | Update vendored thor to v0.16.0Derek Kastner2012-11-101-1/+1
|/
* Merge v1.1.4 from branch '1-1-stable'André Arko2012-05-271-5/+3
* extract rescue logic in bin/bundleTerence Lee2012-05-251-0/+24