Skip to content

Instantly share code, notes, and snippets.

@jilen
Created October 11, 2013 00:04
Show Gist options
  • Save jilen/6927632 to your computer and use it in GitHub Desktop.
Save jilen/6927632 to your computer and use it in GitHub Desktop.
ensime/win7/jdk1.7.15/emacs 24.3
Test inspect type at point.
.
...handling :connected
.
...handling :full-typecheck-finished
.
Test inspect type in range.
.
...handling :connected
.
...handling :full-typecheck-finished
Assertion failed at 'Test inspect type in range.': (ensime-test-assert-failed . Expected (plist-get (plist-get info :type) :name) to equal "String", but was "Unit".)
Test completing members.
.
...handling :connected
.
...handling :full-typecheck-finished
.
Test completing symbols.
.
...handling :connected
.
...handling :full-typecheck-finished
.
Test completing imports.
.
...handling :connected
.
...handling :indexer-ready
.
Test organize imports refactoring: remove unused import.
.
...handling :connected
.
...handling :full-typecheck-finished
.
...handling :refactor-at-confirm-buffer
.
...handling :refactor-done
.
Test rename refactoring over multiple files.
.
...handling :connected
.
...handling :full-typecheck-finished
.
...handling :refactor-at-confirm-buffer
.
...handling :refactor-done
.
...handling :full-typecheck-finished
.
...handling :refactor-at-confirm-buffer
.
...handling :refactor-done
.
...handling :full-typecheck-finished
.
Test find-references.
.
...handling :connected
.
...handling :full-typecheck-finished
.
...handling :full-typecheck-finished
...handling :references-buffer-shown
.
Test file with package name (this broke when -sourcepath param was used).
.
.
...handling :connected
.
...handling :full-typecheck-finished
.
Test deleting file and reloading.
.
...handling :connected
.
...handling :full-typecheck-finished
.
...handling :full-typecheck-finished
.
Test formatting source.
.
...handling :connected
.
...handling :full-typecheck-finished
.
...handling :return-value
.
...handling :full-typecheck-finished
Assertion failed at 'Test formatting source.': (ensime-test-assert-failed . Expected src to equal "class HelloWorld {
def foo: Int = 1
}", but was "class HelloWorld {
def foo: Int = 1
}
".)
Load and compile 'hello world'.
.
...handling :connected
.
...handling :full-typecheck-finished
.
Get package info for com.helloworld.
.
...handling :connected
.
...handling :full-typecheck-finished
.
Verify re-typecheck on save-buffer.
.
...handling :connected
.
...handling :full-typecheck-finished
.
...handling :full-typecheck-finished
.
Test get symbol info at point.
.
...handling :connected
.
...handling :full-typecheck-finished
Assertion failed at 'Test get symbol info at point.': (ensime-test-assert-failed . Expected (ensime-pos-offset pos) to equal 140, but was 147.)
Test get repl config.
.
...handling :connected
.
...handling :compiler-ready
.
Test interactive search.
.
...handling :connected
.
...handling :compiler-ready
.
...handling :indexer-ready
.
...handling :search-buffer-populated
.
...handling :search-buffer-populated
.
Test add import.
.
...handling :connected
.
...handling :compiler-ready
.
...handling :indexer-ready
.
Test semantic highlighting.
.
...handling :connected
.
...handling :compiler-ready
.
...handling :region-sem-highlighted
.
...handling :full-typecheck-finished
Assertion failed at 'Test semantic highlighting.': (ensime-test-assert-failed . Expected truth of (memq sym-type (ensime-sem-high-sym-types-at-point)).)
Test debugging java project.
.
...handling :connected
.
...handling :full-typecheck-finished
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment