<!--
RSS generated by JIRA (4.4#649-r158309) at Thu Jun 20 06:47:05 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://dev.clojure.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+10020+AND+labels+%3D+documentation&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://dev.clojure.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Clojure JIRA</title>
        <link>http://dev.clojure.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+10020+AND+labels+%3D+documentation</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="2" total="2"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[LOGIC-131] Docstrings for lvaro and nonlvaro need improvement.</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-131</link>
                <project id="10020" key="LOGIC">core.logic</project>
                        <description>&lt;p&gt;Assuming the following definitions:&lt;/p&gt;

&lt;p&gt;1. A term is ground if it does not contain unassociated logic variables.&lt;br/&gt;
2. Otherwise, it is non-ground.&lt;/p&gt;

&lt;p&gt;My suggestions:&lt;/p&gt;

&lt;p&gt;lvaro: A non-relational goal that succeeds if the supplied logic variable is fresh.&lt;/p&gt;

&lt;p&gt;nonlvaro: A non-relational goal that succeeds if the supplied logic variable is not fresh.&lt;/p&gt;

&lt;p&gt;In the case nonlvaro, it&apos;s important to recognize that the implementation only tests whether the supplied lvar is not fresh, and &quot;not fresh&quot; != grounded; the result could be partially instantiated. For example, nonlvaro succeeds here when its argument is neither fresh nor grounded:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;(run* [q]
  (fresh [x]
    (== q [x])
    (nonlvaro q)))
;; =&amp;gt; ([_0])&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="16153">LOGIC-131</key>
            <summary>Docstrings for lvaro and nonlvaro need improvement.</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="dnolen">David Nolen</assignee>
                                <reporter username="austinhaas">Austin Haas</reporter>
                        <labels>
                        <label>documentation</label>
                    </labels>
                <created>Mon, 22 Apr 2013 12:24:19 -0500</created>
                <updated>Tue, 7 May 2013 22:29:08 -0500</updated>
                    <resolved>Tue, 7 May 2013 22:29:08 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="30983" author="austinhaas" created="Mon, 22 Apr 2013 12:26:39 -0500"  >&lt;p&gt;I added those initial definitions when I thought &quot;groundedness&quot; was the operative word, so they aren&apos;t directly relevant.&lt;/p&gt;</comment>
                    <comment id="30984" author="dnolen" created="Mon, 22 Apr 2013 12:29:08 -0500"  >&lt;p&gt;Thanks, I&apos;ll happily accept docstring patches.&lt;/p&gt;</comment>
                    <comment id="31061" author="austinhaas" created="Tue, 7 May 2013 14:11:37 -0500"  >&lt;p&gt;This patch changes the docstrings for lvaro and nonlvaro to be more accurate. This is a fix for &lt;a href=&quot;http://dev.clojure.org/jira/browse/LOGIC-131&quot; title=&quot;Docstrings for lvaro and nonlvaro need improvement.&quot;&gt;&lt;del&gt;LOGIC-131&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    <comment id="31070" author="dnolen" created="Tue, 7 May 2013 22:29:08 -0500"  >&lt;p&gt;fixed &lt;a href=&quot;http://github.com/clojure/core.logic/commit/cc30fcb4f5690e928fa7103e5091b9de8aba0013&quot;&gt;http://github.com/clojure/core.logic/commit/cc30fcb4f5690e928fa7103e5091b9de8aba0013&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11986" name="LOGIC-131-fix.diff" size="1108" author="austinhaas" created="Tue, 7 May 2013 14:11:37 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Patch</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10001">Code</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>

<item>
            <title>[LOGIC-33] Added usage section to readme.md</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-33</link>
                <project id="10020" key="LOGIC">core.logic</project>
                        <description>&lt;p&gt;added a short usage section in readme.md&lt;/p&gt;

&lt;p&gt;the latest working repo was 0.6.7 for me, so that&apos;s what in the patch. (i have signed CA)&lt;/p&gt;</description>
                <environment></environment>
            <key id="15282">LOGIC-33</key>
            <summary>Added usage section to readme.md</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="5" iconUrl="http://dev.clojure.org/jira/images/icons/priority_trivial.gif">Trivial</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="2">Declined</resolution>
                                <assignee username="dnolen">David Nolen</assignee>
                                <reporter username="claj">Linus Ericsson</reporter>
                        <labels>
                        <label>documentation</label>
                    </labels>
                <created>Thu, 15 Mar 2012 22:21:01 -0500</created>
                <updated>Sun, 17 Mar 2013 19:11:55 -0500</updated>
                    <resolved>Sun, 17 Mar 2013 19:11:55 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30789" author="dnolen" created="Sun, 17 Mar 2013 19:11:55 -0500"  >&lt;p&gt;Basic usage has since been added to README.md&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10994" name="usage-added.patch" size="893" author="claj" created="Thu, 15 Mar 2012 22:21:01 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Patch</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10001">Code</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>
</channel>
</rss>