[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox



>> bin/sup-sync:11: warning: method redefined; discarding old to_s
>> /home/gaute/dev/ruby/sup.git/lib/sup.rb:18:in `id': wrong id called on
>
> This seems to be due to the new yamler 'psych', by requiring the old one
> 'sych' before 'yaml' it can be loaded.
>
> The proper fix is to expect content to be represented the way 'psych'
> does it. This is not the same as the old way.
>
> Also the gem spec date was in the wrong format, see both attached
> patches.

Both patches applied to next.

Hamish