This repository was archived by the owner on Sep 21, 2019. It is now read-only.
Releases: ensime/ensime-server
Releases · ensime/ensime-server
2.0 Stable
Milestone: Find Usages, Show Hierarchy
v2.0.0-M4 release
Milestone: Analyzer per Project
- Analyzer per Project (better scalac options, compiler plugin and macro support)
- bugfix in the graph (less crashes)
v2.0.0-M2
v2.0.0-M1
v1.0.1
v2.0.0-alpha0: symbol at point is now consistent for java methods (#1529)
* fixed: symbol at point is inconsistent for java methods
As stated in #1494
* unified format for java method names
* generalize arrowType naming for java atPoint methods
* Fix debugger issues 2.0 (#1530)
* Fixed debugger issues
- Fixed field location retrieval to use parent (no static field support)
- Added missing caching calls
- Fixed array bug (pattern matching was not appropriate)
- Fixed potential thread bug (same pattern matching problem as array)
- Updated dummy vm to use Scala profile
- Updated start of new VMs to use Scala profile
* Added temporary enablement of snapshot repo
* Updated debug test to account for using the Scala profile for field names
* Bump Scala debugger version to 1.1.0-M2
* Correct logging with exceptions (#1528)
* plug a semaphore leak (#1532)
* plug a semaphore leak
* fixup! plug a semaphore leak
* generated file headers
* fall back to TypeMirror instead of Element on toTypeInfo methods
v1.0.0
0.9.10-SNAPSHOT_2.9
backport filewatcher fixes from master