[rkward] [Bug 360345] Crash when displaying timestamps in dataframes

2021-01-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=360345

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
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!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[rkward] [Bug 360345] Crash when displaying timestamps in dataframes

2020-12-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=360345

--- Comment #3 from Bug Janitor Service  ---
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!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[rkward] [Bug 360345] Crash when displaying timestamps in dataframes

2020-12-03 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=360345

Justin Zobel  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Justin Zobel  ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[rkward] [Bug 360345] Crash when displaying timestamps in dataframes

2016-03-10 Thread Thomas Friedrichsmeier via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360345

Thomas Friedrichsmeier  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||thomas.friedrichsmeier@ruhr
   ||-uni-bochum.de

--- Comment #1 from Thomas Friedrichsmeier 
 ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.