Skip to content

Instantly share code, notes, and snippets.

@bimlas
Last active June 16, 2017 14:10
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/cf278e80e187d62d0076fc9fb9924f1b to your computer and use it in GitHub Desktop.
Save bimlas/cf278e80e187d62d0076fc9fb9924f1b 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.087680 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake


Neomake [0.041]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.071]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.175]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.175]: [#0] stdout: rubocop: ['Syntax OK^M', '']
Neomake [0.176]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.176]: [#0] stderr: rubocop: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.177]: [#0] rubocop: processing 2 lines of output.
Neomake [0.177]: [#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.178]: [#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.285]: Channel has been closed: channel 0 closed
Neomake [0.287]: [#0] exit: rubocop: 0
Neomake [0.287]: rubocop: completed with exit code 0.
Neomake [0.288]: File-level errors cleaned in buffer 1

ch_logfile()

==== start log session ====
  0.044603 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.044783 on 0: Created channel
  0.074336 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.074455 on 1: Created channel
  0.178028 RECV on 0: 'Syntax OK
'
  0.178067 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.178076 : looking for messages on channels
  0.178133 on 1: Closing channel
  0.178149 on 1: Clearing channel
  0.178164 on 1: Freeing channel
  0.178183 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.179006 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.184236 on 0: Job ended
  0.284035 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.284243 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.284283 : looking for messages on channels
  0.284308 on 0: Closing channel because of previous read error
  0.284331 on 0: Closing channel
  0.284382 on 0: Invoking callbacks before closing
  0.284411 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.291470 : Freeing job
  0.391021 : 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.071]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.078]: Stopping job: 0
Neomake [0.228]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.229]: [#0] stdout: rubocop: ['Syntax OK^M', '']
Neomake [0.229]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.230]: [#0] stderr: rubocop: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.231]: [#0] rubocop: processing 2 lines of output.
Neomake [0.232]: [#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.233]: [#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.340]: Channel has been closed: channel 0 closed
Neomake [0.341]: [#0] exit: rubocop: 0
Neomake [0.341]: rubocop: completed with exit code 0.
Neomake [0.342]: File-level errors cleaned in buffer 1

ch_logfile()

==== start log session ====
  0.044014 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.044171 on 0: Created channel
  0.074834 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.074939 on 1: Created channel
  0.130764 : looking for messages on channels
  0.130974 on 1: Closing channel
  0.131007 on 1: Clearing channel
  0.131033 on 1: Freeing channel
  0.131103 : Stopping job with ''
  0.231068 RECV on 0: 'Syntax OK
'
  0.231128 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.231137 : looking for messages on channels
  0.231208 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.232458 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.340084 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.340151 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.340172 : looking for messages on channels
  0.340190 on 0: Closing channel because of previous read error
  0.340206 on 0: Closing channel
  0.340241 on 0: Invoking callbacks before closing
  0.340259 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.343860 on 0: Job ended
  0.345767 : Freeing job
  0.445954 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake mri


Neomake [0.008]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.137]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.137]: [#0] stdout: mri: ['Syntax OK^M', '']
Neomake [0.138]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.138]: [#0] stderr: mri: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.138]: [#0] mri: processing 2 lines of output.
Neomake [0.139]: [#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.139]: File-level errors cleaned in buffer 1
Neomake [0.140]: Placing sign: sign place 5000 line=2 name=neomake_warn buffer=1
Neomake [0.248]: Channel has been closed: channel 0 closed
Neomake [0.248]: [#0] exit: mri: 0
Neomake [0.249]: mri: completed with exit code 0.

ch_logfile()

==== start log session ====
  0.014585 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.014759 on 0: Created channel
  0.142728 RECV on 0: 'Syntax OK
'
  0.142767 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.142776 : looking for messages on channels
  0.142815 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.143482 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.146373 on 0: Job ended
  0.245807 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.245913 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.245947 : looking for messages on channels
  0.246042 on 0: Closing channel because of previous read error
  0.246064 on 0: Closing channel
  0.246099 on 0: Invoking callbacks before closing
  0.246117 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.255600 on 0: Freeing job
  0.255762 on 0: Closing channel
  0.255790 on 0: Clearing channel
  0.255809 on 0: Freeing channel
  1.256041 : 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.015628 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.015790 on 0: Created channel
  0.118695 : looking for messages on channels
  0.118794 on 0: Closing channel
  0.118826 on 0: Clearing channel
  0.118853 on 0: Freeing channel
  1.118720 : looking for messages on channels

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


Neomake [0.009]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.039]: Stopping job: 0
Neomake [0.189]: Channel has been closed: channel 0 closed
Neomake [0.190]: [#0] exit: mri: 0
Neomake [0.190]: mri: completed with exit code 0.
Neomake [0.191]: File-level errors cleaned in buffer 1
Neomake [0.192]: next makers [mri]
Neomake [0.194]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.299]: MakeHandlerVim: stdout: channel 1 open
Neomake [0.299]: [#1] stdout: mri: ['Syntax OK^M', '']
Neomake [0.299]: MakeHandlerVim: stderr: channel 1 open
Neomake [0.300]: [#1] stderr: mri: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.300]: [#1] mri: processing 2 lines of output.
Neomake [0.301]: [#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.301]: File-level errors cleaned in buffer 1
Neomake [0.302]: Placing sign: sign place 5000 line=2 name=neomake_warn buffer=1
Neomake [0.409]: Channel has been closed: channel 1 closed
Neomake [0.410]: [#1] exit: mri: 0
Neomake [0.410]: mri: completed with exit code 0.

ch_logfile()

==== start log session ====
  0.014727 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.014899 on 0: Created channel
  0.094346 : looking for messages on channels
  0.094481 on 0: Stopping job with ''
  0.194315 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.194427 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.194463 : looking for messages on channels
  0.194492 on 0: Closing channel because of previous read error
  0.194519 on 0: Closing channel
  0.194566 on 0: Invoking callbacks before closing
  0.194597 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.195229 on 0: Job ended
  0.200614 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.200856 on 1: Created channel
  0.204786 on 0: Freeing job
  0.205042 on 0: Closing channel
  0.205072 on 0: Clearing channel
  0.205091 on 0: Freeing channel
  0.304343 RECV on 1: 'Syntax OK
'
  0.304390 RECV on 1: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.304393 : looking for messages on channels
  0.304411 on 1: Invoking channel callback neomake#MakeHandlerVimStdout
  0.305097 on 1: Invoking channel callback neomake#MakeHandlerVimStderr
  0.407367 ERR on 1: channel_handle_events()(): Cannot read from channel, will close it soon
  0.407435 ERR on 1: channel_handle_events()(): Cannot read from channel, will close it soon
  0.407457 : looking for messages on channels
  0.407474 on 1: Closing channel because of previous read error
  0.407489 on 1: Closing channel
  0.407524 on 1: Invoking callbacks before closing
  0.407543 on 1: Invoking close callback neomake#MakeHandlerVimClose
  0.415403 on 1: Job ended
  0.416823 on 1: Freeing job
  0.417008 on 1: Closing channel
  0.417038 on 1: Clearing channel
  0.417056 on 1: Freeing channel
  1.417916 : 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.015694 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.015863 on 0: Created channel
  0.069969 : looking for messages on channels
  0.070068 on 0: Closing channel
  0.070101 on 0: Clearing channel
  0.070130 on 0: Freeing channel
  0.070188 : Stopping job with ''
  1.069946 : looking for messages on channels

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


Neomake [0.009]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.039]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [0.146]: MakeHandlerVim: stdout: channel 0 open
Neomake [0.147]: [#0] stdout: rubocop: ['Syntax OK^M', '']
Neomake [0.147]: MakeHandlerVim: stderr: channel 0 open
Neomake [0.147]: [#0] stderr: rubocop: ['C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context^M', '']
Neomake [0.148]: [#0] rubocop: processing 2 lines of output.
Neomake [0.148]: [#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.149]: [#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.255]: Channel has been closed: channel 0 closed
Neomake [0.256]: [#0] exit: rubocop: 0
Neomake [0.257]: rubocop: completed with exit code 0.
Neomake [0.257]: File-level errors cleaned in buffer 1

ch_logfile()

==== start log session ====
  0.014796 : Starting job: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
  0.014973 on 0: Created channel
  0.045443 : Starting job: rubocop --format emacs C:\Users\Laci\Documents\test.rb
  0.045585 on 1: Created channel
  0.151808 RECV on 0: 'Syntax OK
'
  0.151841 RECV on 0: 'C:/Users/Laci/Documents/test.rb:2: warning: possibly useless use of / in void context
'
  0.151851 : looking for messages on channels
  0.151892 on 1: Closing channel
  0.151909 on 1: Clearing channel
  0.151923 on 1: Freeing channel
  0.151938 on 0: Invoking channel callback neomake#MakeHandlerVimStdout
  0.152619 on 0: Invoking channel callback neomake#MakeHandlerVimStderr
  0.157529 on 0: Job ended
  0.257918 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.258079 ERR on 0: channel_handle_events()(): Cannot read from channel, will close it soon
  0.258104 : looking for messages on channels
  0.258121 on 0: Closing channel because of previous read error
  0.258137 on 0: Closing channel
  0.258170 on 0: Invoking callbacks before closing
  0.258188 on 0: Invoking close callback neomake#MakeHandlerVimClose
  0.263556 : Freeing job
  0.365354 : looking for messages on channels

remove-vim-hack branch (61d1bca)

let g:neomake_verbose = 3 | NeomakeInfo


#### Neomake debug information
Async support: 0
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.073168 : looking for messages on channels

let g:neomake_verbose = 3 | Neomake


Neomake [0.041]: Running synchronously
Neomake [0.041]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.304]: [#1] stdout: mri: ['C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)', '']
Neomake [0.305]: [#1] exit: mri: 1
Neomake [0.305]: [#1] mri: processing 1 lines of output.
Neomake [0.306]: [#1] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)'}
Neomake [0.312]: File-level errors cleaned in buffer 1
Neomake [0.315]: Running synchronously
Neomake [0.315]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [1.387]: [#2] stdout: rubocop: ['Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb', '']
Neomake [1.388]: [#2] exit: rubocop: 2
Neomake [1.388]: [#2] rubocop: processing 1 lines of output.
Neomake [1.388]: [#2] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb'}

ch_logfile()

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

let g:neomake_verbose = 3 | Neomake | Neomake


Neomake [0.041]: Running synchronously
Neomake [0.042]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.311]: [#1] stdout: mri: ['C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)', '']
Neomake [0.312]: [#1] exit: mri: 1
Neomake [0.313]: [#1] mri: processing 1 lines of output.
Neomake [0.314]: [#1] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)'}
Neomake [0.323]: File-level errors cleaned in buffer 1
Neomake [0.325]: Running synchronously
Neomake [0.325]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [1.380]: [#2] stdout: rubocop: ['Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb', '']
Neomake [1.380]: [#2] exit: rubocop: 2
Neomake [1.380]: [#2] rubocop: processing 1 lines of output.
Neomake [1.381]: [#2] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb'}
Neomake [1.391]: Running synchronously
Neomake [1.391]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [1.629]: [#3] stdout: mri: ['C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)', '']
Neomake [1.630]: [#3] exit: mri: 1
Neomake [1.631]: [#3] mri: processing 1 lines of output.
Neomake [1.632]: [#3] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)'}
Neomake [1.640]: File-level errors cleaned in buffer 1
Neomake [1.641]: Running synchronously
Neomake [1.641]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [2.693]: [#4] stdout: rubocop: ['Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb', '']
Neomake [2.694]: [#4] exit: rubocop: 2
Neomake [2.694]: [#4] rubocop: processing 1 lines of output.
Neomake [2.695]: [#4] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb'}

ch_logfile()

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

let g:neomake_verbose = 3 | Neomake mri


Neomake [0.008]: Running synchronously
Neomake [0.009]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.280]: [#1] stdout: mri: ['C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)', '']
Neomake [0.280]: [#1] exit: mri: 1
Neomake [0.280]: [#1] mri: processing 1 lines of output.
Neomake [0.281]: [#1] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)'}
Neomake [0.291]: File-level errors cleaned in buffer 1

ch_logfile()

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

let g:neomake_verbose = 3 | Neomake rubocop


Neomake [0.009]: Running synchronously
Neomake [0.010]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [1.111]: [#1] stdout: rubocop: ['Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb', '']
Neomake [1.111]: [#1] exit: rubocop: 2
Neomake [1.112]: [#1] rubocop: processing 1 lines of output.
Neomake [1.112]: [#1] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb'}
Neomake [1.119]: File-level errors cleaned in buffer 1

ch_logfile()

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

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


Neomake [0.009]: Running synchronously
Neomake [0.010]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.284]: [#1] stdout: mri: ['C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)', '']
Neomake [0.284]: [#1] exit: mri: 1
Neomake [0.285]: [#1] mri: processing 1 lines of output.
Neomake [0.285]: [#1] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)'}
Neomake [0.296]: File-level errors cleaned in buffer 1
Neomake [0.297]: Running synchronously
Neomake [0.298]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.534]: [#2] stdout: mri: ['C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)', '']
Neomake [0.535]: [#2] exit: mri: 1
Neomake [0.535]: [#2] mri: processing 1 lines of output.
Neomake [0.536]: [#2] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)'}
Neomake [0.546]: File-level errors cleaned in buffer 1

ch_logfile()

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

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


Neomake [0.009]: Running synchronously
Neomake [0.009]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [1.105]: [#1] stdout: rubocop: ['Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb', '']
Neomake [1.105]: [#1] exit: rubocop: 2
Neomake [1.106]: [#1] rubocop: processing 1 lines of output.
Neomake [1.106]: [#1] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb'}
Neomake [1.115]: File-level errors cleaned in buffer 1
Neomake [1.117]: Running synchronously
Neomake [1.117]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [2.172]: [#2] stdout: rubocop: ['Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb', '']
Neomake [2.173]: [#2] exit: rubocop: 2
Neomake [2.173]: [#2] rubocop: processing 1 lines of output.
Neomake [2.174]: [#2] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb'}
Neomake [2.180]: File-level errors cleaned in buffer 1

ch_logfile()

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

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


Neomake [0.009]: Running synchronously
Neomake [0.009]: Starting: ruby -c -T1 -w C:\Users\Laci\Documents\test.rb
Neomake [0.292]: [#1] stdout: mri: ['C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)', '']
Neomake [0.293]: [#1] exit: mri: 1
Neomake [0.293]: [#1] mri: processing 1 lines of output.
Neomake [0.294]: [#1] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': '', 'maker_name': 'mri', 'pattern': '', 'text': 'C:\app\ruby\bin\ruby.exe: No such file or directory -- C:UsersLaciDocumentstest.rb (LoadError)'}
Neomake [0.301]: File-level errors cleaned in buffer 1
Neomake [0.303]: Running synchronously
Neomake [0.303]: Starting: rubocop --format emacs C:\Users\Laci\Documents\test.rb
Neomake [1.358]: [#2] stdout: rubocop: ['Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb', '']
Neomake [1.358]: [#2] exit: rubocop: 2
Neomake [1.359]: [#2] rubocop: processing 1 lines of output.
Neomake [1.359]: [#2] Removing invalid entry: {'lnum': 0, 'bufnr': 0, 'col': 0, 'valid': 0, 'vcol': 0, 'nr': -1, 'type': 'W', 'maker_name': 'rubocop', 'pattern': '', 'text': 'Error: No such file or directory: C:/Users/Laci/Documents/UsersLaciDocumentstest.rb'}
Neomake [1.367]: File-level errors cleaned in buffer 1

ch_logfile()

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

version


VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Oct  2 2016 22:08:15)
MS-Windows 32-bit GUI version with OLE support
Included patches: 1-21
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.114064 : looking for messages on channels
@bimlas
Copy link
Author

bimlas commented Oct 11, 2016

@Sammy88mee
Copy link

Lol

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