View Issue Details

IDProjectCategoryView StatusLast Update
0007587ADK-Xojo-V4RBRBDB APIpublic2016-04-20 14:16
ReporterBeatrix Willius Assigned ToIvan Smahin  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version6.3.x 
Fixed in Version6.5.x 
Summary0007587: Diagnosis in memory
DescriptionI'd like to get the result of a diagnosis in memory and not written to a file.

I'm creating a temp file at the moment. For some reason this fails for a user on El Capitan. I need to read the file and delete it anyway. Therefore a result in memory would eliminate the intermediate steps.
TagsNo tags attached.

Activities

Ivan Smahin

Ivan Smahin

2016-03-31 08:29

manager   ~0008947

BTW, you can call diagnose without file ref at all in order to get simply "yes or no" as result of diagnose. And if diagnose fails you can notify user and let he choose the file for detailed report (doing diagnose one more time with file ref).
Beatrix Willius

Beatrix Willius

2016-03-31 09:01

reporter   ~0008948

If there is a problem then I prefer doing the diagnosis only once. And for large databases a diagnosis takes far too long to do it twice.
Ivan Smahin

Ivan Smahin

2016-03-31 11:34

manager   ~0008950

But diagnose report could be enormous as well to keep it in the memory.
Beatrix Willius

Beatrix Willius

2016-04-07 15:12

reporter   ~0008960

How about an alternative idea? I need the data added to an existing file. Would it make send to add an option for appending data?
Ivan Smahin

Ivan Smahin

2016-04-20 13:05

manager   ~0009003

vKernel changes only - if file exists we do file.Open internally (instead of file.Create) because it could be not enough privileges to create a new file.
Ruslan Zasukhin

Ruslan Zasukhin

2016-04-20 14:16

administrator   ~0009005

Ivan it is a good idea add here in Mantis any changes in API if they exists,
may be small example how works new feature

Issue History

Date Modified Username Field Change
2016-03-30 12:08 Beatrix Willius New Issue
2016-03-31 08:29 Ivan Smahin Note Added: 0008947
2016-03-31 09:01 Beatrix Willius Note Added: 0008948
2016-03-31 11:34 Ivan Smahin Note Added: 0008950
2016-04-07 15:12 Beatrix Willius Note Added: 0008960
2016-04-20 13:05 Ivan Smahin Note Added: 0009003
2016-04-20 13:05 Ivan Smahin Status new => resolved
2016-04-20 13:05 Ivan Smahin Fixed in Version => 6.5.x
2016-04-20 13:05 Ivan Smahin Resolution open => fixed
2016-04-20 13:05 Ivan Smahin Assigned To => Ivan Smahin
2016-04-20 14:16 Ruslan Zasukhin Note Added: 0009005