Results 23 issues of 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...

enhancement

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...

enhancement

Attempts to make it return a string fail; I can do ‘return ?’ , it parses ok, but I don’t know what that means.

bug

``` 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....

Discussion

this standard test fails with a segmentation fault. ``` [1] 11211 segmentation fault rxc dotest.rexx ```

bug
question

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...

enhancement

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...

bug

Is it OK if I take a shot at that?

enhancement