No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Hooks into program lifecycle to display error messages to you in a helpufl way, with inlined code, colour, and helpful heuristics about what might be the cause.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

< 0.3, >= 0.2.0
< 0.11, >= 0.10.0
~> 10.4
~> 3.2

Runtime

!= 1.9.1, ~> 1.8
 Project Readme

Build Status

What if error messages were compelling to read?

Blog explaining the goal here.

A screenshot of the code rendering an ArgumentError.

screenshot

This is still early and Rough

But I've been using it on its own test suite, and have to say it's compelling!

Using this with RSpec or Minitest

Place this in your .rspec file to use with RSpec. Or just use MRspec, which works with both RSpec and Minitest and requires no configuration :)

--colour
--require error_to_communicate/at_exit
--require error_to_communicate/rspec_formatter
--format WhatWeveGotHereIsAnErrorToCommunicate::RSpecFormatter

Inspirations:

Related Projects:

License

WTFPL Do what the fuck you want to.