Alexandr Evstigneev
Alexandr Evstigneev
Seems this dsl should be able to resolve to other things in carton/cpanminus
Don't you know if it worked previously?

Ye, for now no tags, no fancy stuff. only plain names. Related to #386
Interesting. I would expet it to work. Will check.
console links were implemented at some point on per case basis, I presume for `die` and `Carp` formats. Which one is not wokring?
Usually languages are implementing their own stacktrace formats handlers. because in some cases you may affect unwanted cases. So no, nobody handles everything imaginable.
Feels like language agnostic things should be implemented in IDE, not language-specific plugins: - this would make it available everywhere - avoid doing same stuff multiple times - avoid doing...
Ok, I'll take a look into it. Thank you!
Here is bare idea:  Here is rubymine:  And this is why it works in rubymine:  It looks like a ruby stacktrace. And i'm not really familiar with...