Summary: | Dynamic array sizes are 0 | ||
---|---|---|---|
Product: | [Applications] okteta | Reporter: | Alexander Varnin <fenixk19> |
Component: | Structures Tool | Assignee: | 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 |
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 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 |
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