<!-- 
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Thu May 23 14:55:04 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/si/jira.issueviews:issue-xml/RCBC-71/RCBC-71.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Couchbase</title>
    <link>http://www.couchbase.com/issues</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.4</version>
        <build-number>845</build-number>
        <build-date>26-12-2012</build-date>
    </build-info>

<item>
            <title>[RCBC-71] Calling incorrect methods on MultiJson when format is :document causing Couchbase::Error::ValueFormat</title>
                <link>http://www.couchbase.com/issues/browse/RCBC-71</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>The C code calls dump/load on MultiJson, but its interface is encode/decode. Adding the following hack allows me to .set when the format is :document.&lt;br/&gt;
&lt;br/&gt;
module MultiJson&lt;br/&gt;
&amp;nbsp;&amp;nbsp;class &amp;lt;&amp;lt; self&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;alias_method :dump, :encode&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;alias_method :load, :decode&lt;br/&gt;
&amp;nbsp;&amp;nbsp;end&lt;br/&gt;
end&lt;br/&gt;
</description>
                <environment></environment>
            <key id="19091">RCBC-71</key>
            <summary>Calling incorrect methods on MultiJson when format is :document causing Couchbase::Error::ValueFormat</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="chrismcg">Chris McGrath</reporter>
                        <labels>
                    </labels>
                <created>Thu, 16 Aug 2012 19:42:37 -0500</created>
                <updated>Tue, 13 Nov 2012 04:24:15 -0600</updated>
                    <resolved>Fri, 19 Oct 2012 22:52:23 -0500</resolved>
                            <version>1.2.0.dp6</version>
                                                <component>library</component>
                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="35788" author="avsej" created="Fri, 17 Aug 2012 14:27:08 -0500"  >What multi-json version are you using? There is fix for that already included. I guess it doesn&amp;#39;t meet condition for you. Could you please check it? &lt;a href=&quot;https://github.com/couchbase/couchbase-ruby-client/blob/master/lib/ext/multi_json_fix.rb#L40-L47&quot;&gt;https://github.com/couchbase/couchbase-ruby-client/blob/master/lib/ext/multi_json_fix.rb#L40-L47&lt;/a&gt;</comment>
                    <comment id="35789" author="avsej" created="Fri, 17 Aug 2012 14:27:59 -0500"  >I see typo there &lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;MultiJson.respond_to?(:encode) &amp;amp;&amp;amp; MultiJson.respond_to?(:encode) &lt;br/&gt;
&lt;br/&gt;
But I don&amp;#39;t think it cause the issue</comment>
                    <comment id="42030" author="avsej" created="Fri, 19 Oct 2012 22:52:23 -0500"  >&lt;a href=&quot;http://review.couchbase.org/21754&quot;&gt;http://review.couchbase.org/21754&lt;/a&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9603</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>
</channel>
</rss>