gerryjackson / forth2012-test-suite

Test programs for Forth 2012 and ANS Forth
72 stars 15 forks source link

BUFFER: test fails on 64-bit system #32

Closed leonwagner closed 2 years ago

leonwagner commented 2 years ago

This line causes the subsequent test to fail on a 64-bit system: T{ 8 BUFFER: BUF:TEST -> }T

It should probably be this for portability: T{ 2 CELLS BUFFER: BUF:TEST -> }T

gerryjackson commented 2 years ago

Thanks for reporting this Leon. Fixed as recommended - sorry about the bug

gerryjackson commented 2 years ago

Issue closed