Summary: | Crash when displaying timestamps in dataframes | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | |
Component: | User Interface | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | justin.zobel, thomas.friedrichsmeier |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mail
2016-03-10 08:58:32 UTC
Thanks for reporting, confirmed, and: Ouch! Unfortunately, this does not look like an easy fix. Probably not for 0.6.5, although it clearly is rather important. Notes: Internally, the issue is that POSIXlt is a list-based data-type, and RKWard wrongly assumes that cannot happen inside a data.frame. Will need to re-design RKVariable, for this. It should be turned into an add-on to, not sub-class of RObject, representing a data edit interface. That will make it easier to add support for arbitrary data types, and also allow graceful failure, when a data.frame contains data that RKWard can _not_ represent. Thank you for the report. As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |