- From: Clint Hill <clint.hill@gmail.com>
- Date: Wed, 09 Jan 2013 14:06:55 -0700
- To: Mat Scales <mat@wibbly.org.uk>, "<,public-nextweb@w3.org>," <public-nextweb@w3.org>
- Message-ID: <CD1329E2.3199%clint.hill@gmail.com>
New versions of a lot. Grunt/contribs etc. I just watched grunt-contrib-jshint "update". :) From: Mat Scales <mat@wibbly.org.uk> Date: Wednesday, January 9, 2013 2:04 PM To: "<,public-nextweb@w3.org> <mailto:public-nextweb@w3.org>> ," <public-nextweb@w3.org> Subject: Re: [web-idl] Grunt/JSHint/Uglify Resent-From: <public-nextweb@w3.org> Resent-Date: Wed, 09 Jan 2013 21:05:04 +0000 I've been lurking on the grunt IRC channel and happen to know that they pushed a new version this evening, which would explain why you got different versions. On 9 January 2013 19:33, Clint Hill <clint.hill@gmail.com> wrote: > Team: With this commit > (https://github.com/extensibleweb/webidl.js/commit/2c219228dd70f82807bf800b > 9ca8fa043c1c8052 > <https://github.com/extensibleweb/webidl.js/commit/2c219228dd70f82807bf800b9ca > 8fa043c1c8052> ) I've gotten the .jshintrc included in the options for > JSHint. > > proto and evil are set. > > Please let me know if you run into troubles with grunt/jshint. I've > encountered a bug in which I received a diff version of > grunt-contrib-jshint than did Brian during npm install. > > > > On 1/9/13 10:44 AM, "Marcos Caceres" <w3c@marcosc.com> wrote: > >> > >> > >> > >> >On Wednesday, January 9, 2013 at 5:38 PM, Brian Kardell wrote: >> > >>> >> >>> >> >>> >> On Wed, Jan 9, 2013 at 12:28 PM, Marcos Caceres <w3c@marcosc.com >>> >>(mailto:w3c@marcosc.com)> wrote: >>>> >> > >>>> >> > >>>> >> > >>>> >> > On Wednesday, January 9, 2013 at 5:25 PM, Clint Hill wrote: >>>> >> > >>>>> >> > > Team: I was a bit quick to pull this trigger. Marcos merged the pull >>>>> >> > > request, and I will change the config on master. I'm taking in the >>>>> >> > > suggestion from Mat regarding the .jshintrc and will update >>> >>everyone once >>>>> >> > > I'm done. >>>> >> > >>>> >> > >>>> >> > Awesome, thanks for taking the lead here :) I'm sure there will be >>> >>quite a few bumps as we get going - but it's great that we are moving on >>> >>stuff. >>>> >> > >>>> >> > -- >>>> >> > Marcos Caceres >>> >> >>> >> >>> >> Clint, >>> >> >>> >> Verify your grunt version et all... I am getting >>> >> >>> >> brian$ grunt >>> >> Running "jshint:all" (jshint) task >>> >> Linting lib/interfaces/WebIDL.js...ERROR >>> >> [L10:C43] The Function constructor is eval. >>> >> interfaceObject = new Function(functionBody)(), >>> >> [L48:C25] The '__proto__' property is deprecated. >>> >> interfaceObject.__proto__ = Object.create({}); >>> >> >>> >> Warning: Task "jshint:all" failed. Use --force to continue. >>> >> >> > >> >We need allow proto and evil for jshint. >> > >> >-- >> >Marcos Caceres >> > >> > >> > > > >
Received on Wednesday, 9 January 2013 21:06:37 UTC