-
Notifications
You must be signed in to change notification settings - Fork 838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible marshal file format #54
Comments
I have the same issue:
System Info:
The error message means that that the object was not serialized; otherwise, the first two bytes would be the format version. For the record, I have the same issue using ruby 1.8.7-p352 and 1.9.2-p290. |
This is probably a duplicate of #35 (which I never got around to writing a patch for as I intended to). ruby-warrior looks for a file named |
Ouch! So is it .rwprofile or .rw_profile now? Better way could ~/rw/.profile ?? |
At the moment neither - I'll actually write that pull request one of these days though, and I think If you call ruby-warrior in a directory it will look for the profile there, rather than in your home directory, so if you create an ~/rw directory then that will work in the meanwhile. |
The text was updated successfully, but these errors were encountered: