René Vincent Jansen
René Vincent Jansen
I'm stumped at the moment because when I comment out procedure transformCoordinates, the points array contains valid coordinates in writeSVG. When transformCoordinates is called, the points array only contains comma's....
It would be nice if we could change the filename extension from .rexx. My proposal would be: - leave the default .rexx - so nothing changes for anyone who uses...
as in subject line
This project only allows out-of-source builds. This is no problem in itself, but 1) the build sometimes fails in the 'machine' subdirectory because of stale generated files (symptom: double instruction...
Attempts to make it return a string fail; I can do ‘return ?’ , it parses ok, but I don’t know what that means.
``` options level v=' 1 ' If v Then say 'this should NOT be ok' ``` String ' 1 ' (1 with spaces around it) should not evaluate to True....
this standard test fails with a segmentation fault. ``` [1] 11211 segmentation fault rxc dotest.rexx ```
We have only 'strict' comparisons at the moment, at one time we need (loose?) standard Rexx comparisons. At that time, the SNES opcode needs to implement the current strict comparison...
c2x in ff0038, lib/rxfns/tests_functional/ts_c2x: ``` failed in test 1: c2x(0123x) = 30313233 failed in test 3: c2x( 101x )= 313031 failed in test 4: c2x( 0123456789abcdefx ) = 30313233343536373839616263646566 failed...