<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>jslint_com at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/jslint_com/</link>
    <description>JSLint.com</description>

    <item>
      <title>Re: Request:  option to disable [&#39;something&#39;] is better written in d</title>
      <pubDate>Fri, 04 Jul 2008 13:26:32 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/100</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/100</guid>
      <description>... /*jslint browser: true, sub: true */ window[&#39;alert&#39;](&#39;ok&#39;);</description>
    </item>
    <item>
      <title>Re: Request:  option to disable [&#39;something&#39;] is better written in d</title>
      <pubDate>Fri, 04 Jul 2008 13:25:25 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/99</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/99</guid>
      <description>... I have added a &#39;sub&#39; option to JSLint. It turns off the check for suboptimal subscript notation.</description>
    </item>
    <item>
      <title>Re: Closure function in a loop with parameters triggering &#39;awkward u</title>
      <pubDate>Wed, 02 Jul 2008 18:35:56 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/98</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/98</guid>
      <description>... It has been fixed. Thank you for report it.</description>
    </item>
    <item>
      <title>Re: &quot;download&quot; versions of jslint</title>
      <pubDate>Wed, 02 Jul 2008 17:18:20 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/97</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/97</guid>
      <description>... Yes. ... JSLint has been around since 2001. But this group is a recent thing.</description>
    </item>
    <item>
      <title>&quot;download&quot; versions of jslint</title>
      <pubDate>Wed, 02 Jul 2008 17:16:24 GMT</pubDate>
      <dc:creator>Andy Stevens</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/96</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/96</guid>
      <description>Hi, Would I be right in thinking the &quot;download&quot; version of jslint.js linked to on http://www.jslint.com/rhino/index.html is a concatenation of</description>
    </item>
    <item>
      <title>Request:  option to disable [&#39;something&#39;] is better written in dot n</title>
      <pubDate>Wed, 02 Jul 2008 12:15:26 GMT</pubDate>
      <dc:creator>saj14saj</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/95</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/95</guid>
      <description>I understand and agree with the warning about dot notation in general. My use case for requesting a configuration option to disable it is this: I am parsing an</description>
    </item>
    <item>
      <title>Closure function in a loop with parameters triggering &#39;awkward use o</title>
      <pubDate>Wed, 02 Jul 2008 12:11:06 GMT</pubDate>
      <dc:creator>saj14saj</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/94</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/94</guid>
      <description>The following code: &lt;pre&gt; function testEnvironment() { for (var i = 0; i &lt; 10; i&#43;+) { (function (i) { console.log(&#39;Closure with i counting&#39;); } (i)); } } </description>
    </item>
    <item>
      <title>Should JSLint flag window.execScript as evil?</title>
      <pubDate>Mon, 30 Jun 2008 17:50:03 GMT</pubDate>
      <dc:creator>kevin_hakanson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/93</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/93</guid>
      <description>I probably will get flamed for using eval to set global variables, but I needed it at the time. Using eval in IE didn&#39;t work as I needed, so I had to use the</description>
    </item>
    <item>
      <title>Re: &quot;The Function constructor is eval.&quot; - eval or evil?</title>
      <pubDate>Mon, 30 Jun 2008 15:48:35 GMT</pubDate>
      <dc:creator>kevin_hakanson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/92</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/92</guid>
      <description>... Between the time I posted this and you replied, I read &quot;JavaScript: The Good Parts&quot; and now that makes sense.  I had never thought of using new</description>
    </item>
    <item>
      <title>Re: &quot;The Function constructor is eval.&quot; - eval or evil?</title>
      <pubDate>Mon, 30 Jun 2008 01:15:18 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/91</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/91</guid>
      <description>... It was intentional. The Function constructor is a form of eval.</description>
    </item>
    <item>
      <title>&quot;The Function constructor is eval.&quot; - eval or evil?</title>
      <pubDate>Mon, 30 Jun 2008 01:12:22 GMT</pubDate>
      <dc:creator>kevin_hakanson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/90</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/90</guid>
      <description>I was looking through the fulljslint.js source and ran across the snippet below.  Should the message say &quot;... is evil&quot;?  Is this some sort of Freudian slip?</description>
    </item>
    <item>
      <title>Re: Rhino Version up-to-date?</title>
      <pubDate>Wed, 25 Jun 2008 19:48:08 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/89</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/89</guid>
      <description>... the same as the web ... noticed (missing the ... The Rhino version at http://jslint.com/rhino/jslint.js uses the same core js file. You may want to fiddle</description>
    </item>
    <item>
      <title>Rhino Version up-to-date?</title>
      <pubDate>Wed, 25 Jun 2008 19:44:05 GMT</pubDate>
      <dc:creator>Tim Breitkreutz</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/88</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/88</guid>
      <description>Hi, thanks for the great tool and book on Javascript! I was just wondering if the rhino version of the script is currently the same as the web version.  It</description>
    </item>
    <item>
      <title>Re: Nested switch statements</title>
      <pubDate>Sat, 21 Jun 2008 23:31:17 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/87</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/87</guid>
      <description>... JSlint should now correctly identify fallthrough in nested switch statements. Thank you for the report.</description>
    </item>
    <item>
      <title>Nested switch statements</title>
      <pubDate>Sat, 21 Jun 2008 21:05:21 GMT</pubDate>
      <dc:creator>Chris</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/84</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/84</guid>
      <description>Hello, JSLint reports errors in switch statements caused by omitting a &quot;break&quot; statement. I recently encountered such an error that JSLint did not catch.  It </description>
    </item>

  </channel>
</rss>
<!-- wr3.grp.scd.yahoo.com uncompressed/chunked Wed Jul  9 01:42:32 PDT 2008 -->
