Edit Sup Issue: issue43

Summary
Issue type Status
Sup version Ruby version
Assigned To Tags (list)
Description
Attachments
  Make a copy

Created on 2010-01-04.18:11:23 by bwalton, last changed by terotil.

Messages
msg137 (view) Author: terotil Date: 2010-01-28.00:09:47
fixed by cca94d45f83b2ab7ef8bb796bf92ee8ca41944f1
msg108 (view) Author: bwalton Date: 2010-01-04.18:11:23
Sup failed to start after updating to next (sha1: a1669), which is where the
ruby-1.9-encoding branch was merged.  It seems that my ruby doesn't like the
:BINARY suffix on the file open mode introduced by commit a6bb5.  Removing
:BINARY from the mode parameter works for me.  Eg: wr:BINARY -> wb, ab:BINARY ->
ab, etc.

-Ben
History
Date User Action Args
2010-01-28 00:09:47terotilsetstatus: unread -> resolved
assignedto: w
messages: + msg137
nosy: + w
2010-01-04 18:11:23bwaltoncreate