newRPL: Alpha demo 0.9 released [UPDATED 2017-10-25]
|
10-08-2017, 08:37 PM
Post: #179
|
|||
|
|||
RE: newRPL: Alpha demo 0.9 released [UPDATED 2017-09-15]
(10-08-2017 03:14 PM)The Shadow Wrote: Something else: If you put a large list on the stack (ie, several hundred numbers long) it will often be invisible. It will generally turn visible if you do any kind of list operation on it. From what you describe, it seems it's failing to draw the object somehow and stores a blank picture on the cache. When you do an operation, you are no longer looking at the original list, but a new object containing the result. It should also appear if you create more than 32 new obejcts on the stack, to "push" that object to fall out of the cache and be redrawn. However, this is just a theory because I can't reproduce it. I tried creating a long list: Code:
The INV is to get a lot of digits, making the list larger to display. Then I ran the above at different precisions so the list would decompile to a longer or shorter string but couldn't see the effect at all. Do you have any means to cause the glitch consistently? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)