Bug 313879

Summary: Dynamic array sizes are 0
Product: [Applications] okteta Reporter: Alexander Varnin <fenixk19>
Component: Structures ToolAssignee: Alex Richardson <arichardson.kde>
Status: RESOLVED FIXED    
Severity: major CC: kossebau
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: OSD file

Description Alexander Varnin 2013-01-25 12:15:49 UTC
Created attachment 76709 [details]
OSD file

I've written OSD file with dynamic array sizes.
It shows array, that is supposed to be dynamic, but always with 0 size.
There is no error in script console, but a information message about it:

.operation.op_data.K1
Found element for dynamic array length: ".operation.op_data.K1size" , resulting function is:  "function() { return this.parent.K1size.value; }"

.operation.op_data.K2
Found element for dynamic array length: ".operation.op_data.K2size" , resulting function is:  "function() { return this.parent.K2size.value; }"

Checked with SVN revision 1335085
Comment 1 Alex Richardson 2013-01-26 17:10:39 UTC
SVN commit 1335352 by arichardson:

Fix arrays with dynamic length not working


 M  +1 -1      arraydatainformation.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1335352
Comment 2 Alex Richardson 2013-01-26 17:13:00 UTC
SVN commit 1335353 by arichardson:

Forward-port 1335352: Fix arrays with dynamic length not working


 M  +1 -1      arraydatainformation.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1335353