Steffen Hiller
2009-Sep-14 18:32 UTC
[rspec-users] After upgrade to newest TM Bundle I get "Invalid char" error
Hey, I finally upgraded from a rather old RSpec Textmate Bundle to the newest version. (master:efe49e) But when running any commands such as "Run Examples" or "Alternate File" I get: /usr/bin/ruby:1: Invalid char `\312'' in expression /usr/bin/ruby:1: Invalid char `\376'' in expression /usr/bin/ruby:1: Invalid char `\272'' in expression /usr/bin/ruby:1: Invalid char `\276'' in expression Anybody has any idea??? Using latest Textmate Version 1.5.8 (1509) and Max OS Leopard. Other Bundles still work fine. Reloaded Bundles + Restarted Textmate. Thanks! Steffen -- Posted via http://www.ruby-forum.com/.
Chad Humphries
2009-Sep-14 22:04 UTC
[rspec-users] After upgrade to newest TM Bundle I get "Invalid char" error
Steffen, What ruby version do you have? i.e. /usr/bin/ruby -v -- Chad On Sep 14, 2009, at 2:32 PM, Steffen Hiller wrote:> Hey, > > I finally upgraded from a rather old RSpec Textmate Bundle to the > newest > version. (master:efe49e) > > But when running any commands such as "Run Examples" or "Alternate > File" > I get: > > /usr/bin/ruby:1: Invalid char `\312'' in expression > /usr/bin/ruby:1: Invalid char `\376'' in expression > /usr/bin/ruby:1: Invalid char `\272'' in expression > /usr/bin/ruby:1: Invalid char `\276'' in expression > > Anybody has any idea??? > > Using latest Textmate Version 1.5.8 (1509) and Max OS Leopard. > Other Bundles still work fine. Reloaded Bundles + Restarted Textmate. > > Thanks! > Steffen > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
David Chelimsky
2009-Sep-14 22:10 UTC
[rspec-users] After upgrade to newest TM Bundle I get "Invalid char" error
On Mon, Sep 14, 2009 at 1:32 PM, Steffen Hiller <lists at ruby-forum.com> wrote:> Hey, > > I finally upgraded from a rather old RSpec Textmate Bundle to the newest > version. (master:efe49e)My apologies, but the rspec bundle in the official textmate repo is quite dated. For the short term, please use the textmate bundle from github. I''ll soon (ish) either get the textmate repo version up to date or ask them to eliminate it, since it''s pretty easy to just get it from github. Cheers, David> > But when running any commands such as "Run Examples" or "Alternate File" > I get: > > /usr/bin/ruby:1: Invalid char `\312'' in expression > /usr/bin/ruby:1: Invalid char `\376'' in expression > /usr/bin/ruby:1: Invalid char `\272'' in expression > /usr/bin/ruby:1: Invalid char `\276'' in expression > > Anybody has any idea??? > > Using latest Textmate Version 1.5.8 (1509) and Max OS Leopard. > Other Bundles still work fine. Reloaded Bundles + Restarted Textmate. > > Thanks! > Steffen > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >