Summary: | kturtle crashes when trying to use the 0-tuple ("()") | ||
---|---|---|---|
Product: | [Applications] kturtle | Reporter: | Sönke Hahn <shahn> |
Component: | general | Assignee: | Cies Breijs <cies> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nielsslot |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sönke Hahn
2010-12-02 20:07:34 UTC
Confirmed, KTurle indeed crashes. Thanks for the bug report. And no, KTurtle doesn't support tuples. SVN commit 1202938 by nielsslot: Make KTurtle not crash on '$x = ()'. Combined with the previous commit it will now display an error message telling the user he or she is not allowed to use a ')' there. BUG: 258604 M +1 -0 parser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1202938 |