Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gmcmonty
Total activity
17
Last activity
January 03, 2023 20:51
Member since
May 23, 2019 15:18
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
January 03, 2023 20:51
Sounds like the root cause here was a broken version of syntax tree: https://github.com/ruby-syntax-tree/syntax_tree/issues/159.
Community
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 votes
Created
October 24, 2022 20:46
I struggled a bit trying to get redirection or piping to work, but I eventually got something to going by using a custom script and writing to a tmp file. Not ideal, but its fast enough and gets th...
Community
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 votes
Created
October 24, 2022 19:49
Good suggestion. It appears that passing an input seems to be breaking things. It doesn't hang, but it no longer works either. Looks like when you pass it in an input, it tries to format the input ...
Community
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 votes
Edited
October 20, 2022 16:02
Yep that worked ❯ /bin/zsh -c " export RBENV_VERSION=3.1.2 && /Users/gm/.rbenv/shims/stree write /Users/gm/foo.rb > /tmp/stree2.out" > /tmp/stree3.out❯ cat /tmp/stree2.out/Users/gm/foo.rb 1ms
Community
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 votes
Edited
October 20, 2022 16:00
Looks like I'm on 2022.2.3, not .3... Is .3 a development build? Check for updates says I'm on latest. Redirecting to a file doesn't appear to be creating the file at all. I also tried the foll...
Community
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 votes
Created
October 20, 2022 11:52
Updated RubyMine and used the same settings. Still hangs. I'm on MacOS v12.4.Replacing /usr/bin/env with `cat` works as expected. Not sure whats going on. Are there any logs I can look at?
Community
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 votes
Created
October 19, 2022 19:22
RubyMine 2022.1.2Build #RM-221.5787.34, built on June 1, 2022
Community
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 votes
Edited
October 19, 2022 12:44
Good thought, but still no luck. External tool hangs, but works fine in a run tab:Shell script run configuration: run tab:❯ /bin/zsh -c " export RBENV_VERSION=3.1.2 && /Users/me/.rbenv/shims/stree...
Community
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 votes
Created
October 18, 2022 15:39
I'm not sure if this is what you mean, but if I copy the same command from the run tab and paste it inside of a Terminal in RubyMine to run it, it works fine.
Community
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 votes
Edited
August 27, 2020 16:22
I ran into this on 2020.2.1 after an update from 2019.2.4. Also a rbenv user.`gem update --system` didn't work.What did work was running the "bundler" action. I got prompted about a Gemfile needin...
Community
RubyMine
`bundle exec` option not used
4 votes
Next
›
Last
»