Alexandr Evstigneev

Results 295 comments of Alexandr Evstigneev

> It was fine when we tested it here, but very sorry. https://github.com/ouest/asdf-perl/actions/runs/4587346393 > For now, I have rescinded it with the following commit. [f1b2040](https://github.com/ouest/asdf-perl/commit/f1b20400f2e15f20f5c09a93331b4e0a832e06c1) Oh, you've added actions!!! Nice!!!...

Perl version is set there https://github.com/Camelcade/Perl5-IDEA/blob/master/.github/workflows/_tests.yml#L95 and install command fails, not the next one. ``` bash -c '~/.asdf/bin/asdf install perl ${{ env.PERL_TEST_VERSION }} --noman -j 8 || true' ```

Setting environment variable mimics `asdf shell` not asdf global I'm not sure why do we discuss my configuration which was working. It is correct and it is work. Your change...

I'm sorry, I still don't get what are you trying to explain to me. It works after https://github.com/ouest/asdf-perl/commit/f1b20400f2e15f20f5c09a93331b4e0a832e06c1

I'm not an english speaker as well, so no problems :) why do you think that something is not passed properly anywhere? Everything is fine with the script. The only...

Just checked on clean ubuntu:22.04 image: ``` # install asdf and perl 5.36 and run following: export ASDF_PERL_VERSION=5.36.0 ~/.asdf/bin/asdf exec cpanm Carton ~/.asdf/bin/asdf exec carton -v # get: unknown command:...

Doesn't this looks like https://github.com/JetBrains/Grammar-Kit/blob/master/resources/messages/attributeDescriptions/extends.html ?

seems 'followed by' tokens calculated incorrectly. Or in strange way.

probably some math could be useful too, like: ``` private recover_rule_x ::= !(startOf(ruleA)-startOf(ruleB)) ```

Feels like information is lost somewhere here: GeneratedParserUtilBase.java:660. When extending elements to compact ast, we are copying element type and dropping optional data, like collapsed