mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 19:31:36 +00:00
oops, was fixed
This commit is contained in:
parent
0d3ad80659
commit
a4f7512d44
@ -1,14 +1,10 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
Should give type error, but seems to make num a word !?:
|
||||
const uword screenwidth = txt.DEFAULT_WIDTH
|
||||
const ubyte num = (screenwidth-1) / 2
|
||||
|
||||
|
||||
callgraph issue? : if a sub contains another sub and it calls that, the outer sub is never removed even if it doesn't get called?
|
||||
|
||||
callgraph issue? : there's an odd case that keeps unused subroutines marked as used , they don't get removed. Has to do with declaring string var. ::
|
||||
There's an odd case that keeps unused subroutines marked as used , they don't get removed. Has to do with declaring string var. ::
|
||||
it's a 64tass issue, caused by prog8 including full prefixed symbol name in the str case, and a local name in the array case....
|
||||
|
||||
%import conv
|
||||
%option no_sysinit
|
||||
|
Loading…
Reference in New Issue
Block a user