Skip to content

Instantly share code, notes, and snippets.

@ongaeshi
Last active December 14, 2020 15: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 ongaeshi/e1feb30f0a9701ab5183b2d4e55ddd1c to your computer and use it in GitHub Desktop.
Save ongaeshi/e1feb30f0a9701ab5183b2d4e55ddd1c to your computer and use it in GitHub Desktop.
bundle exec steep langserver がWindows上で失敗する
PS C:\Users\ongaeshi\Documents\ruby3-test> bundle exec steep langserver
#<ArgumentError: wrong exec option symbol: pgroup>
C:/Ruby30-x64/lib/ruby/3.0.0/open3.rb:221:in `spawn'
C:/Ruby30-x64/lib/ruby/3.0.0/open3.rb:221:in `popen_run'
C:/Ruby30-x64/lib/ruby/3.0.0/open3.rb:160:in `popen2'
C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/steep-0.38.0/lib/steep/server/worker_process.rb:32:in `spawn_worker'
C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/steep-0.38.0/lib/steep/drivers/langserver.rb:43:in `run'
C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/steep-0.38.0/lib/steep/cli.rb:153:in `process_langserver'
C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/steep-0.38.0/lib/steep/cli.rb:50:in `run'
C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/steep-0.38.0/exe/steep:11:in `<top (required)>'
C:/Ruby30-x64/bin/steep:23:in `load'
C:/Ruby30-x64/bin/steep:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment