Skip to content

Instantly share code, notes, and snippets.

@bimlas
Last active October 12, 2016 12:31
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 bimlas/66eda27df1fa9df6e717765a1fa33038 to your computer and use it in GitHub Desktop.
Save bimlas/66eda27df1fa9df6e717765a1fa33038 to your computer and use it in GitHub Desktop.

Contents of the file

puts 'Give me some Rubocop warning about long lines...........................................................'
1/0 # Division by zero (Rubocop+MRI), surrounding space missing (Rubocop)

master branch (d762930)

let g:neomake_verbose = 3 | NeomakeInfo


#### Neomake debug information
Async support: 1
Current filetype: ruby

##### Enabled makers
For the current filetype (with :Neomake): ['mri', 'rubocop']
NOTE: you can define g:neomake_ruby_enabled_makers to configure it (or b:neomake_ruby_enabled_makers).
For the project (with :Neomake!): []
NOTE: you can define g:neomake_enabled_makers to configure it.

##### Settings
g:neomake_verbose = 3

ch_logfile()

==== start log session ====
  1.065613 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake


Neomake [0.042]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.085]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.191]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.191]: [#0] stdout: rubocop: ['Syntax OK^M', '']
Neomake [0.191]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.191]: [#0] stderr: rubocop: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.192]: [#0] rubocop: processing 2 lines of output.
Neomake [0.192]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.193]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M'}
Neomake [0.298]: Channel has been closed: channel 0 closed
Neomake [0.299]: [#0] exit: rubocop: 0
Neomake [0.299]: rubocop: completed with exit code 0.
Neomake [0.300]: File-level errors cleaned in buffer 1

ch_logfile()

==== start log session ====
  0.045004 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.045172 on 0: Created channel
  0.088820 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.088923 on 1: Created channel
  0.193479 RECV on 0: 'Syntax OK
'
  0.193520 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.193531 : looking for messages on channels
  0.193572 on 1: Closing channel because all readable fds are closed
  0.193588 on 1: Closing channel
  0.193603 on 1: Closing channel
  0.193616 on 1: Clearing channel
  0.193630 on 1: Freeing channel
  0.193644 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.194281 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.199048 on 0: Job ended
  0.298467 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.298544 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.298568 : looking for messages on channels
  0.298586 on 0: Closing channel because all readable fds are closed
  0.298601 on 0: Closing channel
  0.298621 on 0: Invoking callbacks before closing
  0.298638 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.303328 : Freeing job
  0.403435 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake | Neomake


Neomake [0.041]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.083]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.089]: Stopping job: 0
Neomake [0.239]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.240]: [#0] stdout: rubocop: ['Syntax OK^M', '']
Neomake [0.241]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.241]: [#0] stderr: rubocop: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.242]: [#0] rubocop: processing 2 lines of output.
Neomake [0.243]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.244]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M'}
Neomake [0.351]: Channel has been closed: channel 0 closed
Neomake [0.352]: [#0] exit: rubocop: 0
Neomake [0.352]: rubocop: completed with exit code 0.
Neomake [0.353]: File-level errors cleaned in buffer 1

ch_logfile()

==== start log session ====
  0.044588 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.044756 on 0: Created channel
  0.087027 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.087131 on 1: Created channel
  0.141981 : looking for messages on channels
  0.142035 on 1: Closing channel because all readable fds are closed
  0.142052 on 1: Closing channel
  0.142067 on 1: Closing channel
  0.142081 on 1: Clearing channel
  0.142096 on 1: Freeing channel
  0.142137 : Stopping job with ''
  0.242126 RECV on 0: 'Syntax OK
'
  0.242183 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.242190 : looking for messages on channels
  0.242254 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.243640 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.351103 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.351196 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.351238 : looking for messages on channels
  0.351265 on 0: Closing channel because all readable fds are closed
  0.351283 on 0: Closing channel
  0.351304 on 0: Invoking callbacks before closing
  0.351321 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.354854 on 0: Job ended
  0.356621 : Freeing job
  0.456095 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake mri


Neomake [0.009]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.152]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.152]: [#0] stdout: mri: ['Syntax OK^M', '']
Neomake [0.153]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.153]: [#0] stderr: mri: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.153]: [#0] mri: processing 2 lines of output.
Neomake [0.154]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.154]: File-level errors cleaned in buffer 1
Neomake [0.155]: Placing sign: sign place 5000 line=2 name=neomake_warn buffer=1
Neomake [0.263]: Channel has been closed: channel 0 closed
Neomake [0.263]: [#0] exit: mri: 0
Neomake [0.264]: mri: completed with exit code 0.

ch_logfile()

==== start log session ====
  0.014867 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.015036 on 0: Created channel
  0.157308 RECV on 0: 'Syntax OK
'
  0.157334 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.157343 : looking for messages on channels
  0.157378 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.158078 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.161052 on 0: Job ended
  0.260378 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.260493 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.260534 : looking for messages on channels
  0.260564 on 0: Closing channel because all readable fds are closed
  0.260661 on 0: Closing channel
  0.260689 on 0: Invoking callbacks before closing
  0.260707 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.269907 on 0: Freeing job
  0.270078 on 0: Closing channel
  0.270106 on 0: Clearing channel
  0.270124 on 0: Freeing channel
  1.269390 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake rubocop


Neomake [0.008]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb

ch_logfile()

==== start log session ====
  0.014226 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.014386 on 0: Created channel
  0.117752 : looking for messages on channels
  0.117850 on 0: Closing channel because all readable fds are closed
  0.117882 on 0: Closing channel
  0.117909 on 0: Closing channel
  0.117938 on 0: Clearing channel
  0.117965 on 0: Freeing channel
  1.117759 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake mri | Neomake mri


Neomake [0.008]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.052]: Stopping job: 0
Neomake [0.203]: Channel has been closed: channel 0 closed
Neomake [0.203]: [#0] exit: mri: 0
Neomake [0.204]: mri: completed with exit code 0.
Neomake [0.204]: File-level errors cleaned in buffer 1
Neomake [0.205]: next makers [mri]
Neomake [0.207]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.412]: MakeHandlerVim: stdout: channel 1 open
Neomake [0.412]: [#1] stdout: mri: ['Syntax OK^M', '']
Neomake [0.413]: MakeHandlerVim: stderr: channel 1 open
Neomake [0.413]: [#1] stderr: mri: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.414]: [#1] mri: processing 2 lines of output.
Neomake [0.415]: [#1] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.417]: File-level errors cleaned in buffer 1
Neomake [0.418]: Placing sign: sign place 5000 line=2 name=neomake_warn buffer=1
Neomake [0.526]: Channel has been closed: channel 1 closed
Neomake [0.526]: [#1] exit: mri: 0
Neomake [0.527]: mri: completed with exit code 0.

ch_logfile()

==== start log session ====
  0.014324 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.014485 on 0: Created channel
  0.108038 : looking for messages on channels
  0.108121 on 0: Stopping job with ''
  0.208031 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.208141 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.208184 : looking for messages on channels
  0.208214 on 0: Closing channel because all readable fds are closed
  0.208242 on 0: Closing channel
  0.208274 on 0: Invoking callbacks before closing
  0.208303 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.208923 on 0: Job ended
  0.213434 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.213645 on 1: Created channel
  0.217317 on 0: Freeing job
  0.217580 on 0: Closing channel
  0.217611 on 0: Clearing channel
  0.217629 on 0: Freeing channel
  0.317042 : looking for messages on channels
  0.417146 RECV on 1: 'Syntax OK
'
  0.417198 RECV on 1: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.417206 on 1: Invoking channel callback neomake#MakeHandlerVimStdout
  0.418433 on 1: Invoking channel callback neomake#MakeHandlerVimStderr
  0.524079 ERR on 1: channel_handle_events(): Read error from ch_part[1], closing
  0.524185 ERR on 1: channel_handle_events(): Read error from ch_part[2], closing
  0.524211 : looking for messages on channels
  0.524228 on 1: Closing channel because all readable fds are closed
  0.524243 on 1: Closing channel
  0.524263 on 1: Invoking callbacks before closing
  0.524281 on 1: Invoking close callback neomake#MakeHandlerVimClose
  0.532056 on 1: Job ended
  0.533487 on 1: Freeing job
  0.533641 on 1: Closing channel
  0.533669 on 1: Clearing channel
  0.533687 on 1: Freeing channel
  1.533088 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake rubocop | Neomake rubocop


Neomake [0.009]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.014]: Stopping job: 0

ch_logfile()

==== start log session ====
  0.014721 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.014891 on 0: Created channel
  0.069367 : looking for messages on channels
  0.069433 on 0: Closing channel because all readable fds are closed
  0.069451 on 0: Closing channel
  0.069466 on 0: Closing channel
  0.069480 on 0: Clearing channel
  0.069495 on 0: Freeing channel
  0.069531 : Stopping job with ''
  1.069367 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake mri | Neomake rubocop


Neomake [0.008]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.052]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.156]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.156]: [#0] stdout: rubocop: ['Syntax OK^M', '']
Neomake [0.157]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.157]: [#0] stderr: rubocop: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.157]: [#0] rubocop: processing 2 lines of output.
Neomake [0.158]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.158]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M'}
Neomake [0.264]: Channel has been closed: channel 0 closed
Neomake [0.264]: [#0] exit: rubocop: 0
Neomake [0.265]: rubocop: completed with exit code 0.
Neomake [0.265]: File-level errors cleaned in buffer 1

ch_logfile()

==== start log session ====
  0.014360 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.014521 on 0: Created channel
  0.058401 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.058503 on 1: Created channel
  0.161658 RECV on 0: 'Syntax OK
'
  0.161686 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.161695 : looking for messages on channels
  0.161731 on 1: Closing channel because all readable fds are closed
  0.161747 on 1: Closing channel
  0.161761 on 1: Closing channel
  0.161775 on 1: Clearing channel
  0.161789 on 1: Freeing channel
  0.161803 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.162467 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.167293 on 0: Job ended
  0.266453 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.266524 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.266551 : looking for messages on channels
  0.266568 on 0: Closing channel because all readable fds are closed
  0.266583 on 0: Closing channel
  0.266604 on 0: Invoking callbacks before closing
  0.266621 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.271685 : Freeing job
  0.371442 : looking for messages on channels

remove-vim-hack branch (61d1bca)

let g:neomake_verbose = 3 | NeomakeInfo


#### Neomake debug information
Async support: 1
Current filetype: ruby

##### Enabled makers
For the current filetype (with :Neomake): ['mri', 'rubocop']
NOTE: you can define g:neomake_ruby_enabled_makers to configure it (or b:neomake_ruby_enabled_makers).
For the project (with :Neomake!): []
NOTE: you can define g:neomake_enabled_makers to configure it.

##### Settings
g:neomake_verbose = 3

ch_logfile()

==== start log session ====
  1.082329 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake


Neomake [0.040]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.083]: [#0] Vim job: {'status': 'run', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 open, 'process': 7016}
Neomake [0.083]: [#0] Vim channel: {'status': 'open', 'id': 0, 'in_io': 'pipe', 'in_timeout': 2000, 'err_mode': 'RAW', 'in_status': 'open', 'out_io': 'pipe', 'err_io': 'pipe', 'err_status': 'open', 'out_timeout': 2000, 'out_status': 'open', 'out_mode': 'RAW', 'in_mode': 'RAW', 'err_timeout': 2000}
Neomake [0.090]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.094]: [#0] Vim job: {'status': 'fail', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel fail, 'process': 0}
Neomake [0.095]: [#0] Vim channel: 0
Neomake [0.095]: Vim job failed to run: process 0 fail
Neomake [0.195]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.195]: [#0] stdout: mri: ['Syntax OK^M', '']
Neomake [0.196]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.196]: [#0] stderr: mri: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.197]: [#0] mri: processing 2 lines of output.
Neomake [0.197]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.198]: File-level errors cleaned in buffer 1
Neomake [0.198]: Placing sign: sign place 5000 line=2 name=neomake_warn buffer=1
Neomake [0.306]: MakeHandlerVim: exit: channel 0 closed, job_info: {'status': 'dead', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 closed, 'process': 7016}
Neomake [0.307]: [#0] exit: mri: 0
Neomake [0.308]: mri: completed with exit code 0.

ch_logfile()

==== start log session ====
  0.044583 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.044768 on 0: Created channel
  0.094368 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.094483 on 1: Created channel
  0.098895 : Freeing job
  0.198747 RECV on 0: 'Syntax OK
'
  0.198799 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.198811 : looking for messages on channels
  0.198861 on 1: Closing channel because all readable fds are closed
  0.198877 on 1: Closing channel
  0.198892 on 1: Closing channel
  0.198905 on 1: Clearing channel
  0.198920 on 1: Freeing channel
  0.198934 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.199816 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.202895 on 0: Job ended
  0.302507 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.302586 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.302612 : looking for messages on channels
  0.302629 on 0: Closing channel because all readable fds are closed
  0.302644 on 0: Closing channel
  0.302664 on 0: Invoking callbacks before closing
  0.302682 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.312627 on 0: Freeing job
  0.312814 on 0: Closing channel
  0.312844 on 0: Clearing channel
  0.312861 on 0: Freeing channel
  1.312469 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake | Neomake


Neomake [0.043]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.086]: [#0] Vim job: {'status': 'run', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 open, 'process': 5976}
Neomake [0.086]: [#0] Vim channel: {'status': 'open', 'id': 0, 'in_io': 'pipe', 'in_timeout': 2000, 'err_mode': 'RAW', 'in_status': 'open', 'out_io': 'pipe', 'err_io': 'pipe', 'err_status': 'open', 'out_timeout': 2000, 'out_status': 'open', 'out_mode': 'RAW', 'in_mode': 'RAW', 'err_timeout': 2000}
Neomake [0.093]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.097]: [#0] Vim job: {'status': 'fail', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel fail, 'process': 0}
Neomake [0.097]: [#0] Vim channel: 0
Neomake [0.098]: Vim job failed to run: process 0 fail
Neomake [0.099]: Stopping job: 0
Neomake [0.249]: MakeHandlerVim: exit: channel 0 closed, job_info: {'status': 'dead', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 closed, 'process': 5976}
Neomake [0.250]: [#0] exit: mri: 0
Neomake [0.251]: mri: completed with exit code 0.
Neomake [0.251]: File-level errors cleaned in buffer 1
Neomake [0.252]: next makers [mri, rubocop]
Neomake [0.255]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.259]: [#2] Vim job: {'status': 'run', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 2 open, 'process': 3484}
Neomake [0.259]: [#2] Vim channel: {'status': 'open', 'id': 2, 'in_io': 'pipe', 'in_timeout': 2000, 'err_mode': 'RAW', 'in_status': 'open', 'out_io': 'pipe', 'err_io': 'pipe', 'err_status': 'open', 'out_timeout': 2000, 'out_status': 'open', 'out_mode': 'RAW', 'in_mode': 'RAW', 'err_timeout': 2000}
Neomake [0.272]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.280]: [#0] Vim job: {'status': 'fail', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel fail, 'process': 0}
Neomake [0.281]: [#0] Vim channel: 0
Neomake [0.281]: Vim job failed to run: process 0 fail
Neomake [0.382]: MakeHandlerVim: stdout: channel 2 open
Neomake [0.382]: [#2] stdout: mri: ['Syntax OK^M', '']
Neomake [0.383]: MakeHandlerVim: stderr: channel 2 open
Neomake [0.383]: [#2] stderr: mri: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.384]: [#2] mri: processing 2 lines of output.
Neomake [0.384]: [#2] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.385]: File-level errors cleaned in buffer 1
Neomake [0.386]: Placing sign: sign place 5000 line=2 name=neomake_warn buffer=1
Neomake [0.494]: MakeHandlerVim: exit: channel 2 closed, job_info: {'status': 'dead', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 2 closed, 'process': 3484}
Neomake [0.495]: [#2] exit: mri: 0
Neomake [0.496]: mri: completed with exit code 0.

ch_logfile()

==== start log session ====
  0.046697 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.046877 on 0: Created channel
  0.096290 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.096399 on 1: Created channel
  0.100989 : Freeing job
  0.151787 : looking for messages on channels
  0.151835 on 1: Closing channel because all readable fds are closed
  0.151852 on 1: Closing channel
  0.151867 on 1: Closing channel
  0.151881 on 1: Clearing channel
  0.151895 on 1: Freeing channel
  0.151935 on 0: Stopping job with ''
  0.251756 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.251868 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.251908 : looking for messages on channels
  0.252001 on 0: Closing channel because all readable fds are closed
  0.252022 on 0: Closing channel
  0.252044 on 0: Invoking callbacks before closing
  0.252061 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.252130 on 0: Job ended
  0.258276 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.258422 on 2: Created channel
  0.275995 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.276147 on 3: Created channel
  0.283035 on 3: Closing channel
  0.283081 on 3: Clearing channel
  0.283099 on 3: Freeing channel
  0.284728 : Freeing job
  0.284934 on 0: Freeing job
  0.285069 on 0: Closing channel
  0.285084 on 0: Clearing channel
  0.285094 on 0: Freeing channel
  0.384851 RECV on 2: 'Syntax OK
'
  0.384892 RECV on 2: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.384897 : looking for messages on channels
  0.384922 on 2: Invoking channel callback neomake#MakeHandlerVimStdout
  0.385881 on 2: Invoking channel callback neomake#MakeHandlerVimStderr
  0.488687 ERR on 2: channel_handle_events(): Read error from ch_part[1], closing
  0.488764 ERR on 2: channel_handle_events(): Read error from ch_part[2], closing
  0.488791 : looking for messages on channels
  0.488808 on 2: Closing channel because all readable fds are closed
  0.488868 on 2: Closing channel
  0.488891 on 2: Invoking callbacks before closing
  0.488909 on 2: Invoking close callback neomake#MakeHandlerVimClose
  0.489085 on 2: Job ended
  0.499546 on 2: Freeing job
  0.499731 on 2: Closing channel
  0.499761 on 2: Clearing channel
  0.499780 on 2: Freeing channel
  1.499741 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake mri


Neomake [0.009]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.051]: [#0] Vim job: {'status': 'run', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 open, 'process': 5836}
Neomake [0.052]: [#0] Vim channel: {'status': 'open', 'id': 0, 'in_io': 'pipe', 'in_timeout': 2000, 'err_mode': 'RAW', 'in_status': 'open', 'out_io': 'pipe', 'err_io': 'pipe', 'err_status': 'open', 'out_timeout': 2000, 'out_status': 'open', 'out_mode': 'RAW', 'in_mode': 'RAW', 'err_timeout': 2000}
Neomake [0.155]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.156]: [#0] stdout: mri: ['Syntax OK^M', '']
Neomake [0.156]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.156]: [#0] stderr: mri: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.157]: [#0] mri: processing 2 lines of output.
Neomake [0.157]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.158]: File-level errors cleaned in buffer 1
Neomake [0.159]: Placing sign: sign place 5000 line=2 name=neomake_warn buffer=1
Neomake [0.267]: MakeHandlerVim: exit: channel 0 closed, job_info: {'status': 'dead', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 closed, 'process': 5836}
Neomake [0.268]: [#0] exit: mri: 0
Neomake [0.268]: mri: completed with exit code 0.

ch_logfile()

==== start log session ====
  0.014538 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.014722 on 0: Created channel
  0.159470 RECV on 0: 'Syntax OK
'
  0.159496 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.159503 : looking for messages on channels
  0.159540 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.161668 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.164861 on 0: Job ended
  0.264827 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.264942 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.264984 : looking for messages on channels
  0.265014 on 0: Closing channel because all readable fds are closed
  0.265108 on 0: Closing channel
  0.265135 on 0: Invoking callbacks before closing
  0.265153 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.274660 on 0: Freeing job
  0.274837 on 0: Closing channel
  0.274867 on 0: Clearing channel
  0.274885 on 0: Freeing channel
  1.274777 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake rubocop


Neomake [0.009]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.014]: [#0] Vim job: {'status': 'fail', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel fail, 'process': 0}
Neomake [0.014]: [#0] Vim channel: 0
Neomake [0.014]: Vim job failed to run: process 0 fail

ch_logfile()

==== start log session ====
  0.015657 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.015832 on 0: Created channel
  0.020482 : Freeing job
  0.120558 : looking for messages on channels
  0.120656 on 0: Closing channel because all readable fds are closed
  0.120688 on 0: Closing channel
  0.120716 on 0: Closing channel
  0.120742 on 0: Clearing channel
  0.120769 on 0: Freeing channel
  1.120579 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake mri | Neomake mri


Neomake [0.008]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.053]: [#0] Vim job: {'status': 'run', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 open, 'process': 6768}
Neomake [0.054]: [#0] Vim channel: {'status': 'open', 'id': 0, 'in_io': 'pipe', 'in_timeout': 2000, 'err_mode': 'RAW', 'in_status': 'open', 'out_io': 'pipe', 'err_io': 'pipe', 'err_status': 'open', 'out_timeout': 2000, 'out_status': 'open', 'out_mode': 'RAW', 'in_mode': 'RAW', 'err_timeout': 2000}
Neomake [0.060]: Stopping job: 0
Neomake [0.211]: MakeHandlerVim: exit: channel 0 closed, job_info: {'status': 'dead', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 closed, 'process': 6768}
Neomake [0.212]: [#0] exit: mri: 0
Neomake [0.213]: mri: completed with exit code 0.
Neomake [0.214]: File-level errors cleaned in buffer 1
Neomake [0.214]: next makers [mri]
Neomake [0.217]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.221]: [#1] Vim job: {'status': 'run', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 1 open, 'process': 7036}
Neomake [0.221]: [#1] Vim channel: {'status': 'open', 'id': 1, 'in_io': 'pipe', 'in_timeout': 2000, 'err_mode': 'RAW', 'in_status': 'open', 'out_io': 'pipe', 'err_io': 'pipe', 'err_status': 'open', 'out_timeout': 2000, 'out_status': 'open', 'out_mode': 'RAW', 'in_mode': 'RAW', 'err_timeout': 2000}
Neomake [0.429]: MakeHandlerVim: stdout: channel 1 open
Neomake [0.430]: [#1] stdout: mri: ['Syntax OK^M', '']
Neomake [0.431]: MakeHandlerVim: stderr: channel 1 open
Neomake [0.432]: [#1] stderr: mri: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.434]: [#1] mri: processing 2 lines of output.
Neomake [0.435]: [#1] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.436]: File-level errors cleaned in buffer 1
Neomake [0.438]: Placing sign: sign place 5000 line=2 name=neomake_warn buffer=1
Neomake [0.547]: MakeHandlerVim: exit: channel 1 closed, job_info: {'status': 'dead', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 1 closed, 'process': 7036}
Neomake [0.548]: [#1] exit: mri: 0
Neomake [0.548]: mri: completed with exit code 0.

ch_logfile()

==== start log session ====
  0.014209 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.014379 on 0: Created channel
  0.116304 : looking for messages on channels
  0.116384 on 0: Stopping job with ''
  0.216336 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.216487 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.216543 : looking for messages on channels
  0.216572 on 0: Closing channel because all readable fds are closed
  0.216600 on 0: Closing channel
  0.216632 on 0: Invoking callbacks before closing
  0.216660 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.216748 on 0: Job ended
  0.222781 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.223020 on 1: Created channel
  0.231258 on 0: Freeing job
  0.231458 on 0: Closing channel
  0.231483 on 0: Clearing channel
  0.231498 on 0: Freeing channel
  0.331297 : looking for messages on channels
  0.431418 RECV on 1: 'Syntax OK
'
  0.431468 RECV on 1: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.431476 on 1: Invoking channel callback neomake#MakeHandlerVimStdout
  0.436620 on 1: Invoking channel callback neomake#MakeHandlerVimStderr
  0.544359 ERR on 1: channel_handle_events(): Read error from ch_part[1], closing
  0.544466 ERR on 1: channel_handle_events(): Read error from ch_part[2], closing
  0.544491 : looking for messages on channels
  0.544508 on 1: Closing channel because all readable fds are closed
  0.544523 on 1: Closing channel
  0.544545 on 1: Invoking callbacks before closing
  0.544562 on 1: Invoking close callback neomake#MakeHandlerVimClose
  0.544640 on 1: Job ended
  0.554751 on 1: Freeing job
  0.554976 on 1: Closing channel
  0.555007 on 1: Clearing channel
  0.555026 on 1: Freeing channel
  1.554360 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake rubocop | Neomake rubocop


Neomake [0.010]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.014]: [#0] Vim job: {'status': 'fail', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel fail, 'process': 0}
Neomake [0.015]: [#0] Vim channel: 0
Neomake [0.015]: Vim job failed to run: process 0 fail
Neomake [0.016]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.020]: [#0] Vim job: {'status': 'fail', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel fail, 'process': 0}
Neomake [0.021]: [#0] Vim channel: 0
Neomake [0.021]: Vim job failed to run: process 0 fail

ch_logfile()

==== start log session ====
  0.016120 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.016292 on 0: Created channel
  0.020925 : Freeing job
  0.022438 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.022528 on 1: Created channel
  0.026907 : Freeing job
  0.126652 : looking for messages on channels
  0.126749 on 1: Closing channel because all readable fds are closed
  0.126782 on 1: Closing channel
  0.126810 on 1: Closing channel
  0.126837 on 1: Clearing channel
  0.126864 on 1: Freeing channel
  0.126892 on 0: Closing channel because all readable fds are closed
  0.126919 on 0: Closing channel
  0.126947 on 0: Closing channel
  0.126974 on 0: Clearing channel
  0.127001 on 0: Freeing channel
  1.126694 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake mri | Neomake rubocop


Neomake [0.010]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.052]: [#0] Vim job: {'status': 'run', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 open, 'process': 4300}
Neomake [0.053]: [#0] Vim channel: {'status': 'open', 'id': 0, 'in_io': 'pipe', 'in_timeout': 2000, 'err_mode': 'RAW', 'in_status': 'open', 'out_io': 'pipe', 'err_io': 'pipe', 'err_status': 'open', 'out_timeout': 2000, 'out_status': 'open', 'out_mode': 'RAW', 'in_mode': 'RAW', 'err_timeout': 2000}
Neomake [0.062]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.068]: [#0] Vim job: {'status': 'fail', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel fail, 'process': 0}
Neomake [0.069]: [#0] Vim channel: 0
Neomake [0.069]: Vim job failed to run: process 0 fail
Neomake [0.170]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.170]: [#0] stdout: mri: ['Syntax OK^M', '']
Neomake [0.170]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.171]: [#0] stderr: mri: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.171]: [#0] mri: processing 2 lines of output.
Neomake [0.172]: [#0] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'Syntax OK^M'}
Neomake [0.172]: File-level errors cleaned in buffer 1
Neomake [0.173]: Placing sign: sign place 5000 line=2 name=neomake_warn buffer=1
Neomake [0.280]: MakeHandlerVim: exit: channel 0 closed, job_info: {'status': 'dead', 'stoponexit': 'term', 'exitval': 0, 'exit_cb': 0, 'channel': channel 0 closed, 'process': 4300}
Neomake [0.281]: [#0] exit: mri: 0
Neomake [0.282]: mri: completed with exit code 0.

ch_logfile()

==== start log session ====
  0.016499 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.016673 on 0: Created channel
  0.068110 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.068276 on 1: Created channel
  0.075174 : Freeing job
  0.175222 RECV on 0: 'Syntax OK
'
  0.175273 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.175284 : looking for messages on channels
  0.175327 on 1: Closing channel because all readable fds are closed
  0.175343 on 1: Closing channel
  0.175358 on 1: Closing channel
  0.175371 on 1: Clearing channel
  0.175386 on 1: Freeing channel
  0.175400 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.176094 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.179013 on 0: Job ended
  0.278243 ERR on 0: channel_handle_events(): Read error from ch_part[1], closing
  0.278316 ERR on 0: channel_handle_events(): Read error from ch_part[2], closing
  0.278342 : looking for messages on channels
  0.278359 on 0: Closing channel because all readable fds are closed
  0.278374 on 0: Closing channel
  0.278395 on 0: Invoking callbacks before closing
  0.278412 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.288435 on 0: Freeing job
  0.288656 on 0: Closing channel
  0.288687 on 0: Clearing channel
  0.288706 on 0: Freeing channel
  1.288311 : looking for messages on channels

version


VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Oct  9 2016 22:08:30)
MS-Windows 32-bit GUI version with OLE support
Included patches: 1-27
Compiled by appveyor@APPVYR-WIN
Huge version with GUI.  Features included (+) or not (-):
+acl                +clipboard          +dialog_con_gui     +farsi              +job                +lua/dyn            +num64              +python3/dyn        -sun_workshop       +timers             +wildignore
+arabic             +cmdline_compl      +diff               +file_in_path       +jumplist           +menu               +ole                +quickfix           +syntax             +title              +wildmenu
+autocmd            +cmdline_hist       +digraphs           +find_in_path       +keymap             +mksession          +packages           +reltime            +tag_binary         +toolbar            +windows
+balloon_eval       +cmdline_info       +directx            +float              +lambda             +modify_fname       +path_extra         +rightleft          +tag_old_static     +user_commands      +writebackup
+browse             +comments           -dnd                +folding            +langmap            +mouse              +perl/dyn           +ruby/dyn           -tag_any_white      +vertsplit          -xfontset
++builtin_terms     +conceal            -ebcdic             -footer             +libcall            +mouseshape         +persistent_undo    +scrollbind         +tcl/dyn            +virtualedit        -xim
+byte_offset        +cryptv             +emacs_tags         +gettext/dyn        +linebreak          +multi_byte_ime/dyn -postscript         +signs              -termguicolors      +visual             +xpm_w32
+channel            +cscope             +eval               -hangul_input       +lispindent         +multi_lang         +printer            +smartindent        -tgetent            +visualextra        -xterm_save
+cindent            +cursorbind         +ex_extra           +iconv/dyn          +listcmds           +mzscheme/dyn       +profile            +startuptime        -termresponse       +viminfo
+clientserver       +cursorshape        +extra_search       +insert_expand      +localmap           +netbeans_intg      +python/dyn         +statusline         +textobjects        +vreplace
   system vimrc file: "$VIM\vimrc"
     user vimrc file: "$HOME\_vimrc"
 2nd user vimrc file: "$HOME\vimfiles\vimrc"
 3rd user vimrc file: "$VIM\_vimrc"
      user exrc file: "$HOME\_exrc"
  2nd user exrc file: "$VIM\_exrc"
  system gvimrc file: "$VIM\gvimrc"
    user gvimrc file: "$HOME\_gvimrc"
2nd user gvimrc file: "$HOME\vimfiles\gvimrc"
3rd user gvimrc file: "$VIM\_gvimrc"
       defaults file: "$VIMRUNTIME\defaults.vim"
    system menu file: "$VIMRUNTIME\menu.vim"
Compilation: cl -c /W3 /nologo  -I. -Iproto -DHAVE_PATHDEF -DWIN32  -DFEAT_CSCOPE -DFEAT_NETBEANS_INTG -DFEAT_JOB_CHANNEL   -DFEAT_XPM_W32   -DWINVER=0x500 -D_WIN32_WINNT=0x500  /Fo.\ObjGXOULYHTRZi386/ -DHAVE_STDINT_H /Ox /GL -DNDEBUG  /Zl /MT -DFEAT_OLE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DFEAT_MBYTE -DFEAT_GUI_W32 -DFEAT_DIRECTX -DDYNAMIC_DIRECTX -DDYNAMIC_ICONV -DDYNAMIC_GETTEXT -DFEAT_TCL -DDYNAMIC_TCL -DDYNAMIC_TCL_DLL=\"tcl86.dll\" -DDYNAMIC_TCL_VER=\"8.6\" -DFEAT_LUA -DDYNAMIC_LUA -DDYNAMIC_LUA_DLL=\"lua53.dll\" -DFEAT_PYTHON -DDYNAMIC_PYTHON -DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DFEAT_PYTHON3 -DDYNAMIC_PYTHON3 -DDYNAMIC_PYTHON3_DLL=\"python35.dll\" -DFEAT_MZSCHEME -I "C:\Program Files (x86)\Racket\include" -DMZ_PRECISE_GC -DDYNAMIC_MZSCHEME -DDYNAMIC_MZSCH_DLL=\"libracket3m_a0solc.dll\" -DDYNAMIC_MZGC_DLL=\"libracket3m_a0solc.dll\" -DFEAT_PERL -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl524.dll\" -DFEAT_RUBY -DDYNAMIC_RUBY -DDYNAMIC_RUBY_VER=22 -DDYNAMIC_RUBY_DLL=\"msvcrt-ruby220.dll\" -DFEAT_HUGE /Fd.\ObjGXOULYHTRZi386/ /Zi
Linking: link /RELEASE /nologo /subsystem:windows /LTCG:STATUS oldnames.lib kernel32.lib advapi32.lib shell32.lib gdi32.lib  comdlg32.lib ole32.lib uuid.lib /machine:i386 gdi32.lib version.lib   winspool.lib comctl32.lib advapi32.lib shell32.lib  /machine:i386 /nodefaultlib libcmt.lib oleaut32.lib user32.lib  /nodefaultlib:lua53.lib  /STACK:8388608  /nodefaultlib:python27.lib /nodefaultlib:python35.lib   "C:\Tcl\lib\tclstub86.lib" WSock32.lib xpm\x86\lib\libXpm.lib /PDB:gvim.pdb -debug

ch_logfile()

==== start log session ====
  1.110639 : looking for messages on channels
@bimlas
Copy link
Author

bimlas commented Oct 11, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment