google / tern-closure

A Tern plugin adding Closure support.
Apache License 2.0
32 stars 18 forks source link

Stop depending on dev Doctrine #9

Closed jgiles closed 10 years ago

jgiles commented 10 years ago

Currently, we depend on latest version of Doctrine at HEAD (see package.json). We should probably depend on some version number instead.

This is because we rely on the fix to an issue parsing access tags with types, and the fix is not yet in a published release.

@Constellation, do you know when you plan to publish a new release of Doctrine?

Constellation commented 10 years ago

OK, I'll publish it :)

Constellation commented 10 years ago

I've published 0.5.2 :)

jgiles commented 10 years ago

Thank you!