Ilya Yanok
Ilya Yanok
Thanks for the pointers! > This rule is inherently inaccurate in its design, as there is no mechanism provided by the analyzer to answer "what is the context type of...
> to capture that information in the AST structure so that it can be used after resolution has completed. Yes, that's exactly what I proposed above! Technically I think that...
Sorry, I completely forgot about this discussion. You are right, we'll have to put it into the AST. It's just my understanding of the element model that was wrong, I...
+1 to what Lasse says. I think semantically default values are part of definition, not declaration. So maybe you should allow producing default values as part of definition phase and...
I think there are two separate issues here: allowing to introspect default arguments and allowing to augment method definitions with default arguments. Please correct me if I'm wrong, but it...
> Introspection is actually an issue, because of private variables. We can't give you a valid Code object that you could use in that case. We don't want to allow...
У меня, к сожалению, тоже без линий в рисунках собирается.
Seems quite doable, but I likely won't have time to implement this anytime soon. And we probably want to start looking at macros, instead of investing more time into improving...
Sorry for the delay: this project has only a single mantainer, who has more urgent tasks most of the time. Re: discussion on the bug: It's a pity we can't...
Uh, I feel like the right thing to do here is just to make `MockSpec` class `final`. Why would anyone want to subclass it?