diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Incorrect @deprecated in closure/goog/deps.js #464

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
closure/goog/deps.js has this confusing comment at the bottom:

/**
 * @deprecated This file is deprecated. The contents have been
 * migrated to the main deps.js instead (which is auto-included by
 * base.js).  Please do not add new dependency here.
 */

I think this was meant to be applied only to third_party/closure/goog/deps.js.

(Why did I even come across this? I was using ClojureScript, which uses Rhino 
for its REPL, and Rhino is unable to parse files with a block comment like that 
at the end of the script.  Both Rhino 1.7R3 and today's master.)

Original issue reported on code.google.com by ivan@ludios.org on 7 May 2012 at 9:09

GoogleCodeExporter commented 8 years ago
Oops, ignore the superfluous Rhino comment; there is no Rhino bug.

Original comment by ivan@ludios.org on 9 May 2012 at 9:34

GoogleCodeExporter commented 8 years ago

Original comment by nn...@google.com on 10 May 2012 at 1:01

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1843.

Original comment by Nicholas.J.Santos on 10 May 2012 at 4:02