View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001777 | OpenClonk | Engine - C4Script | public | 2016-07-04 20:51 | 2018-01-20 14:28 | ||||
Reporter | Flinti | ||||||||
Assigned To | Zapper | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | 8.1 | Fixed in Version | 8.0 | ||||||
Summary | 0001777: The array returned by GetProperties contains a property multiple times if it's defined in the proplist and it's prototype | ||||||||
Description | GetProperties(pl) currently returns an array containing all properties of pl plus the ones defined in its prototype or its prototype's prototype (and so on). This is probably not intended. It has been mentioned in the forums earlier (http://forum.openclonk.org/topic_show.pl?pid=28681;hl=getproperties) | ||||||||
Steps To Reproduce | GetProperties({Prototype={a=1}, a=1}) / see the referenced forum post | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
Luchs (administrator) 2018-01-20 14:28 |
https://github.com/openclonk/openclonk/commit/38d937fa587ecd29b58682562495880c784274c4 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-07-04 20:51 | Flinti | New Issue | |
2017-08-05 13:58 | Maikel | Target Version | => 8.0 |
2017-08-20 12:02 | Zapper | Target Version | 8.0 => 8.1 |
2018-01-20 14:28 | Luchs | Assigned To | => Zapper |
2018-01-20 14:28 | Luchs | Status | new => resolved |
2018-01-20 14:28 | Luchs | Resolution | open => fixed |
2018-01-20 14:28 | Luchs | Fixed in Version | => 8.0 |
2018-01-20 14:28 | Luchs | Note Added: 0006087 |