Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

0.9.1

Compare
Choose a tag to compare
@yorickpeterse yorickpeterse released this 21 Oct 21:52
· 347 commits to master since this release

A small release that only includes 3 changes:

  1. A presenter specifically designed for Syntastic
  2. STDOUT/STDERR/STDIN definitions are now treated as instances meaning method
    calls such as reopen are processed correctly.
  3. ruby-lint now enforces the use of the latest Racc version as this version
    contains various performance improvements that are especially noticeable on
    Rubinius.

The Syntastic presenter is the most important addition as it allows me to
finally publish my Syntastic plugin without having to use various Vim hacks to
make it properly consume ruby-lint output.