Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Podkhalyuzin
Total activity
2164
Last activity
May 28, 2019 09:03
Member since
June 08, 2008 09:10
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
830
Activity overview
Posts (16)
Comments (1318)
Sort by recent activity
Recent activity
Votes
Created
January 24, 2012 09:24
After such errors, please try File -> Synchronize. After that, please write me back if it helps.Best regards,Alexander Podkhalyuzin.
Community
Scala
Build Issues
0 votes
Created
January 25, 2012 10:17
Are you using fsc?Is it possible that it's related to this issue: https://issues.scala-lang.org/browse/SI-5167?As workaround, you can try to reset fsc (press on fsc icon, then choose reset). After ...
Community
Scala
Build Issues
0 votes
Created
January 19, 2012 12:11
You can create an issue in our bugtracker. Then when I'll do some work for coverage I'll fix it too, however unfortunately I can't promise to do it soon.Best regards,Alexander Podkhalyuzin.
Community
Scala
Code coverage of case class
0 votes
Created
January 13, 2012 09:42
Do you mean type after implicit conversion?Best regards,Alexander Podkhalyuzin.
Community
Scala
Any way to show invoking type in Content Assist?
0 votes
Created
January 07, 2012 09:07
I'm planning to add some functionality for implicits and completion at the end of February (such as intentions to make calls explicit/implicit, removing ambiguous implicit from scope, possibly impl...
Community
Scala
debugging implicits
0 votes
Created
January 11, 2012 13:16
That is interesting idea to make popup everywhere.However for your case I have an idea to open new read-only editor with all types/implicits (which can be configurable on the fly). Maybe it's bette...
Community
Scala
debugging implicits
0 votes
Created
January 12, 2012 09:31
That is interesting idea. However possibly it will be much simpler to have right ordering of implicit conversions and possibly coloring.Best regards,Alexander Podkhalyuzin.
Community
Scala
debugging implicits
0 votes
Created
January 12, 2012 10:28
It seems that in last example compiler ignores forward reference.For example following code will not compile:object Caller { def main(args: Array[String]) { { import ImplicitResolutionT...
Community
Scala
debugging implicits
0 votes
Created
January 13, 2012 09:56
That is exactly my thought.So you have found three compiler bugs for 2.9.1 (have you written tickets about them?):1. This code shouldn't compile, because of name shadowing, and problem with calling...
Community
Scala
debugging implicits
0 votes
Created
January 13, 2012 11:34
Ok, thank you. It was great study of implicit resolution.Best regards,Alexander Podkhalyuzin.
Community
Scala
debugging implicits
0 votes
«
First
‹
Previous
Next
›
Last
»