From c8bea57564ba2acac21e21f2683df275c27085c2 Mon Sep 17 00:00:00 2001 From: crc Date: Wed, 30 Dec 2020 15:32:36 +0000 Subject: [PATCH] remove old text file for listing issues FossilOrigin-Name: ec836acf56db34f68ab983f5a03c8b487e0e4ad21feac64a13c651865a16a758 --- KNOWN-ISSUES | 18 ------------------ doc/Contributing.md | 9 +++++---- 2 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 KNOWN-ISSUES diff --git a/KNOWN-ISSUES b/KNOWN-ISSUES deleted file mode 100644 index 38caf99..0000000 --- a/KNOWN-ISSUES +++ /dev/null @@ -1,18 +0,0 @@ -Bug tracking is now handled via the tracker on sr.ht. See -https://todo.sr.ht/~crc_/retroforth for the full list. - -This file contains a brief summary of - -retro-compiler - - The retro-compiler currently fails to work on at least some - ARM Linux systems. - - See https://todo.sr.ht/~crc_/retroforth/3 - -retro-unix - - `sys:abort-include` causes an invalid instruction error in - some circumstances. (Reported by Xiyoshi) - - See https://todo.sr.ht/~crc_/retroforth/17 diff --git a/doc/Contributing.md b/doc/Contributing.md index 59da80f..06d275a 100644 --- a/doc/Contributing.md +++ b/doc/Contributing.md @@ -15,7 +15,8 @@ URL: http://forthworks.com:8000 I also provide a git mirror of the fossil repository. -URL: https://git.sr.ht/~crc_/retroforth +* Sourcehut: https://git.sr.ht/~crc_/retroforth +* Github: https://github.com/crcx/retroforth.git ## Mailing Lists @@ -36,9 +37,9 @@ https://sr.ht/~crc_/retroforth/trackers There is a VM (implementations are in `vm`) named Nga. This implements a MISC style processor and system specific I/O extensions. -The VM runs an image (implemented primarily in `image`, from `rx.muri` -and `retro.forth`) that provides the actual language and a standard -library of words. +The VM runs an image (implemented primarily in `image`, from +`retro.muri` and `retro.forth`) that provides the actual language +and a standard library of words. System specific I/O extensions are provided and can be found in the `interface` directory. These include things related to the actual