Community
Participate
Working Groups
I recently made a foolish mistake while assigning a variable. I had intended to write > var RUNTIME = "runtime"; but instead I wrote: > var RUNTIME = RUNTIME; // RUNTIME is now `undefined` I can't think of a valid usecase for assigning the same variable to itself. It would be nice if the validator flagged this as a potential error. Upstream eslint doesn't seem to have this feature, so it might be worth contributing back.
New Gerrit change created: https://git.eclipse.org/r/62944
New Gerrit change created: https://git.eclipse.org/r/62961
Gerrit change https://git.eclipse.org/r/62961 was merged to [master]. Commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=8e2f177cec443992466a752eb8c5770988187e59
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=8e2f177cec443992466a752eb8c5770988187e59 +1 merged with master