Bug 93802 - Equation parser error handling needs enhancement
Summary: Equation parser error handling needs enhancement
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: equations (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-23 18:02 UTC by George Staikos
Modified: 2010-08-14 14:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Staikos 2004-11-23 18:02:16 UTC
The error handling mechanism leaves much to be desired.  It should be possible 
access these errors from the application, and they should be a bit more 
functional.
Comment 1 George Staikos 2004-11-25 02:21:06 UTC
CVS commit by staikos: 

Added a parse error handler.  Needs error case text in the parser to be even
somewhat meaningful I think, but no more spewing to the console, and KstDebug
gets populated appropriately.

FEATURE: 93802


  A            kst/eparse-eh.cpp   1.1 [GPL (v2+)]
  A            kst/eparse-eh.h   1.1 [GPL (v2+)]
  M +1 -0      kst/Makefile.am   1.163
  M +857 -649  kst/eparse.c   1.11
  M +31 -22    kst/eparse.h   1.8
  M +3 -5      kst/eparse.y   1.11
  M +15 -4     kst/ksteqdialog_i.cpp   1.69
  M +8 -1      kst/kstequation.cpp   1.13
  M +5 -1      tests/testeqparser.cpp   1.16



Comment 2 Peter Kümmel 2010-08-14 14:40:32 UTC
Change version to 1.x