Bug 313879 - Dynamic array sizes are 0
Summary: Dynamic array sizes are 0
Status: RESOLVED FIXED
Alias: None
Product: okteta
Classification: Applications
Component: Structures Tool (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR major
Target Milestone: ---
Assignee: Alex Richardson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 12:15 UTC by Alexander Varnin
Modified: 2013-01-26 17:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
OSD file (1.79 KB, application/x-vnd.kde.okteta.structure)
2013-01-25 12:15 UTC, Alexander Varnin
Details

Note You need to log in before you can comment on or make changes to this bug.
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