View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028608 | Runner | Buffers | Public | 2018-01-03 15:11 | 2018-06-18 09:33 |
Reporter | Stewart Bishop | Assigned To | CoreTech | ||
Priority | Low | Severity | C - General | Reproducibility | 100% |
Status | Assigned | Resolution | Open | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0028608: Buffers: buffer_peek doesn't work if you are trying to peek a string | ||||
Description | buffer_peek doesn't work if you are trying to peek a string. If you attempt to read a string with buffer_string set as the type then this will return 0 rather than the value of the string, if you change this to buffer_u8 then it will return the character at that point instead. | ||||
Steps To Reproduce | 1) Run the attached project 2) Check the output | ||||
Tags | Buffers, Runner | ||||
1.4 Found In | 1.4.1773 | ||||
2.x Runtime Found In | 2.1.3.189 | ||||
2.x Runtime Verified In | 2.1.3.189 | ||||
2018-01-03 15:11 Developer |
BugReportPeek.gmz (8,634 bytes) |
|
Peek/Poke should only be for native types. The fact that poke takes a string is actually wrong. |