Skip to content

Instantly share code, notes, and snippets.

@codyrioux
Created March 18, 2016 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codyrioux/a4835a82ace07ebdf684 to your computer and use it in GitHub Desktop.
Save codyrioux/a4835a82ace07ebdf684 to your computer and use it in GitHub Desktop.
2016-03-17 21:41:55.866424: __init__: in
2016-03-17 21:41:55.931150: [(<frame object at 0x109001a00>, '/Users/crioux/.vim/plugged/ensime-vim/ensime_shared/ensime.py', 168, 'lazy_initialize_ensime', [' self.log(str(inspect.stack()))\n'], 0), (<frame object at 0x1090c1440>, '/Users/crioux/.vim/plugged/ensime-vim/ensime_shared/ensime.py', 188, 'setup', [' return lazy_initialize_ensime() and ready_to_connect()\n'], 0), (<frame object at 0x108c0a650>, '/Users/crioux/.vim/plugged/ensime-vim/ensime_shared/ensime.py', 1010, 'client_for', [' if client.setup(quiet=quiet, create_classpath=create_classpath):\n'], 0), (<frame object at 0x7feb3b6433e0>, '/Users/crioux/.vim/plugged/ensime-vim/ensime_shared/ensime.py', 986, 'current_client', [' create_client=create_client)\n'], 0), (<frame object at 0x7feb3b641830>, '/Users/crioux/.vim/plugged/ensime-vim/ensime_shared/ensime.py', 928, 'wrapper2', [' create_client=create_client)\n'], 0), (<frame object at 0x108fdc050>, '<string>', 3, '<module>', None, None)]
2016-03-17 21:41:55.931358: setup(True, False) called by wrapper2()
2016-03-17 21:41:55.943375: type_check: in
2016-03-17 21:41:55.943600: path: in
2016-03-17 21:41:55.943761: send_request: in
2016-03-17 21:41:55.944061: send: in
2016-03-17 21:41:55.987667: message: in
2016-03-17 21:41:55.987846: Ensime server has been started...
2016-03-17 21:41:58.941482: send_request: in
2016-03-17 21:41:58.941779: send: in
2016-03-17 21:41:58.941978: send: {"callId": 1, "req": {"typehint": "ConnectionInfoReq"}}
2016-03-17 21:41:59.799881: unqueue: result received {
"callId": 1,
"payload": {
"typehint": "ConnectionInfo",
"implementation": {
"name": "ENSIME"
},
"version": "0.8.20"
}
}
2016-03-17 21:41:59.800222: handle_incoming_response: in {u'implementation': {u'name': u'ENSIME'}, u'typehint': u'ConnectionInfo', u'version': u'0.8.20'}
2016-03-17 21:41:59.800409: Response {u'implementation': {u'name': u'ENSIME'}, u'typehint': u'ConnectionInfo', u'version': u'0.8.20'} has not been handled
2016-03-17 21:42:00.215806: unqueue: result received {
"payload": {
"typehint": "IndexerReadyEvent"
}
}
2016-03-17 21:42:00.216130: handle_incoming_response: in {u'typehint': u'IndexerReadyEvent'}
2016-03-17 21:42:00.216320: message: in
2016-03-17 21:42:00.216452: Ensime indexer is ready
2016-03-17 21:42:01.200073: unqueue: result received {
"payload": {
"typehint": "SendBackgroundMessageEvent",
"detail": "Initializing Analyzer. Please wait...",
"code": 105
}
}
2016-03-17 21:42:01.200426: handle_incoming_response: in {u'code': 105, u'typehint': u'SendBackgroundMessageEvent', u'detail': u'Initializing Analyzer. Please wait...'}
2016-03-17 21:42:01.200609: Response {u'code': 105, u'typehint': u'SendBackgroundMessageEvent', u'detail': u'Initializing Analyzer. Please wait...'} has not been handled
2016-03-17 21:42:01.431788: unqueue: result received {
"payload": {
"typehint": "AnalyzerReadyEvent"
}
}
2016-03-17 21:42:01.432012: handle_incoming_response: in {u'typehint': u'AnalyzerReadyEvent'}
2016-03-17 21:42:01.432160: message: in
2016-03-17 21:42:01.432402: Ensime analyzer is ready
2016-03-17 21:42:02.436574: unqueue: result received {
"payload": {
"typehint": "FullTypeCheckCompleteEvent"
}
}
2016-03-17 21:42:02.436755: handle_incoming_response: in {u'typehint': u'FullTypeCheckCompleteEvent'}
2016-03-17 21:42:02.437241: Response {u'typehint': u'FullTypeCheckCompleteEvent'} has not been handled
2016-03-17 21:42:25.848615: type_check: in
2016-03-17 21:42:25.848966: path: in
2016-03-17 21:42:25.849240: send_request: in
2016-03-17 21:42:25.849707: send: in
2016-03-17 21:42:25.849942: send: {"callId": 2, "req": {"files": ["/Users/crioux/src/stash/hello/src/main/scala/com/test/Hello.scala"], "typehint": "TypecheckFilesReq"}}
2016-03-17 21:42:31.007885: unqueue: result received {
"payload": {
"typehint": "ClearAllScalaNotesEvent"
}
}
2016-03-17 21:42:31.008463: handle_incoming_response: in {u'typehint': u'ClearAllScalaNotesEvent'}
2016-03-17 21:42:31.008869: Response {u'typehint': u'ClearAllScalaNotesEvent'} has not been handled
2016-03-17 21:42:31.009249: unqueue: result received {
"payload": {
"typehint": "NewScalaNotesEvent",
"isFull": false,
"notes": [{
"beg": 99,
"line": 6,
"col": 33,
"end": 99,
"file": "/Users/crioux/src/stash/hello/src/main/scala/com/test/Hello.scala",
"msg": "Procedure syntax is deprecated. Convert procedure `main` to method by adding `: Unit =`.",
"severity": {
"typehint": "NoteWarn"
}
}]
}
}
2016-03-17 21:42:31.009759: handle_incoming_response: in {u'isFull': False, u'notes': [{u'end': 99, u'severity': {u'typehint': u'NoteWarn'}, u'beg': 99, u'file': u'/Users/crioux/src/stash/hello/src/main/scala/com/test/Hello.scala', u'msg': u'Procedure syntax is deprecated. Convert procedure `main` to method by adding `: Unit =`.', u'line': 6, u'col': 33}], u'typehint': u'NewScalaNotesEvent'}
2016-03-17 21:42:31.010015: path: in
2016-03-17 21:42:31.017341: unqueue: result received {
"callId": 2,
"payload": {
"typehint": "VoidResponse"
}
}
2016-03-17 21:42:31.017756: handle_incoming_response: in {u'typehint': u'VoidResponse'}
2016-03-17 21:42:31.017971: Response {u'typehint': u'VoidResponse'} has not been handled
2016-03-17 21:42:31.018221: unqueue: result received {
"payload": {
"typehint": "FullTypeCheckCompleteEvent"
}
}
2016-03-17 21:42:31.018455: handle_incoming_response: in {u'typehint': u'FullTypeCheckCompleteEvent'}
2016-03-17 21:42:31.018709: Response {u'typehint': u'FullTypeCheckCompleteEvent'} has not been handled
2016-03-17 21:42:52.573459: type_check: in
2016-03-17 21:42:52.573755: path: in
2016-03-17 21:42:52.574050: send_request: in
2016-03-17 21:42:52.574585: send: in
2016-03-17 21:42:52.574878: send: {"callId": 3, "req": {"files": ["/Users/crioux/src/stash/hello/src/main/scala/com/test/Hello.scala"], "typehint": "TypecheckFilesReq"}}
2016-03-17 21:42:54.533065: unqueue: result received {
"payload": {
"typehint": "ClearAllScalaNotesEvent"
}
}
2016-03-17 21:42:54.533426: handle_incoming_response: in {u'typehint': u'ClearAllScalaNotesEvent'}
2016-03-17 21:42:54.533594: Response {u'typehint': u'ClearAllScalaNotesEvent'} has not been handled
2016-03-17 21:42:54.533820: unqueue: result received {
"payload": {
"typehint": "NewScalaNotesEvent",
"isFull": false,
"notes": [{
"beg": 99,
"line": 6,
"col": 33,
"end": 99,
"file": "/Users/crioux/src/stash/hello/src/main/scala/com/test/Hello.scala",
"msg": "Procedure syntax is deprecated. Convert procedure `main` to method by adding `: Unit =`.",
"severity": {
"typehint": "NoteWarn"
}
}]
}
}
2016-03-17 21:42:54.534077: handle_incoming_response: in {u'isFull': False, u'notes': [{u'end': 99, u'severity': {u'typehint': u'NoteWarn'}, u'beg': 99, u'file': u'/Users/crioux/src/stash/hello/src/main/scala/com/test/Hello.scala', u'msg': u'Procedure syntax is deprecated. Convert procedure `main` to method by adding `: Unit =`.', u'line': 6, u'col': 33}], u'typehint': u'NewScalaNotesEvent'}
2016-03-17 21:42:54.534192: path: in
2016-03-17 21:42:54.540866: unqueue: result received {
"callId": 3,
"payload": {
"typehint": "VoidResponse"
}
}
2016-03-17 21:42:54.541167: handle_incoming_response: in {u'typehint': u'VoidResponse'}
2016-03-17 21:42:54.541335: Response {u'typehint': u'VoidResponse'} has not been handled
2016-03-17 21:42:54.541574: unqueue: result received {
"payload": {
"typehint": "FullTypeCheckCompleteEvent"
}
}
2016-03-17 21:42:54.541914: handle_incoming_response: in {u'typehint': u'FullTypeCheckCompleteEvent'}
2016-03-17 21:42:54.542025: Response {u'typehint': u'FullTypeCheckCompleteEvent'} has not been handled
2016-03-17 21:43:33.007225: teardown: in
2016-03-17 21:43:33.444185: Websocket exception: Connection is already closed.
2016-03-17 21:43:33.444481: teardown: in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment