Philippe Vaucher
Philippe Vaucher
Hum, I think I found a bug in js-lint about `length` of where the semi-colon should go: ``` js var ratio = (clientMax - clientMin) / (max - min) ```...
Wow, that was quick :) Is there a fix planned or should I just work around it?
I'll try to write some `js2-fix-problem-at-point` which would lookup into some table like ``` el (setq js2-errors-suggestions '(("msg.missing.semi" js2-add-semi-colon-at-point) ("msg.undeclared.var" js2-query-declare-var))) ``` Something like that.
Does that require the sending of written documents to the FSF or whoever? Can't a simple "I'm ok with it" be enough? I never quite understood why it needs to...
Do you have a link for the rationale behind it? I understand this line of reasoning in 1980 but I don't get it nowadays. If you make a PR you're...
Alright I see, thanks for the link. It's interesting because it means in all my previous companies where I didn't assign copyrights I can prevent them from claiming copyright infringments...
Alright, thanks for the infos!
@apchamberlain: ah, yeah maybe you're right. I'm kinda stuck working on other stuffs but when I get back to it I'll consider `js2-refactor`.
@dgutov: FYI, I finally sent the assignements paper to the FSF. I'll try to resurrect this PR, maybe on js2-refactor tho.