larsbrinkhoff / lbForth

Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
GNU General Public License v3.0
418 stars 112 forks source link

COLD and WARM crash with search-order wordset #16

Closed larsbrinkhoff closed 10 years ago

larsbrinkhoff commented 10 years ago

To reproduce:

include search.fth
cold \ or warm

This is probably because CONTEXT isn't reset in WARM, and the ONLY wordlist is still active.

larsbrinkhoff commented 10 years ago

Fixed by 060e8efc7a33704ff4813fe13ab4e2a412b7c693.