
|
If you were logged in you would be able to see more operations.
|
|
|
| Importance: |
Critical
|
| Studio Install Type: |
N/A
|
| Participants: |
Chris Williams
|
From ROR-207. Some users are seeing blank lists of installed gems in the RubyGems view. This can lead to other issues where we don't think that particular gems are installed (code completion, go to declaration, prompting to install gem they already have, etc).
|
|
Description
|
From ROR-207. Some users are seeing blank lists of installed gems in the RubyGems view. This can lead to other issues where we don't think that particular gems are installed (code completion, go to declaration, prompting to install gem they already have, etc). |
Show » |
|
ROR-183. I can't regularly reproduce either myself, unless I'm debugging them.I think what's happening is that in both cases we're trying to launch a process to gather the listings, then read that back in from a temp file or a Stream and pare the values out. I don't think we can reliably grab the output properly, it happens to work OK on my machine when not debugging, but it seems to be a timing issue.
I need to find some other way to grab the output of these launches!