Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.82k stars 195 forks source link

Builds failing on snapshot #220

Closed Fuco1 closed 10 years ago

Fuco1 commented 10 years ago

It's failing on only one test: sp-test-ruby-slurp-backward. When you have some time, could you please check it out as well?

Jell commented 10 years ago

I've had a quick look, it seems like ruby-mode is behaving differently with the snapshot version: the indentation is different after slicing/barfing.

I'm not exactly sure how to fix that, maybe if I can configure ruby-mode in some way before running the tests.

Jell commented 10 years ago

Well ruby-mode is behaving differently in snapshot, so I ignore indentation and catch errors when running ruby-mode backward/forward sexp, and all the test pass once more! \o/