load-to-string pulls out newline, also fix issue with nested calls

This commit is contained in:
Ava Apples Affine 2023-04-19 18:24:15 -07:00
parent ee1ef9700d
commit d7864ee628
Signed by: affine
GPG key ID: 3A4645B8CF806069
3 changed files with 27 additions and 21 deletions

View file

@ -483,9 +483,6 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
** TODO Pre-alpha tasks
- Shell module
- strip final newline from load-to-string
- cd with no args goes home
- cd sets . symbol
- ignore job control signals (if needed)
- background processes
- be able to list all background processes with j function