-
Notifications
You must be signed in to change notification settings - Fork 89
Throw errors when using 'common.dg' and 'svg.dg'. #19
Comments
@posidron Hi bro, Can you help me solve this issue? |
@ty5491003 The second issue seems because maximum recursion was reached for something inside the SVG grammar. I would need more time to further inspect this now but this could potentially be a bug in the grammar caused by the 4253e07 change and the lack of maintenance for that grammar. |
@ty5491003 |
I found the second issue is intermittent, I ran This bug persists when I use |
BTW, my testing system is |
Hm, are you really sure?
I have not yet pushed the update as package to PyPi, may be you have run the installed PyPi version rather than the code from GitHub? |
I'm sry, you are right!!! I run the wrong installed PyPi version. When I switch to the correct version, this bug disappeared. The update is worked! Thanks for your work. |
Cool! A buddy of mine will push it tomorrow or so to PyPi. |
FYI: v1.3.1 landed in PyPi |
Hi,I just started using dharma and i met some problems:
When i run:
dharma -grammars dharma/grammars/common.dg -storage common -count 5
, i get error info:And when i run:
dharma -grammars dharma/grammars/svg.dg -storage svg -count 5
, i get the error info:Except this two grammar files, others are worked as expected, So i want to know what is the reason. If i typed the command incorrectly, please let me know!
Thanks, looking forward your response.
The text was updated successfully, but these errors were encountered: