cubeOS / cubeOS-alpha

The cubeOS (in progress) for DCPU-16 (1.7); see for packages

Home Page:http://github.com/cubeOS/cubeOS-packages/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directives within the targets of DView string substutions are not subject to directives

alexander-bauer opened this issue · comments

A fix for this lack of nesting would be to run dview.write in on substituted strings in a nested fashion. This fix should be combined with #101. That would greatly improve dview's usability in the case of string formatting.

DView should be able to unpack strings as it goes. This would greatly simplify the above fix.