Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

Error when parsing event handlers Javascript code #28

Closed agatti closed 3 years ago

agatti commented 4 years ago

The plugin seems to fail to parse some Javascript statements inside event handlers:

Screenshot 2020-11-02 at 21 37 39

I managed to reproduce the error with as little made up code possible, but this occurs even on valid, working code.

I'm using v0.9.5-2019.3+ (which seems to be the latest at the moment) on PyCharm Professional 2020.2.3.

Is there any other information you need to further debug the issue?

grabusr commented 4 years ago

Hi Alessandro,

This is related to left recurssion problem with parsing operations. We are aware about this issue. We need to perform small architecture change, I think that we will be able to deliver fix for this soon.