Bug 380666 - bogus R errors in "Save as table" plugin
Summary: bogus R errors in "Save as table" plugin
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-10 16:16 UTC by Thomas Friedrichsmeier
Modified: 2006-09-13 12:14 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 Thomas Friedrichsmeier 2006-05-10 16:16:07 UTC
-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/9 on 2017-05-30 15:26:33 +0100 --
Produces two "errors" "incomplete statement", but
actually works. Probably due to empty commands. Likely
solution: Strip leading/trailing whitespace from
commands in rthread.cpp, then check if the command is
empty. Do not attempt evaluation if empty.
Comment 1 Thomas Friedrichsmeier 2006-09-13 12:14:14 UTC
Logged In: YES 
user\_id=300591

Fixed in CVS. Stripping whitespace is only done for plugin 
generated commands, all others go unfiltered.
Comment 2 Thomas Friedrichsmeier 2006-09-13 12:14:14 UTC
- **assigned_to**: nobody --> tfry
- **status**: open --> open-fixed
Comment 3 Thomas Friedrichsmeier 2006-09-13 12:14:33 UTC
- **status**: open-fixed --> closed-fixed