Sergey Igushkin

Results 51 comments of Sergey Igushkin

As an alternative workflow, you can try to use the `Navigate → Back` action (`⌘[` default shortcut on macOS) after jumping and copying the text. That will position the caret...

@OnufryKlaczynski Please take a look at this snippet where I tried to implement indentation checking with two custom combinators, one that maintains a context (the indentation level) and the other...

If the two combinators I suggested above turn out to be a good fit for writing grammars with indentations, I will consider adding them to the built-in combinators, and also...

It's pretty much alive, but I was on a vacation, sorry. I'll try to take a look at this soon.

Thanks for this report! Now that a use case appeared for such a long `and`-chain, I think I will have to increase the number of generated tuple classes and the...

The issue is caused by the fact that the two variants, `runtimeElements` and `gradle7RuntimeElements`, have such "extra" attributes (those which the consumer does not request) that they are not subsets...

Some related notes about use cases in KGP can be found in https://github.com/gradle/gradle/issues/25327

What is the plan behind making this isolated change to just one type, without any other APIs that would use it, and without adding it to any of the schemas?