主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gmcmonty
活动总数
17
最后的活动
2023年01月03日 20:51
成员加入日期
2019年05月23日 15:18
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(11)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年08月27日 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...
社区
RubyMine
`bundle exec` option not used
4 票
创建于
2023年01月03日 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.
社区
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 票
创建于
2022年10月24日 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...
社区
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 票
创建于
2022年10月24日 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 ...
社区
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 票
已编辑于
2022年10月20日 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
社区
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 票
已编辑于
2022年10月20日 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...
社区
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 票
创建于
2022年10月20日 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?
社区
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 票
创建于
2022年10月19日 19:22
RubyMine 2022.1.2Build #RM-221.5787.34, built on June 1, 2022
社区
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 票
已编辑于
2022年10月19日 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...
社区
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 票
创建于
2022年10月18日 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.
社区
RubyMine
Process hangs while running ruby formatter(stree) as external tool
0 票
下一页
›
最后
»