Sup 0.7 has been released.
You can read the announcement here
The big win in this release is that Ferret index corruption issues should now be fixed, thanks to an extensive programming of locking and thread-safety-adding.
The other nice change is that text entry will now scroll to the right upon overflow, thanks to some arcane Curses magic.
Hi,
Sup 0.7 has been released.
I just wanted to inform you that the gem apparently misses the following dependencies (sup will install but not run):
echoe archive-tar-minitar nokogiri rcov
BR, Paul Tötterman
PS. Nice commenting system you’ve got here. Hopefully it works now that I only quoted part of the post.
I just wanted to inform you that the gem apparently misses the following dependencies (sup will install but not run):
echoe archive-tar-minitar nokogiri rcov
This is due to some Rubygems screwiness. My understanding is that these gems are listed as development dependencies for some of the gems that Sup relies on, but older versions of Rubygems treat them as run-time prerequisites but not as install-time prerequisites.
You can install those manually, or you can use a later version of Rubygems. I’m pretty sure 1.3.1 works correctly.
PS. Nice commenting system you’ve got here. Hopefully it works now that I only quoted part of the post.
Looks like I have to add RFC2047 header decoding. Sorry about that.
Looks like I have to add RFC2047 header decoding. Sorry about that.
Ok, did that and added charset conversion for comment bodies. Now your comment actually looks normal.